aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/par/iof5-multipatch-kerrschild.par
blob: 171ef919e463032ef3775b6d1bff4a93bf803948 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
ActiveThorns = "
        ADMBase
        ADMCoupling
        ADMMacros
        Boundary
        Carpet
        CarpetIOASCII
        CarpetIOBasic
        CarpetIOF5
        CarpetIOScalar
        CarpetLib
        CarpetReduce
        CarpetRegrid2
        CartGrid3D
        CoordBase
        CoordGauge
        Coordinates
        Exact
        F5
        Formaline
        GenericFD
        GSL
        HDF5
        InitBase
        IOUtil
        KerrSchild
        LoopControl
        ML_BSSN
        ML_BSSN_Helper
        MoL
        NewRad
        SpaceMask
        StaticConformal
        SymBase
        Time
        TimerReport
        TmunuBase
"



Cactus::cctk_run_title             = "IOF5"
Cactus::cctk_full_warnings         = yes
Cactus::highlight_warning_messages = no

Cactus::cctk_itlast = 0

IO::out_dir = $parfile

Carpet::prolongation_order_space = 5
Carpet::prolongation_order_time  = 2
driver::ghost_size               = 3
Carpet::use_buffer_zones         = yes

Carpet::domain_from_multipatch       = yes
CartGrid3D::type                     = "multipatch"
Coordinates::coordinate_system       = "Thornburg04"
Coordinates::h_cartesian             = 0.05 # 0.1
Coordinates::h_radial                = 0.05 # 0.1
Coordinates::sphere_inner_radius     = 1.0
Coordinates::sphere_outer_radius     = 3.0
Coordinates::n_angular               = 40 # 20
Coordinates::additional_overlap_size = 1
Coordinates::patch_boundary_size     = 3
Coordinates::outer_boundary_size     = 3

Carpet::max_refinement_levels = 10
CarpetRegrid2::num_centres    =  1
CarpetRegrid2::num_levels_1   =  3
CarpetRegrid2::radius_1[1]    =  0.5
CarpetRegrid2::radius_1[2]    =  0.2

InitBase::initial_data_setup_method = "init_single_level"
Carpet::init_fill_timelevels = yes



#ADMBase::initial_data    = "KerrSchild"
#ADMBase::initial_lapse   = "KerrSchild"
#ADMBase::initial_shift   = "KerrSchild"
#ADMBase::initial_dtlapse = "KerrSchild"
#ADMBase::initial_dtshift = "KerrSchild"

#KerrSchild::M = 1.0
#KerrSchild::a = 0.8

ADMBase::initial_data    = "Exact"
ADMBase::initial_lapse   = "Exact"
ADMBase::initial_shift   = "Exact"
ADMBase::initial_dtlapse = "Exact"
ADMBase::initial_dtshift = "Exact"

Exact::exact_model              = "Kerr/Kerr-Schild"
Exact::Kerr_KerrSchild__mass    = 1.0
Exact::Kerr_KerrSchild__spin    = 0.8
Exact::Kerr_KerrSchild__epsilon = 1.0e-4

ADMBase::evolution_method         = "ML_BSSN"
ADMBase::lapse_evolution_method   = "ML_BSSN"
ADMBase::shift_evolution_method   = "ML_BSSN"
ADMBase::dtlapse_evolution_method = "ML_BSSN"
ADMBase::dtshift_evolution_method = "ML_BSSN"

ML_BSSN::harmonicN           = 1      # 1+log
ML_BSSN::harmonicF           = 2.0    # 1+log
ML_BSSN::ShiftGammaCoeff     = 0.75
ML_BSSN::BetaDriver          = 1.0
ML_BSSN::LapseAdvectionCoeff = 1
ML_BSSN::ShiftAdvectionCoeff = 1

ML_BSSN::MinimumLapse = 1.0e-8

ML_BSSN::my_initial_boundary_condition = "extrapolate-gammas"
ML_BSSN::my_rhs_boundary_condition     = "NewRad"
Boundary::radpower                     = 2

MoL::ODE_Method             = "RK4"
MoL::MoL_Intermediate_Steps = 4
MoL::MoL_Num_Scratch_Levels = 1

Time::timestep_method = "given"
Time::timestep        = 0.01

CarpetIOBasic::outInfo_every = 1
CarpetIOBasic::outInfo_vars  = "ADMBase::lapse"

CarpetIOScalar::all_reductions_in_one_file = yes
CarpetIOScalar::outScalar_every            = 1
CarpetIOScalar::outScalar_vars             = "
        ADMBase::metric
        ADMBase::curv
        ADMBase::lapse
        ADMBase::shift
        ADMBase::dtlapse
        ADMBase::dtshift
"

CarpetIOASCII::one_file_per_group = yes
CarpetIOASCII::out1D_d            = no
CarpetIOASCII::out1D_every        = 1024
CarpetIOASCII::out1D_vars         = "
        grid::coordinates
        ADMBase::metric
        ADMBase::curv
        ADMBase::lapse
        ADMBase::shift
        ADMBase::dtlapse
        ADMBase::dtshift
"



CarpetIOF5::out_every = 1024
CarpetIOF5::out_vars  = "
        ADMBase::metric
        ADMBase::curv
        ADMBase::lapse
        ADMBase::shift
        ADMBase::dtlapse
        ADMBase::dtshift
"

CarpetIOF5::checkpoint = yes
IO::checkpoint_ID      = yes
IO::checkpoint_every   = 1024
IO::checkpoint_dir     = $parfile



Formaline::output_source = no

TimerReport::out_every                  = 1024
TimerReport::out_filename               = "TimerReport"
TimerReport::n_top_timers               = 50
TimerReport::output_all_timers_readable = yes