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

#Required thorns
ActiveThorns = "Boundary Time ADMconstraints PUGH PUGHSlab PUGHReduce PUGHInterp CartGrid3D Einstein ADM IDAxiBrillBH IOASCII IOUtil IOBasic"

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::domain = "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"
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
einstein::slicing       =    "geodesic"  


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

IO::outdir = "IDAxiBrillBH"

IOBasic::outInfo_every = 2      
IOASCII::out1d_every = 1
IOBasic::outInfo_vars = "einstein::gxx"
IOASCII::out1d_vars = "einstein::gxx einstein::kxx admconstraints::ham einstein::grr einstein::alp"

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