aboutsummaryrefslogtreecommitdiff
path: root/test/bhns_eval.par
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2006-08-29 09:43:49 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2006-08-29 09:43:49 +0000
commited091951cf50c552d45057a95d4a8cf105dd1347 (patch)
tree90cad6488ace6041080829785fab499b5f953859 /test/bhns_eval.par
parent3923e58ef3b314bea51f1ec3ed40652a040ad2ad (diff)
testsuites for mixed binary systems
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@68 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'test/bhns_eval.par')
-rw-r--r--test/bhns_eval.par107
1 files changed, 107 insertions, 0 deletions
diff --git a/test/bhns_eval.par b/test/bhns_eval.par
new file mode 100644
index 0000000..36ee4a4
--- /dev/null
+++ b/test/bhns_eval.par
@@ -0,0 +1,107 @@
+ActiveThorns = "Boundary CartGrid3D Time CoordBase SymBase LocalReduce"
+ActiveThorns = "Carpet CarpetLib CarpetInterp CarpetReduce CarpetSlab CarpetIOASCII CarpetIOBasic IOUtil CarpetIOScalar CarpetIOHDF5"
+
+ActiveThorns = "ADMBase"
+ActiveThorns = "StaticConformal"
+ActiveThorns = "ADMCoupling ADMMacros"
+ActiveThorns = "Constants SpaceMask Whisky"
+ActiveThorns = "Whisky_TOVSolverC eos_base eos_ideal_fluid eos_polytrope"
+ActiveThorns = "TwoPunctures"
+ActiveThorns = "coordgauge boundary"
+
+Cactus::cctk_itlast = 0
+
+Time::dtfac = 0.25
+
+CoordBase::domainsize = minmax
+
+CarpetLib::save_memory_during_regridding = "yes"
+CarpetLib::use_collective_communication_buffers = "yes"
+
+driver::ghost_size = 3
+
+Carpet::domain_from_coordbase = "yes"
+CoordBase::xmin = -60.0
+CoordBase::ymin = 0.0
+CoordBase::zmin = 0.0
+CoordBase::xmax = 60.0
+CoordBase::ymax = 60.0
+CoordBase::zmax = 60.0
+CoordBase::dx = 3.0
+CoordBase::dy = 3.0
+CoordBase::dz = 3.0
+
+CartGrid3D::type = "coordbase"
+CartGrid3D::domain = "full"
+CartGrid3D::avoid_origin = "no"
+
+ADMBase::initial_data = "twopunctures"
+ADMBase::initial_lapse = "tov"
+ADMBase::initial_shift = "tov"
+
+TwoPunctures::keep_u_around = yes
+TwoPunctures::schedule_in_ADMBase_InitialData = no
+
+TwoPunctures::npoints_A = 30
+TwoPunctures::npoints_B = 30
+TwoPunctures::npoints_phi = 4
+TwoPunctures::Newton_tol = 1.e-10
+TwoPunctures::grid_setup_method = "evaluation"
+TwoPunctures::TP_Extend_Radius = 1.14
+
+TwoPunctures::par_b = 30
+
+TwoPunctures::par_m_plus = 5.0
+TwoPunctures::par_m_minus = 0.0
+
+TwoPunctures::Newton_maxit = 100
+TwoPunctures::use_sources = 1
+TwoPunctures::do_residuum_debug_output = "no"
+TwoPunctures::do_initial_debug_output = "no"
+TwoPunctures::rescale_sources = "yes"
+TwoPunctures::TP_Tiny = 1.e-10
+
+SpaceMask::use_mask = yes
+
+whisky::whisky_stencil = 3
+whisky::whisky_eos_type = "Polytype"
+whisky::whisky_eos_table = "2D_Polytrope"
+whisky::recon_method = "ppm"
+whisky::rho_abs_min = 1.e-10
+whisky::initial_atmosphere_factor = 0.1
+#whisky::Whisky_MaxNumSandRVars = 0
+whisky::timelevels = 3
+
+Whisky_TOVSolverC::TOV_Enforce_Interpolation = "yes"
+Whisky_TOVSolverC::TOV_Num_Radial = 1000000
+Whisky_TOVSolverC::TOV_dr[0] = 5.e-5
+Whisky_TOVSolverC::TOV_Position_x[0] = -30
+Whisky_TOVSolverC::TOV_Rho_Central[0] = 5.e-4
+Whisky_TOVSolverC::TOV_Gamma[0] = 2.0
+Whisky_TOVSolverC::TOV_K[0] = 100.0
+
+EOS_Polytrope::eos_gamma = 2.0
+EOS_Polytrope::eos_k = 100.0
+
+IO::out_dir = $parfile
+IO::out_fileinfo= "axis labels"
+
+Carpet::max_refinement_levels = 10
+carpet::enable_all_storage = no
+Carpet::buffer_width = 6
+Carpet::prolongation_order_space = 3
+Carpet::prolongation_order_time = 2
+Carpet::convergence_level = 0
+Carpet::init_3_timelevels = no
+
+IOScalar::outScalar_every = 512
+IOScalar::outScalar_vars = "admbase::metric admbase::curv TwoPunctures::puncture_u whisky::whisky_prim_scalar_var whisky::whisky_prim_vector_var whisky::whisky_cons_scalar_var whisky::whisky_cons_vector_var admbase::lapse admbase::shift"
+IOASCII::out1D_every = 512
+IOASCII::out1D_vars = "admbase::metric admbase::curv TwoPunctures::puncture_u whisky::whisky_prim_scalar_var whisky::whisky_prim_vector_var whisky::whisky_cons_scalar_var whisky::whisky_cons_vector_var admbase::lapse admbase::shift"
+
+admbase::metric_type = "physical"
+
+boundary::radpower = 2
+
+admmacros::spatial_order = 4
+