aboutsummaryrefslogtreecommitdiff
path: root/par/axibrill_ADM.par
blob: 74d307e46461426fd7f479b98505b3ab0ec16f75 (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
######################################################################
# Geodesically sliced black hole + brill wave, ADM, Staggered leapfrog
######################################################################

#Required thorns
ActiveThorns = "time ADMconstraints pugh cartgrid3d einstein ADM AxiBrillBHIVP ioascii ioutil"

pugh::enable_all_storage = "yes"

# GENERAL 

einstein::evolution_system = "ADM"     

driver::global_nx =  20     
driver::global_ny =  20     
driver::global_nz =  20     

grid::type = "byspacing"
grid::dxyz = 0.2
grid::symmetry = "octant"

time::dtfac         =     0.25   

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

adm::method        =    "stagleap" 
adm::bound = "flat"

# MODEL 
einstein::initial_data = "axibrillbh"
axibrillbhivp::axibrillbh_amp = 0.5
axibrillbhivp::axibrillbh_eta0 = 0.0
axibrillbhivp::axibrillbh_sigma = 1.0
axibrillbhivp::axibrillbh_etamax = 6.0
axibrillbhivp::axibrillbh_n = 2
axibrillbhivp::axibrillbh_ne = 302
axibrillbhivp::axibrillbh_nq = 54
axibrillbhivp::axibrillbh_intorder = 1

# GAUGE
adm::slicing       =    "geodesic"  


# OUTPUT ########################################################

IO::IO_outdir = "AxiBrillBHIVP"

IO::IO_0Devery         =     2      
IO::info_every = 1
IOASCII::output_info = "einstein"
IOASCII::output0D = "einstein::gxx einstein::kxx admconstraints::ADMconstraints
                einstein::grr einstein::alp"

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