aboutsummaryrefslogtreecommitdiff
path: root/par/axibrill_BMA.par
diff options
context:
space:
mode:
Diffstat (limited to 'par/axibrill_BMA.par')
-rw-r--r--par/axibrill_BMA.par55
1 files changed, 55 insertions, 0 deletions
diff --git a/par/axibrill_BMA.par b/par/axibrill_BMA.par
new file mode 100644
index 0000000..5d15ecc
--- /dev/null
+++ b/par/axibrill_BMA.par
@@ -0,0 +1,55 @@
+######################################################################
+# Geodesically sliced black hole + brill wave, ADM, Staggered leapfrog
+######################################################################
+
+#Required thorns
+ActiveThorns = "time pugh cartgrid3d einstein BMA AxiBrillBHIVP ioascii ioutil"
+
+pugh::enable_all_storage = "yes"
+
+# GENERAL
+
+einstein::evolution_system = "BMA"
+
+driver::global_nx = 32
+driver::global_ny = 32
+driver::global_nz = 32
+
+grid::type = "byspacing"
+grid::dxyz = 0.4
+grid::symmetry = "octant"
+
+time::dtfac = 0.5
+
+cactus::cctk_initial_time = 0.
+cactus::cctk_itlast = 1
+
+bma::flux_method = "mac"
+bma::bound = "flat"
+
+# MODEL
+einstein::initial_data = "axibrillbh"
+axibrillbhivp::axibrillbh_amp = 0.5
+axibrillbhivp::axibrillbh_eta0 i = 0.0
+axibrillbhivp::axibrillbh_sigma = 1.0
+axibrillbhivp::axibrillbh_etamax = 6.0
+axibrillbhivp::axibrillbh_n = 2
+axibrillbhivp::axibrillbh_ne = 302
+axibrillbhivp::axibrillbh_nq = 54
+axibrillbhivp::axibrillbh_intorder = 1
+
+# GAUGE
+bma::slicing = "geodesic"
+
+
+# OUTPUT ########################################################
+
+IO::IO_outdir = "axibrill_low"
+
+IO::IO_0Devery = 2
+IO::info_every = 1
+IOASCII::output_info = "einstein"
+IOASCII::output1D = "einstein::gxx einstein::kxx admconstraints::ADMconstraints
+ einstein::grr einstein::alp"
+
+##################################################################