aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2002-09-17 09:53:18 +0000
committerrideout <rideout@0a4070d5-58f5-498f-b6c0-2693e757fa0f>2002-09-17 09:53:18 +0000
commit228567284b4d8950b92c202e03d71193c003bcf5 (patch)
treee20ece412149a36773a2813625ca945e7d1227a2
parentd4d9811ff092b0de64ac6b132ce5eb6932b11968 (diff)
Updated to use current ActiveThorns list.
It no longer gives NaNs. Cleaned up a bit. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAxiBrillBH/trunk@53 0a4070d5-58f5-498f-b6c0-2693e757fa0f
-rw-r--r--par/axibrill_ADM.par20
1 files changed, 7 insertions, 13 deletions
diff --git a/par/axibrill_ADM.par b/par/axibrill_ADM.par
index 4769715..b24433f 100644
--- a/par/axibrill_ADM.par
+++ b/par/axibrill_ADM.par
@@ -2,16 +2,12 @@
# Geodesically sliced black hole + brill wave, ADM, Staggered leapfrog
######################################################################
-#Required thorns
-ActiveThorns = "Boundary Time ADMconstraints PUGH PUGHSlab PUGHReduce PUGHInterp CartGrid3D ADMBase admmacros coordgauge staticconformal ADM ADMAnalysis IDAxiBrillBH IOASCII IOUtil IOBasic"
+ActiveThorns = "Boundary Time ADMconstraints PUGH PUGHSlab PUGHReduce PUGHInterp CartGrid3D ADMBase admmacros coordgauge staticconformal ADMCoupling SpaceMask ADM ADMAnalysis IDAxiBrillBH IOASCII IOUtil IOBasic LocalInterp"
-pugh::enable_all_storage = "yes"
# GENERAL
-
ADMBase::evolution_method = "ADM"
-#ADMBase::metric_type = "static conformal"
-ADMBase::metric_type = "physical"
+ADMBase::metric_type = "static conformal"
driver::global_nx = 22
driver::global_ny = 22
@@ -24,14 +20,14 @@ grid::dxyz = 0.2
time::dtfac = 0.25
cactus::cctk_initial_time = 0.
-cactus::cctk_itlast = 10
+cactus::cctk_itlast = 20
adm::method = "stagleap"
adm::bound = "flat"
+
# MODEL
-#ADMBase::initial_data = "axibrillbh"
-# gives nans, independent of initial data -- something is wrong with these parameters, but not this thorn (DPR, 3 may 002)
+ADMBase::initial_data = "axibrillbh"
idaxibrillbh::amp = 0.5
idaxibrillbh::eta0 = 0.0
idaxibrillbh::sigma = 1.0
@@ -40,17 +36,15 @@ idaxibrillbh::n = 2
idaxibrillbh::ne = 302
idaxibrillbh::nq = 54
+
# GAUGE
ADMBase::lapse_evolution_method = "geodesic"
-# OUTPUT ########################################################
-
+# OUTPUT
IO::out_dir = "IDAxiBrillBH"
IOBasic::outInfo_every = 1
IOASCII::out1d_every = 1
IOBasic::outInfo_vars = "admbase::gxx"
IOASCII::out1d_vars = "admbase::gxx admbase::kxx admconstraints::ham admanalysis::grr admbase::alp"
-
-##################################################################