aboutsummaryrefslogtreecommitdiff
path: root/par/axibrill_ADM.par
blob: 476971539362d588e10a98ca12a5151adfc5ff05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
######################################################################
# 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"

pugh::enable_all_storage = "yes"

# GENERAL

ADMBase::evolution_method = "ADM"
#ADMBase::metric_type = "static conformal"
ADMBase::metric_type = "physical"

driver::global_nx =  22
driver::global_ny =  22
driver::global_nz =  22

grid::type = "byspacing"
grid::dxyz = 0.2
#grid::domain = "octant"

time::dtfac = 0.25   

cactus::cctk_initial_time  =     0.
cactus::cctk_itlast        =     10

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)
idaxibrillbh::amp = 0.5
idaxibrillbh::eta0 = 0.0
idaxibrillbh::sigma = 1.0
idaxibrillbh::etamax = 6.0
idaxibrillbh::n = 2
idaxibrillbh::ne = 302
idaxibrillbh::nq = 54

# GAUGE
ADMBase::lapse_evolution_method = "geodesic"


# 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"

##################################################################