aboutsummaryrefslogtreecommitdiff
path: root/test/GRHydro_test_shock_ppm.par
diff options
context:
space:
mode:
authorbmundim <bmundim@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-05-03 03:03:13 +0000
committerbmundim <bmundim@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-05-03 03:03:13 +0000
commite36914bd386c976fb997fc24472e2a3d66374bef (patch)
treeff273355b77b7075b66a7486a28dbfc81c709768 /test/GRHydro_test_shock_ppm.par
parent74fb1e6ea34d6e03a35ff6c158f455c39904bf5a (diff)
testsuite parameter files correctly renamed
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@113 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'test/GRHydro_test_shock_ppm.par')
-rw-r--r--test/GRHydro_test_shock_ppm.par70
1 files changed, 70 insertions, 0 deletions
diff --git a/test/GRHydro_test_shock_ppm.par b/test/GRHydro_test_shock_ppm.par
new file mode 100644
index 0000000..9ef92cd
--- /dev/null
+++ b/test/GRHydro_test_shock_ppm.par
@@ -0,0 +1,70 @@
+!DESC "Diagonal shocktube, RK2, Roe, PPM, Ideal Gas"
+
+ActiveThorns = "pugh pughreduce pughslab localreduce"
+
+cactus::cctk_itlast = 5
+
+driver::ghost_size = 3
+driver::global_nx = 15
+driver::global_ny = 15
+driver::global_nz = 15
+
+ActiveThorns = "coordbase symbase cartgrid3d boundary"
+
+grid::type = "BySpacing"
+grid::domain = "full"
+grid::dxyz = 0.5
+
+ActiveThorns = "time"
+
+time::dtfac = 0.25
+
+ActiveThorns = "ioutil ioascii iobasic"
+
+IO::out_fileinfo="none"
+IO::out_dir = "GRHydro_test_shock_ppm"
+
+IOBasic::outInfo_every = 1
+IOBasic::outInfo_vars = "HydroBase::rho"
+
+IOASCII::out1D_every = 1
+IOASCII::out1D_vars = "GRHydro::w_lorentz hydrobase::rho hydrobase::press hydrobase::eps HydroBase::vel GRHydro::dens GRHydro::tau GRHydro::scon"
+
+ActiveThorns = "nanchecker mol"
+
+methodoflines::ode_method = "rk2"
+methodoflines::mol_intermediate_steps = 2
+
+ActiveThorns = "ADMBase StaticConformal SpaceMask CoordGauge ADMMacros ADMCoupling Tmunubase"
+
+TmunuBase::stress_energy_storage = yes
+TmunuBase::stress_energy_at_RHS = yes
+TmunuBase::timelevels = 1
+TmunuBase::prolongation_type = none
+
+ADMBase::evolution_method = "none"
+ADMBase::initial_shift = "none"
+ADMBase::metric_type = "physical"
+SpaceMask::use_mask = "yes"
+
+ActiveThorns = "eos_base eos_idealfluid eos_polytrope"
+
+EOS_IdealFluid::eos_ideal_fluid_gamma = 1.66666666666666
+
+ActiveThorns = "hydrobase grhydro initbase"
+
+hydrobase::timelevels = 2
+hydrobase::evolution_method = "GRHydro"
+
+GRHydro::riemann_solver = "Roe"
+GRHydro::GRHydro_eos_type = "General"
+GRHydro::GRHydro_eos_table = "Ideal_Fluid"
+GRHydro::GRHydro_stencil = 3
+GRHydro::recon_method = "ppm"
+GRHydro::bound = "flat"
+
+ActiveThorns = "grhydro_initdata"
+
+hydrobase::initial_hydro = "shocktube"
+grhydro_initdata::shocktube_type = "diagshock"
+grhydro_initdata::shock_case = "Simple"