aboutsummaryrefslogtreecommitdiff
path: root/test/test_two_av/test_two_av.par
diff options
context:
space:
mode:
authorknarf <knarf@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2009-11-18 16:36:37 +0000
committerknarf <knarf@1bdb13ef-5d69-4035-bb54-08abeb3aa7f1>2009-11-18 16:36:37 +0000
commit24f0a1aeb20fceabd8935cd4b16e4bfa6ff195f0 (patch)
tree38bf215df1a5aaf0061a786df9bfac9bb23b34f0 /test/test_two_av/test_two_av.par
This is a _temporary_ repository to be able to start to work on the
code right now. I have put in the public version of Whisky to start from. Everybody with commit rights should get commit messages (and the other way around). It should not be a problem to add people to that list, just ask. I don't want to get into political problems because someone feels excluded, but I also don't want to give everyone access per se. Frank git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TOVSolver/trunk@3 1bdb13ef-5d69-4035-bb54-08abeb3aa7f1
Diffstat (limited to 'test/test_two_av/test_two_av.par')
-rw-r--r--test/test_two_av/test_two_av.par76
1 files changed, 76 insertions, 0 deletions
diff --git a/test/test_two_av/test_two_av.par b/test/test_two_av/test_two_av.par
new file mode 100644
index 0000000..a2e5a3a
--- /dev/null
+++ b/test/test_two_av/test_two_av.par
@@ -0,0 +1,76 @@
+ActiveThorns = "time MoL pugh pughreduce pughslab coordbase symbase cartgrid3d ioutil ioascii iobasic boundary admbase staticconformal spacemask admcoupling coordgauge admmacros hydrobase whisky whisky_init_data whisky_tovsolverc nanchecker eos_base eos_ideal_fluid eos_polytrope bssn_mol admconstraints constants LocalReduce TmunuBase"
+
+TmunuBase::stress_energy_storage = yes
+TmunuBase::stress_energy_at_RHS = yes
+
+time::dtfac = 0.375
+
+admbase::evolution_method = "adm_bssn"
+admbase::lapse_evolution_method = "1+log"
+admbase::shift_evolution_method = "gamma0"
+
+adm_bssn::bound = "radiative"
+adm_bssn::harmonic_f = 2.0
+
+ADMConstraints::constraints_persist = yes
+admconstraints::bound = "static"
+
+boundary::radpower = 2
+
+SpaceMask::use_mask = "yes"
+
+grid::type = "byrange"
+grid::domain = "full"
+grid::xyzmin = -30.0
+grid::xyzmax = 30.001
+driver::ghost_size = 3
+driver::global_nsize = 33
+
+cactus::cctk_itlast = 0
+
+methodoflines::ode_method = "icn"
+
+hydrobase::timelevels = 2
+hydrobase::evolution_method = "whisky"
+
+whisky::riemann_solver = "Marquina"
+whisky::whisky_eos_type = "Polytype"
+whisky::whisky_eos_table = "2D_Polytrope"
+whisky::recon_method = "ppm"
+whisky::whisky_stencil = 3
+whisky::bound = "none"
+whisky::tvd_limiter = "VanLeerMC2"
+whisky::rho_abs_min = 1.e-7
+whisky::initial_atmosphere_factor = 0.999
+
+ADMBase::initial_data = "tov"
+ADMBase::initial_lapse = "tov"
+ADMBase::initial_shift = "tov"
+
+whiskytovsolver::TOV_Num_TOVs = 2
+whiskytovsolver::TOV_Num_Radial = 200000
+whiskytovsolver::TOV_Combine_Method = "average"
+
+whiskytovsolver::TOV_Rho_Central[0] = 0.16e-3
+whiskytovsolver::TOV_Gamma[0] = 2.0
+whiskytovsolver::TOV_K[0] = 100.0
+whiskytovsolver::TOV_Position_x[0] = -15.0
+
+whiskytovsolver::TOV_Rho_Central[1] = 0.32e-3
+whiskytovsolver::TOV_Gamma[1] = 2.0
+whiskytovsolver::TOV_K[1] = 100.0
+whiskytovsolver::TOV_Position_x[1] = 15.0
+
+EOS_Polytrope::eos_gamma = 2.0
+EOS_Polytrope::eos_k = 100.0
+
+IO::out_fileinfo="none"
+IO::out_dir = $parfile
+
+IOBasic::outScalar_every = 1
+IOBasic::outScalar_vars = "whisky::w_lorentz hydrobase::rho hydrobase::press hydrobase::eps HydroBase::vel whisky::dens whisky::tau whisky::scon admbase::lapse admbase::metric admbase::curv admconstraints::ham admconstraints::momentum"
+
+IOASCII::out1D_every = 1
+IOASCII::out1D_vars = "whisky::w_lorentz hydrobase::rho hydrobase::press hydrobase::eps HydroBase::vel whisky::dens whisky::tau whisky::scon admbase::lapse admbase::metric admbase::curv admconstraints::ham admconstraints::momentum"
+IOASCII::out_format = ".10e"
+