aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-21 03:51:18 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-21 03:51:18 +0000
commita20cdf0ff347c4431ba852f37aa73c114045fa74 (patch)
tree4d50cf4aea10f1e136bb677a7bba9db035dc6179 /param.ccl
parentde8d21f86da208edb515b93df4118bde2370b95a (diff)
* introduce parameters GRHydro_Y_e_min and GRHydro_Y_e_max to fix issues with EOS tables that don't extend sufficiently far. Enforcement happens in Con2Prim.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@363 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl15
1 files changed, 13 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 671cdd7..5bc148d 100644
--- a/param.ccl
+++ b/param.ccl
@@ -288,14 +288,25 @@ boolean GRHydro_c2p_reset_eps_tau_hot_eos "As a last resort, reset tau" STEERABL
REAL GRHydro_hot_atmo_temp "Temperature of the hot atmosphere in MeV" STEERABLE=ALWAYS
{
- 0:* :: "Larger than 0 MeV"
+ 0.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.0:* :: "Larger than 0"
} 0.5e0
+REAL GRHydro_Y_e_min "minimum allowed Y_e" STEERABLE=ALWAYS
+{
+ 0.0:* :: "Larger than or equal to zero"
+} 0.0
+
+REAL GRHydro_Y_e_max "maximum allowed Y_e" STEERABLE=ALWAYS
+{
+ 1.0:* :: "Larger than or equal to zero; 1 is default"
+} 1.0
+
+
####################### Other Parameters ##############################
#Parameters controlling conservative <-> primitive change.