aboutsummaryrefslogtreecommitdiff
path: root/test/Kerr-staggered.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/Kerr-staggered.par')
-rw-r--r--test/Kerr-staggered.par77
1 files changed, 51 insertions, 26 deletions
diff --git a/test/Kerr-staggered.par b/test/Kerr-staggered.par
index 994c7cf..be96acf 100644
--- a/test/Kerr-staggered.par
+++ b/test/Kerr-staggered.par
@@ -18,9 +18,9 @@ driver::ghost_size = 2
ActiveThorns = "NaNChecker"
-ActiveThorns = "Boundary CartGrid3D CoordBase SymBase"
+ActiveThorns = "Boundary CartGrid3D CoordBase SymBase ReflectionSymmetry"
CartGrid3D::type = byrange
-CartGrid3D::domain = bitant
+CartGrid3D::domain = full
CartGrid3D::avoid_origin = yes
CartGrid3D::xmin = -3.875
CartGrid3D::ymin = -3.875
@@ -29,20 +29,37 @@ CartGrid3D::xmax = 3.875
CartGrid3D::ymax = 3.875
CartGrid3D::zmax = 3.875
+CoordBase::xmin = -3.875
+CoordBase::ymin = -3.875
+CoordBase::zmin = -0.375
+CoordBase::xmax = 3.875
+CoordBase::ymax = 3.875
+CoordBase::zmax = 3.875
+CoordBase::boundary_size_x_upper = 2
+CoordBase::boundary_size_y_upper = 2
+CoordBase::boundary_size_z_upper = 2
+CoordBase::boundary_size_x_lower = 2
+CoordBase::boundary_size_y_lower = 2
+CoordBase::boundary_size_z_lower = 2
+
+ReflectionSymmetry::reflection_z = yes
+
ActiveThorns = "ADMBase ADMCoupling ADMMacros CoordGauge SpaceMask StaticConformal"
SpaceMask::use_mask = yes
ActiveThorns = "Exact"
ADMBase::initial_data = exact
ADMBase::initial_lapse = exact
+ADMBase::initial_dtlapse = exact
ADMBase::initial_shift = exact
+ADMBase::initial_dtshift = exact
Exact::exact_model = "Kerr/Kerr-Schild"
Exact::Kerr_KerrSchild__mass = 1.0
Exact::Kerr_KerrSchild__spin = 0.6
-ActiveThorns = "LegoExcision"
-LegoExcision::fixed_excision = sphere
-LegoExcision::fixed_size = 1.01
+ActiveThorns = "NoExcision SphericalSurface LoopControl"
+NoExcision::num_regions = 1
+NoExcision::radius[0] = 0.6
ActiveThorns = "Time"
Time::dtfac = 0.25
@@ -50,29 +67,36 @@ Time::dtfac = 0.25
ActiveThorns = "MoL"
MoL::ODE_Method = RK3
-ActiveThorns = "BSSN_MoL"
-BSSN_MoL::excise = yes
-BSSN_MoL::excisionType = lego
-
-ADMBase::evolution_method = ADM_BSSN
-ADM_BSSN::stencil_size = 2
-ADM_BSSN::advection = upwind2
-ADM_BSSN::bound = newrad
-
-ADMBase::lapse_evolution_method = 1+log
-ADM_BSSN::lapsesource = modified
-ADM_BSSN::harmonic_f = 2.0
-ADM_BSSN::LapsePsiPower = 4
-ADM_BSSN::force_lapse_positive = yes
-
-ADMBase::shift_evolution_method = gamma0
-ADM_BSSN::ShiftGammaCoeff = 0.75
-ADM_BSSN::BetaDriver = 2.5
-ADM_BSSN::ShiftAlpPower = 2
-ADM_BSSN::ShiftPsiPower = 4
+ActiveThorns = "ML_BSSN ML_BSSN_Helper GenericFD NewRad TmunuBase LoopControl"
+
+ADMBase::evolution_method = ML_BSSN
+ML_BSSN::fdOrder = 2
+ML_BSSN::my_initial_boundary_condition = "extrapolate-gammas"
+ML_BSSN::my_rhs_boundary_condition = "NewRad"
+# These are necessary
+ML_BSSN::ML_log_confac_bound = "none"
+ML_BSSN::ML_metric_bound = "none"
+ML_BSSN::ML_Gamma_bound = "none"
+ML_BSSN::ML_trace_curv_bound = "none"
+ML_BSSN::ML_curv_bound = "none"
+ML_BSSN::ML_lapse_bound = "none"
+ML_BSSN::ML_dtlapse_bound = "none"
+ML_BSSN::ML_shift_bound = "none"
+ML_BSSN::ML_dtshift_bound = "none"
+
+
+ADMBase::lapse_evolution_method = ML_BSSN
+ADMBase::dtlapse_evolution_method = "ML_BSSN"
+ML_BSSN::harmonicN = 1 # 1+log
+ML_BSSN::harmonicF = 2.0
+ML_BSSN::AlphaDriver = 1
+ML_BSSN::LapseAdvectionCoeff = 0
+
+ADMBase::shift_evolution_method = ML_BSSN
+ADMBase::dtshift_evolution_method = ML_BSSN
+ML_BSSN::ShiftGammaCoeff = 0
ActiveThorns = "ADMConstraints"
-ADMConstraints::excise = yes
ActiveThorns = "IOBasic LocalReduce"
IOBasic::outInfo_every = 1
@@ -102,4 +126,5 @@ IOASCII::out1D_vars = "
ADMBase::shift
ADMConstraints::hamiltonian
ADMConstraints::momentum
+ SpaceMask::mask
"