aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorbmundim <bmundim@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-10-08 20:29:50 +0000
committerbmundim <bmundim@ac85fae7-cede-4708-beff-ae01c7fa1c26>2010-10-08 20:29:50 +0000
commit2b84e1494caf85bb43ab35d7208c669df61fdc85 (patch)
treebb0ef6a565e1df331f4ec8d8779e1e66ea6bbc71 /param.ccl
parente3fbc24c806b834739036fb24d50880cac598c1d (diff)
Add the magnetized routine versions for prim2con2prim
and vice versa. Add the magnetized version for the ShockTube routine. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@114 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl18
1 files changed, 18 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 2655115..bc000b0 100644
--- a/param.ccl
+++ b/param.ccl
@@ -4,6 +4,7 @@
shares:HydroBase
USES CCTK_INT timelevels
+USES KEYWORD Bvec_evolution_method
EXTENDS KEYWORD initial_hydro ""
{
@@ -20,6 +21,7 @@ EXTENDS KEYWORD initial_data ""
# "shocktube" :: "Shock tube initial data for GRHydro"
"con2primtest" :: "Testing the con -> prim conversion"
"con2prim2con_test" :: "Testing the con -> prim -> con conversion"
+ "prim2con2prim_test" :: "Testing the prim -> con -> prim conversion"
"reconstruction_test" :: "Testing reconstruction"
}
@@ -86,6 +88,22 @@ BOOLEAN attenuate_atmosphere "Attenuate the velocity in the atmosphere"
{
} "no"
+REAL Bx_init "Initial B-field in the x-dir"
+{
+ *:* :: "Anything"
+} 0.0
+
+REAL By_init "Initial B-field in the y-dir"
+{
+ *:* :: "Anything"
+} 0.0
+
+REAL Bz_init "Initial B-field in the z-dir"
+{
+ *:* :: "Anything"
+} 0.0
+
+
shares:GRHydro
USES real GRHydro_rho_central