aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--[-rwxr-xr-x]param.ccl66
1 files changed, 33 insertions, 33 deletions
diff --git a/param.ccl b/param.ccl
index 466fbe0..cf0a7ba 100755..100644
--- a/param.ccl
+++ b/param.ccl
@@ -10,9 +10,9 @@ USES KEYWORD temperature_evolution_method
EXTENDS KEYWORD initial_hydro ""
{
- "shocktube" :: "Shocktube type"
- "shocktube_hot" :: "Shocktube with hot nuclear EOS"
- "only_atmo" :: "Set only a low atmosphere"
+ "shocktube" :: "Shocktube type"
+ "shocktube_hot" :: "Shocktube with hot nuclear EOS"
+ "only_atmo" :: "Set only a low atmosphere"
"read_conformal":: "After reading in initial alp, rho and gxx from h5 files, sets the other quantities"
"simple_wave" :: "Set initial data from Anile Miller Motta, Phys.Fluids. 26, 1450 (1983)"
"monopole" :: "Monopole at the center"
@@ -28,38 +28,38 @@ EXTENDS KEYWORD initial_hydro ""
EXTENDS KEYWORD initial_Bvec
{
- "shocktube" :: "Shocktube type"
+ "shocktube" :: "Shocktube type"
"poloidalmagfield" :: "Poloidal Magnetic Field"
}
shares:ADMBase
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"
- "prim2con2prim_polytype_test" :: "Testing the prim -> con -> prim conversion - polytype version"
- "reconstruction_test" :: "Testing reconstruction"
+# "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"
+ "prim2con2prim_polytype_test" :: "Testing the prim -> con -> prim conversion - polytype version"
+ "reconstruction_test" :: "Testing reconstruction"
}
private:
KEYWORD shocktube_type "Diagonal or parallel shock?"
{
- "diagshock" :: "Diagonal across all axes"
- "diagshock2d" :: "Diagonal across x-y axes"
- "xshock" :: "Parallel to x axis"
- "yshock" :: "Parallel to y axis"
- "zshock" :: "Parallel to z axis"
+ "diagshock" :: "Diagonal across all axes"
+ "diagshock2d" :: "Diagonal across x-y axes"
+ "xshock" :: "Parallel to x axis"
+ "yshock" :: "Parallel to y axis"
+ "zshock" :: "Parallel to z axis"
"sphere" :: "spherically symmetric shock"
} "xshock"
KEYWORD shock_case "Simple, Sod's problem or other?"
{
- "Simple" :: "GRAstro_Hydro test case"
- "Sod" :: "Sod's problem"
- "Blast" :: "Strong blast wave"
+ "Simple" :: "GRAstro_Hydro test case"
+ "Sod" :: "Sod's problem"
+ "Blast" :: "Strong blast wave"
"Balsaralike1" :: "Hydro version of Balsara Test #1"
"Balsara0" :: "Balsara Test #1, but unmagnetized"
"Balsara1" :: "Balsara Test #1"
@@ -81,17 +81,17 @@ KEYWORD shock_case "Simple, Sod's problem or other?"
REAL shock_xpos "Position of shock plane: x"
{
- *:* :: "Anything"
+ *:* :: "Anything"
} 0.0
REAL shock_ypos "Position of shock plane: y"
{
- *:* :: "Anything"
+ *:* :: "Anything"
} 0.0
REAL shock_zpos "Position of shock plane: z"
{
- *:* :: "Anything"
+ *:* :: "Anything"
} 0.0
REAL shock_radius "Radius of sperical shock"
@@ -173,20 +173,20 @@ CCTK_REAL cyl_r_outer "Inner Radius"
KEYWORD advectedloop_type "2-dimensional or 3-dimensional?"
{
- "2D" :: "2-dimensional (B^z=0)"
- "3D" :: "3-dimensional (B^3=0, where B^3 || oblique cylinder axis."
+ "2D" :: "2-dimensional (B^z=0)"
+ "3D" :: "3-dimensional (B^3=0, where B^3 || oblique cylinder axis."
} "2D"
KEYWORD advectedloop_case "V^z=0 or not?"
{
- "V^z=0" :: "Useful to evaluate divB deviations"
- "V^z/=0" :: "Useful to evaluate con2prim robustness in keeping V^z const."
+ "V^z=0" :: "Useful to evaluate divB deviations"
+ "V^z/=0" :: "Useful to evaluate con2prim robustness in keeping V^z const."
} "V^z=0"
KEYWORD advectedloop_delA "How to calculate B^i field from the potential A^b"
{
- "Exact" :: "Analytic, exact closed formula applied"
- "Numeric" :: "Finite difference approximation of the derivatives applied"
+ "Exact" :: "Analytic, exact closed formula applied"
+ "Numeric" :: "Finite difference approximation of the derivatives applied"
} "Exact"
#################################3
@@ -194,8 +194,8 @@ KEYWORD advectedloop_delA "How to calculate B^i field from the potential A^b"
################################3
KEYWORD alfvenwave_type "1-dimensional or 2-dimensional?"
{
- "1D" :: "1-dimensional"
- "2D" :: "2-dimensional (in x-y plane)"
+ "1D" :: "1-dimensional"
+ "2D" :: "2-dimensional (in x-y plane)"
} "1D"
CCTK_REAL alfvenwave_pressure "P_gas for the Alfven wave"
@@ -279,22 +279,22 @@ CCTK_REAL bondi_bmag "B_0 parameter for magnetized Bondi"
CCTK_REAL poloidal_A_b "Vector potential strength"
{
- *:* :: "Anything."
+ *:* :: "Anything."
} 0.1
CCTK_INT poloidal_n_p "Vector potential strength"
{
- (0:* :: "Any positive integer."
+ (0:* :: "Any positive integer."
} 3
CCTK_REAL poloidal_P_cut "Pressure used to confine the B field inside a star"
{
- (0:* :: "Anything positive."
+ (0:* :: "Anything positive."
} 1.0e-8
CCTK_REAL poloidal_rho_max "Maximum initial density"
{
- (0:* :: "Anything positive."
+ (0:* :: "Anything positive."
} 1.0e-3
# for the Magnetic Rotor test: