From 0fb4c4dc5ebf47dad18a9d6a4af05ceeba4ca431 Mon Sep 17 00:00:00 2001 From: rhaas Date: Sat, 6 Jul 2013 18:10:02 +0000 Subject: GRHydro: add GRHydro_max_temp parameter for max allowed T From: Christian David Ott git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@538 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45 --- param.ccl | 9 +++++++-- 1 file 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 { -- cgit v1.2.3