aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorbmundim <bmundim@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-12-25 06:44:22 +0000
committerbmundim <bmundim@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-12-25 06:44:22 +0000
commit85cb2e6f9c6191fc9889a1055017236c9a071192 (patch)
tree8caf69ec858bd0a805b8eae902b7739208d1d387 /param.ccl
parent2b84e1494caf85bb43ab35d7208c669df61fdc85 (diff)
RIT MHD dev:
Update initial data routines to properly call out pressures and other hydro quantities using EOS_Omni rather than now-defunct interfaces. Add C2P_polytype interface. Un-hardwire fixed values of gamma for all MHD Con2Prim routines. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@117 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl7
1 files changed, 7 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index bc000b0..01fbe7f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -22,6 +22,7 @@ EXTENDS KEYWORD initial_data ""
"con2primtest" :: "Testing the con -> prim conversion"
"con2prim2con_test" :: "Testing the con -> prim -> con conversion"
"prim2con2prim_test" :: "Testing the prim -> con -> prim conversion"
+ "prim2con2prim_polytype_test" :: "Testing the prim -> con -> prim conversion - polytype version"
"reconstruction_test" :: "Testing reconstruction"
}
@@ -41,6 +42,11 @@ KEYWORD shock_case "Simple, Sod's problem or other?"
"Simple" :: "GRAstro_Hydro test case"
"Sod" :: "Sod's problem"
"Blast" :: "Strong blast wave"
+ "Balsara1" :: "Balsara Test #1"
+ "Balsara2" :: "Balsara Test #2"
+ "Balsara3" :: "Balsara Test #3"
+ "Balsara4" :: "Balsara Test #4"
+ "Balsara5" :: "Balsara Test #5"
} "Sod"
REAL shock_xpos "Position of shock plane: x"
@@ -106,6 +112,7 @@ REAL Bz_init "Initial B-field in the z-dir"
shares:GRHydro
+USES real GRHydro_eos_rf_prec
USES real GRHydro_rho_central
USES real GRHydro_eps_min ""
USES real GRHydro_perc_ptol ""