aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorcott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-06-11 21:54:46 +0000
committercott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-06-11 21:54:46 +0000
commit31f715632eb6c51c7f702d23c2613da85d1593b1 (patch)
treecc2085c346f18ab590ecbd79b60f63582d1f1f66 /param.ccl
parent44a25b645da3bf416016be364f086d95e77c7ee8 (diff)
* add new parameters for hot EOS atmosphere handling
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@250 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 56946aa..399ff7d 100644
--- a/param.ccl
+++ b/param.ccl
@@ -268,6 +268,16 @@ boolean GRHydro_eos_hot_eps_fix "Activate quasi-failsafe mode for hot EOSs" STEE
{
} "no"
+REAL GRHydro_hot_atmo_temp "Temperature of the hot atmosphere in MeV" STEERABLE=ALWAYS
+{
+ 0:* :: "Larger than 0 MeV"
+} 0.5e0
+
+REAL GRHydro_hot_atmo_Y_e "Y_e of the hot atmosphere" STEERABLE=ALWAYS
+{
+ 0:* :: "Larger than 0"
+} 0.5e0
+
####################### Other Parameters ##############################
#Parameters controlling conservative <-> primitive change.