aboutsummaryrefslogtreecommitdiff
path: root/par/boostrot.par
blob: 1befd778c36fb36b320979f72c9cd4a4d9289321 (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
57
58
59
60
####################################################
#  Initial data for boostrotation, evolving with ADM
####################################################

# Required thorns

ActiveThorns = "boundary pughreduce pughslab time pugh cartgrid3d admbase staticconformal admmacros coordgauge adm exact ioascii ioutil iobasic"

# Grid

driver::global_nx = 21
driver::global_ny = 21
driver::global_nz = 21

grid::type = "byrange"
grid::xmin = 0.0
grid::xmax = 1.0
grid::ymin = 0.0
grid::ymax = 1.0
grid::zmin = 0.0
grid::zmax = 1.0

cactus::cctk_initial_time = 1.0
cactus::cctk_itlast       = 20
 
time::dtfac = 0.25

# Initial data 

admbase::metric_type = "physical"
#staticconformal::conformal_storage = "factor+derivs+2nd derivs"
admbase::initial_data = "exact"

exact::exactmodel = "boostrot"

exact::boostrotstrength     = 0.1
exact::boostrotscale        = 2.0
exact::boostrotsafedistance = 1.e-2

# Evolution

admbase::evolution_method = "adm"

# Gauge

admbase::lapse_evolution_method = "static"
admbase::shift_evolution_method   = "exact"

# Output

IOBasic::outInfo_every = 1
IOBasic::outInfo_vars  = "admbase::gxx"

IOBasic::outScalar_every =  1
IOBasic::outScalar_vars  = "admbase::gxx admbase::gyy admbase::gzz"

IOASCII::out1D_every =  1
IOASCII::out1D_vars  = "admbase::gxx admbase::gyy admbase::gzz"