aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-07-06 18:10:02 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2013-07-06 18:10:02 +0000
commit0fb4c4dc5ebf47dad18a9d6a4af05ceeba4ca431 (patch)
tree60d6d07f91b74f5cfc79bed91c1188412a1703ba
parentc57a86eb7fad273453ca382afd87875259adc8e5 (diff)
GRHydro: add GRHydro_max_temp parameter for max allowed T
From: Christian David Ott <cott@zwicky-b.(none)> git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@538 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-rw-r--r--param.ccl9
1 files changed, 7 insertions, 2 deletions
diff --git a/param.ccl b/param.ccl
index 8f0b60d..89e825b 100644
--- a/param.ccl
+++ b/param.ccl
@@ -370,8 +370,13 @@ boolean reconstruct_temper "if set to true, temperature will be reconstructed" S
REAL GRHydro_hot_atmo_temp "Temperature of the hot atmosphere in MeV" STEERABLE=ALWAYS
{
- 0.0:* :: "Larger than 0 MeV"
-} 0.5e0
+ (0.0:* :: "Larger than 0 MeV"
+} 0.1e0
+
+REAL GRHydro_max_temp "maximum temperature we allow" STEERABLE=ALWAYS
+{
+ (0.0:* :: "Larger than 0 MeV"
+} 90.0e0
REAL GRHydro_hot_atmo_Y_e "Y_e of the hot atmosphere" STEERABLE=ALWAYS
{