From ce9df523a258651c599af8dc706680cfa57ccfc2 Mon Sep 17 00:00:00 2001 From: guzman Date: Fri, 3 May 2002 14:04:18 +0000 Subject: Migrating to E2 git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/DistortedBHIVP/trunk@28 971fb155-194f-0410-9daf-e2eca44e59f5 --- test/E2xeon_test_dbh.par | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100755 test/E2xeon_test_dbh.par diff --git a/test/E2xeon_test_dbh.par b/test/E2xeon_test_dbh.par new file mode 100755 index 0000000..06a8eb9 --- /dev/null +++ b/test/E2xeon_test_dbh.par @@ -0,0 +1,58 @@ +###################################################################### +#!DESC "Initial data for axisymmetric distored black hole" +###################################################################### + +ActiveThorns = "coordgauge admanalysis admbase admmacros staticconformal time boundary iobasic ADMconstraints pugh pughreduce pughslab pughinterp cartgrid3d ADM DistortedBHIVP ioascii ioutil" + +# GENERAL + +admbase::evolution_method = "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" +admconstraints::bound = "static" + +# MODEL + +admbase::initial_data = "distortedbh" +distortedbhivp::amp = -0.1 +distortedbhivp::eta0 = 0.0 +distortedbhivp::c = 0.5 +distortedbhivp::sigma = 1.0 +distortedbhivp::etamax = 6.0 +distortedbhivp::n = 4 +distortedbhivp::neta = 102 +distortedbhivp::ntheta = 27 +distortedbhivp::nphi = 5 +distortedbhivp::interpolation_order = 1 + + +# GAUGE + +admbase::lapse_evolution_method = "geodesic" +admbase::metric_type = "static conformal" +ataticconformal::conformal_storage = "factor+derivs+2nd derivs" + +# OUTPUT ######################################################## +IO::outdir = "2test_dbh" +IOASCII::out1d_every = 1 +IOBasic::outScalar_vars = "admbase::metric admbase::curv admconstraints::ham" +IOASCII::out1D_vars = "admbase::metric admbase::curv admbase::lapse admconstraints::ham admanalysis::grr staticconformal::psi staticconformal::psix staticconformal::psiy staticconformal::psiz staticconformal::psixx staticconformal::psixy staticconformal::psixz staticconformal::psiyy staticconformal::psiyz staticconformal::psizz" +IOBasic::outInfo_every = 1 +IOBasic::outInfo_vars = "admconstraints::ham admbase::gxx" + +################################################################## + -- cgit v1.2.3