aboutsummaryrefslogtreecommitdiff
path: root/test/test_axibrill.par
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_axibrill.par')
-rw-r--r--test/test_axibrill.par55
1 files changed, 55 insertions, 0 deletions
diff --git a/test/test_axibrill.par b/test/test_axibrill.par
new file mode 100644
index 0000000..5095ee8
--- /dev/null
+++ b/test/test_axibrill.par
@@ -0,0 +1,55 @@
+######################################################################
+!DESC "Initial data for axisymmetric distored black hole"
+######################################################################
+
+ActiveThorns = "time iobasic ADMconstraints pugh interp cartgrid3d einstein ADM IDAxiBrillBH ioascii ioutil"
+
+#pugh::enable_all_storage = "yes"
+#cactus::cctk_show_banners = 0
+
+# GENERAL
+
+einstein::evolution_system = "ADM"
+
+driver::global_nx = 32
+driver::global_ny = 32
+driver::global_nz = 32
+
+grid::type = "byspacing"
+grid::dxyz = 0.4
+grid::domain = "full"
+
+time::dtfac = 0.25
+
+cactus::cctk_initial_time = 0.
+cactus::cctk_itlast = 1
+
+adm::method = "stagleap"
+adm::bound = "static"
+
+# MODEL
+
+einstein::initial_data = "axibrillbh"
+idaxibrillbh::amp = 0.5
+idaxibrillbh::eta0 = 0.0
+idaxibrillbh::sigma = 1.0
+idaxibrillbh::etamax = 6.0
+idaxibrillbh::n = 2
+idaxibrillbh::ne = 102
+idaxibrillbh::nq = 27
+interp::order = 1
+
+
+# GAUGE
+einstein::slicing = "geodesic"
+
+
+# OUTPUT ########################################################
+IO::outdir = "test_axibrill"
+IOASCII::out1d_every = 1
+IOASCII::out1D_vars = "einstein::curv einstein::metric einstein::grr admconstraints::ham"
+IOBasic::outInfo_every = 1
+IOBasic::outInfo_vars = "einstein::gxx"
+
+##################################################################
+