aboutsummaryrefslogtreecommitdiff
path: root/par/axbrillbh_ADM.par
blob: 2d5afffadc8f779d3e6203c8e356b6183f1647be (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 =  32     
driver::global_ny =  32     
driver::global_nz =  32     

grid::type = "byspacing"
grid::dxyz = 0.4
grid::symmetry = "full"

time::dtfac = 0.25   

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

adm::method       =    "stagleap" 
adm::bound 	  = "static"

# MODEL 
einstein::initial_data = "axibrillbh"
axibrillbhivp::axibrillbh_amp      = 0.5
axibrillbhivp::axibrillbh_eta0 i   = 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"

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