aboutsummaryrefslogtreecommitdiff
path: root/par/GRHydro.par
diff options
context:
space:
mode:
authorbmundim <bmundim@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-05-02 20:59:32 +0000
committerbmundim <bmundim@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2010-05-02 20:59:32 +0000
commit74fb1e6ea34d6e03a35ff6c158f455c39904bf5a (patch)
treed8f9b95f30517e9bafd8c67301c7383bc8beb76e /par/GRHydro.par
parent291e94d06b30046227fb075cbfa97b9656339d5a (diff)
file/parameter string replacement from whisky to GRHydro
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@112 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'par/GRHydro.par')
-rw-r--r--par/GRHydro.par71
1 files changed, 71 insertions, 0 deletions
diff --git a/par/GRHydro.par b/par/GRHydro.par
new file mode 100644
index 0000000..3104a08
--- /dev/null
+++ b/par/GRHydro.par
@@ -0,0 +1,71 @@
+!DESC "Diagonal shocktube, RK2, Roe, TVD-Minmod, Ideal Gas"
+
+ActiveThorns = "pugh pughreduce pughslab LocalReduce"
+
+cactus::cctk_itlast = 5
+
+driver::ghost_size = 2
+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"
+
+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_ideal_fluid eos_polytrope"
+
+EOS_Ideal_Fluid::eos_ideal_fluid_gamma = 1.66666666666666
+
+ActiveThorns = "hydrobase GRHydro"
+
+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 = 2
+GRHydro::recon_method = "tvd"
+GRHydro::tvd_limiter = "minmod"
+GRHydro::bound = "flat"
+
+ActiveThorns = "GRHydro_init_data"
+
+hydrobase::initial_hydro = "shocktube"
+GRHydro_init_data::shocktube_type = "diagshock"
+GRHydro_init_data::shock_case = "Simple"