aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorbmundim <bmundim@ac85fae7-cede-4708-beff-ae01c7fa1c26>2011-04-27 22:25:23 +0000
committerbmundim <bmundim@ac85fae7-cede-4708-beff-ae01c7fa1c26>2011-04-27 22:25:23 +0000
commited1c9f732192bdc8d4f6d5b3237a621855f1b23a (patch)
treec1c980799095f90e7964bf291bffa49ea5295343 /param.ccl
parentcef4cc9bdbe84dca35260f6f02c2249b4cc99856 (diff)
RIT MHD dev:
Balsara's and Komissarov's shock tube tests. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/GRHydro_InitData/trunk@123 ac85fae7-cede-4708-beff-ae01c7fa1c26
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl19
1 files changed, 18 insertions, 1 deletions
diff --git a/param.ccl b/param.ccl
index 01fbe7f..8d4da47 100644
--- a/param.ccl
+++ b/param.ccl
@@ -12,6 +12,8 @@ EXTENDS KEYWORD initial_hydro ""
"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"
+ "cylexp" :: "Cylindrical Explosion"
}
shares:ADMBase
@@ -31,22 +33,35 @@ 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"
"sphere" :: "spherically symmetric shock"
-} "diagshock"
+} "xshock"
KEYWORD shock_case "Simple, Sod's problem or other?"
{
"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"
"Balsara2" :: "Balsara Test #2"
"Balsara3" :: "Balsara Test #3"
"Balsara4" :: "Balsara Test #4"
"Balsara5" :: "Balsara Test #5"
+ "Alfven" :: "Generical Alfven Test"
+ "Komissarov1" :: "Komissarov Test #1"
+ "Komissarov2" :: "Komissarov Test #2"
+ "Komissarov3" :: "Komissarov Test #3"
+ "Komissarov4" :: "Komissarov Test #4"
+ "Komissarov5" :: "Komissarov Test #5"
+ "Komissarov6" :: "Komissarov Test #6"
+ "Komissarov7" :: "Komissarov Test #7"
+ "Komissarov8" :: "Komissarov Test #8"
+ "Komissarov9" :: "Komissarov Test #9"
} "Sod"
REAL shock_xpos "Position of shock plane: x"
@@ -124,3 +139,5 @@ USES real rho_rel_min
USES REAL initial_rho_abs_min
USES REAL initial_rho_rel_min
USES REAL initial_atmosphere_factor
+USES int GRHydro_stencil
+USES BOOLEAN clean_divergence