aboutsummaryrefslogtreecommitdiff
path: root/par/diag_flip_pugh_eno.par
diff options
context:
space:
mode:
authoreschnett <eschnett@55d78c69-0c5c-4738-8e60-d8a2776539f3>2012-12-05 23:51:01 +0000
committereschnett <eschnett@55d78c69-0c5c-4738-8e60-d8a2776539f3>2012-12-05 23:51:01 +0000
commitffb7e6ea215975923caed750b3e99a812d36a5ab (patch)
tree557b2542eaf8eb39f2d522d0f4f6380861d7c160 /par/diag_flip_pugh_eno.par
parentca71e794a1f20fd106088aba50e39302b1ac8dff (diff)
Reduce run time for test cases
Move current test cases into "par" directory. These test cases are important, but they are feature tests, not regression tests. Create regression test cases from feature test cases by reducing run time and outputting SpaceMask::mask. Add results for the new test cases. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Hydro_InitExcision/trunk@130 55d78c69-0c5c-4738-8e60-d8a2776539f3
Diffstat (limited to 'par/diag_flip_pugh_eno.par')
-rw-r--r--par/diag_flip_pugh_eno.par92
1 files changed, 92 insertions, 0 deletions
diff --git a/par/diag_flip_pugh_eno.par b/par/diag_flip_pugh_eno.par
new file mode 100644
index 0000000..4f459b9
--- /dev/null
+++ b/par/diag_flip_pugh_eno.par
@@ -0,0 +1,92 @@
+!DESC "3D diag. shocktube, RK2, Marquina, ENO, Ideal Gas, diagonal-Excision"
+
+ActiveThorns = "ADMMacros"
+ActiveThorns = "pugh pughreduce pughslab localreduce"
+
+cactus::cctk_itlast = 100
+
+driver::ghost_size = 2
+driver::global_nx = 39
+driver::global_ny = 39
+driver::global_nz = 39
+
+ActiveThorns = "coordbase symbase cartgrid3d boundary"
+
+grid::type = "BySpacing"
+grid::domain = "full"
+grid::dxyz = 0.5
+grid::avoid_origin = "no"
+
+ActiveThorns = "time"
+
+time::dtfac = 0.25
+
+ActiveThorns = "ioutil ioascii iobasic"
+
+IO::out_dir = $parfile
+IO::out_fileinfo = "none"
+
+IOBasic::outInfo_every = 1
+IOBasic::outScalar_style = "gnuplot"
+IOBasic::outInfo_vars = "hydrobase::rho"
+
+ActiveThorns = "ADMConstraints admbase admcoupling spacemask staticconformal"
+
+ADMConstraints::constraints_persist = yes
+
+IOBasic::outScalar_every = 1
+IOBasic::outScalar_reductions = "minimum maximum"
+IOBasic::outScalar_vars = "hydrobase::rho hydrobase::press hydrobase::eps hydrobase::vel GRHydro::dens GRHydro::tau GRHydro::scon HydroBase::w_lorentz"
+
+IOASCII::out1D_every = 10
+IOASCII::out1D_style = "gnuplot f(x)"
+IOASCII::out1D_vars = "hydrobase::rho hydrobase::press hydrobase::eps hydrobase::vel GRHydro::dens GRHydro::tau GRHydro::scon HydroBase::w_lorentz"
+
+ActiveThorns = "nanchecker mol"
+
+MoL::ode_method = "rk2"
+MoL::MoL_Intermediate_Steps = 2
+
+ActiveThorns = "ADMBase StaticConformal SpaceMask CoordGauge ADMMacros ADMCoupling"
+
+ADMBase::evolution_method = "none"
+ADMBase::initial_shift = "zero"
+ADMBase::metric_type = "physical"
+SpaceMask::use_mask = "yes"
+
+ActiveThorns = "eos_omni"
+
+eos_omni::gl_gamma = 1.66666666666666
+eos_omni::gl_k = 80.0
+eos_omni::poly_k = 80.0
+
+ActiveThorns = "tmunubase hydrobase grhydro initbase"
+
+hydrobase::timelevels = 2
+hydrobase::evolution_method = "GRHydro"
+
+tmunubase::timelevels = 1
+tmunubase::stress_energy_storage = yes
+tmunubase::stress_energy_at_RHS = yes
+tmunubase::support_old_CalcTmunu_mechanism = no
+
+GRHydro::riemann_solver = "Marquina"
+GRHydro::GRHydro_eos_type = "General"
+GRHydro::GRHydro_eos_table = "Ideal_Fluid"
+GRHydro::GRHydro_stencil = 2
+GRHydro::recon_method = "eno"
+GRHydro::bound = "flat"
+
+ActiveThorns = "grhydro_initdata"
+
+hydrobase::initial_hydro = "shocktube"
+grhydro_initdata::shocktube_type = "diagshock"
+grhydro_initdata::shock_case = "Simple"
+grhydro_initdata::change_shock_direction = "yes"
+
+ActiveThorns = "hydro_initexcision"
+
+hydro_initexcision::hydro_initexcision = "yes"
+hydro_initexcision::hydro_initexcision_type ="diagonal"
+hydro_initexcision::hydro_initexcision_fraction=0.75
+hydro_initexcision::hydro_initexcision_flip = 1