aboutsummaryrefslogtreecommitdiff
path: root/par/BrillLindDemo.par
diff options
context:
space:
mode:
authorallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-11-06 19:38:51 +0000
committerallen <allen@6a3ddf76-46e1-4315-99d9-bc56cac1ef84>1999-11-06 19:38:51 +0000
commit2f35c2538f836c3cee06fa98cae6a0cfd42ccb30 (patch)
tree8a6085425ea496d65afa90b87c16d5dee1bd3be8 /par/BrillLindDemo.par
parent2ed17a476a9f8eee41dcc1e4b13e10381ac1bd8b (diff)
Demo file for Brill Lindquist using ADM_BSSN
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAnalyticBH/trunk@50 6a3ddf76-46e1-4315-99d9-bc56cac1ef84
Diffstat (limited to 'par/BrillLindDemo.par')
-rw-r--r--par/BrillLindDemo.par85
1 files changed, 85 insertions, 0 deletions
diff --git a/par/BrillLindDemo.par b/par/BrillLindDemo.par
new file mode 100644
index 0000000..c65197d
--- /dev/null
+++ b/par/BrillLindDemo.par
@@ -0,0 +1,85 @@
+#------------------------------------------------------------------------------
+#
+# Parameter file for evolutions of colliding black holes (Brill Lindquist)
+#
+# For use with Cactus 4.0 (Beta 4)
+#
+# For help on running Cactus, either run the Cactus exectuable with the
+# command line option -help, or consult the documentation at
+# www.cactuscode.org
+#
+# Max Planck Institute for Gravitational Physics, Potsdam, Germany, 1999
+#
+#------------------------------------------------------------------------------
+
+
+!DESC "Evolution of Colliding Black Holes: Demo"
+
+
+# These thorns must be compiled
+
+ActiveThorns = "ADM_BSSN CartGrid3D Einstein IDanalyticBH IOBasic IOUtil IOASCII PsiKadelia Pugh Time"
+
+
+#------------------------------------------------------------------------------
+
+
+# Number of grid points in each direction
+
+driver::global_nsize = 93
+
+# How many iterations
+
+cactus::cctk_final_time = 30.0
+
+# What output and how often
+
+IOBasic::outInfo_vars = "einstein::alp"
+IOBasic::outInfo_every = 10
+IOASCII::out1D_vars = "einstein::alp einstein::grr psikadelia::psi0re"
+IOASCII::out1D_every = 10
+
+
+#------------------------------------------------------------------------------
+#
+# Evolution and initial data
+#
+#------------------------------------------------------------------------------
+
+
+IO::outdir = "BrillLindDemo"
+
+grid::domain = "full"
+grid::type = "byrange"
+grid::xyzmin = -15.0
+grid::xyzmax = 15.0
+
+cactus::cctk_initial_time = 0.
+
+time::dtfac = 0.25
+
+einstein::initial_data = "bl_bh"
+einstein::evolution_system = "ADM_BSSN"
+einstein::slicing = "1+log"
+einstein::initial_lapse = "one"
+
+idanalyticbh::bl_nbh = 2
+idanalyticbh::bl_x0_1 = 0.0
+idanalyticbh::bl_y0_1 = 1.2
+idanalyticbh::bl_z0_1 = 0.0
+idanalyticbh::bl_M_1 = 1.0
+idanalyticbh::bl_x0_2 = 0.0
+idanalyticbh::bl_y0_2 = -1.2
+idanalyticbh::bl_z0_2 = 0.0
+idanalyticbh::bl_M_2 = 1.5
+
+adm_bssn::harmonic_f = 2.0
+adm_bssn::bound = "radiative"
+adm_bssn::method = "icn"
+adm_bssn::ICN_itnum = 3
+adm_bssn::evolveG = "yes"
+adm_bssn::RfromH = "yes"
+adm_bssn::forceKzero = "no"
+adm_bssn::subtracttrA = "no"
+
+