aboutsummaryrefslogtreecommitdiff
path: root/par/pretrack.par
blob: 85aa2b12f69f4d1fa053d4735e8220ae793db144 (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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
# Demonstrate pretracking in a binary black hole collision.
# 2004-01-10 Erik Schnetter <schnetter@aei.mpg.de>
# $Header$

# Most parameter settings are fairly standard and should be looked up
# in their respective thorns.  Mostly the pretracking parameters are
# explained.



Cactus::cctk_run_title     = "Pretracking the common apparent horizon with Brill-Lindquist black holes"
Cactus::cctk_timer_output  = full
Cactus::cctk_full_warnings = yes
Cactus::terminate          = time
Cactus::cctk_final_time    = 5.0



ActiveThorns = "CoordBase SymBase"

ActiveThorns = "LocalInterp AEILocalInterp"

ActiveThorns = "NaNCatcher"

ActiveThorns = "TGRtensor"



ActiveThorns = "SphericalSurface"



ActiveThorns = "IOUtil"

IO::out_dir = $parfile



ActiveThorns = "PUGH PUGHInterp PUGHReduce PUGHSlab"

driver::global_nx  = 35
driver::global_ny  = 35
driver::global_nz  = 43
driver::ghost_size = 2



ActiveThorns = "NaNChecker"

NaNChecker::check_every     = 1
NaNChecker::action_if_found = terminate
NaNChecker::check_vars      = "ADMBase::gxx"



ActiveThorns = "Boundary CartGrid3D"

grid::type         = byspacing
grid::dxyz         = 0.125
grid::domain       = octant



ActiveThorns = "Time MoL SpaceMask Dissipation"

Time::dtfac = 0.25

MoL::ODE_Method = RK3

Dissipation::epsdis = 0.3
Dissipation::vars   = "ADM_BSSN::ADM_BSSN_phi ADM_BSSN::ADM_BSSN_metric ADM_BSSN::ADM_BSSN_K ADM_BSSN::ADM_BSSN_curv ADM_BSSN::ADM_BSSN_gamma ADMBase::lapse"



ActiveThorns = "ADMBase ADMCoupling ADMMacros CoordGauge StaticConformal"

ADMBase::metric_type = "static conformal"



ActiveThorns = "IDAnalyticBH"

ADMBase::initial_data = bl_bh

IDAnalyticBH::bl_nbh  =  2
IDAnalyticBH::bl_z0_1 = +1.0
IDAnalyticBH::bl_z0_2 = -1.0



ActiveThorns = "BSSN_MoL"

ADMBase::evolution_method = ADM_BSSN

BSSN_MoL::bound        = newrad
BSSN_MoL::stencil_size = 2
BSSN_MoL::advection    = upwind2

ADMBase::initial_lapse          = one
ADMBase::lapse_evolution_method = 1+log
BSSN_MoL::lapsesource           = standard
BSSN_MoL::harmonic_f            = 2.0

ADMBase::initial_shift = none



ActiveThorns = "ADMConstraints"



ActiveThorns = "AHFinder"

AHFinder::ahf_verbose     = yes
#AHFinder::ahf_veryverbose = yes
AHFinder::ahf_active      = yes
AHFinder::ahf_findevery   = 1

AHFinder::ahf_guessold     = yes
AHFinder::ahf_manual_guess = yes
AHFinder::ahf_l0_guess     = +2.5
AHFinder::ahf_l2_guess     = +0.2

AHFinder::ahf_ntheta = 36
AHFinder::ahf_nphi   = 72
AHFinder::ahf_octant = high

AHFinder::ahf_1Doutput      = yes



ActiveThorns = "SphericalSurface AHFinderDirect"

# less output
#AHFinderDirect::verbose_level = "physics highlights"
AHFinderDirect::N_horizons = 12
AHFinderDirect::find_every =  1

AHFinderDirect::max_Newton_iterations__initial           = 20
AHFinderDirect::max_Newton_iterations__subsequent        = 20
AHFinderDirect::max_allowable_Theta_growth_iterations    = 10
AHFinderDirect::max_allowable_Theta_nonshrink_iterations = 10

# these always seem to be positive, even for inner horizons
AHFinderDirect::want_expansion_gradients                 = yes

# individual apparent horizon
AHFinderDirect::origin_z[1]                              =  1.0
AHFinderDirect::initial_guess__coord_sphere__z_center[1] =  1.0
AHFinderDirect::initial_guess__coord_sphere__radius[1]   =  0.5

# common apparent horizon
AHFinderDirect::initial_guess__coord_sphere__radius[2]   =  3.5

# pretrack: find CE surface with smallest Theta_l
# (this is the simplest method, but it might not work)
AHFinderDirect::use_pretracking[3]                       = yes
AHFinderDirect::initial_guess__coord_sphere__radius[3]   =  3.5
AHFinderDirect::pretracking_value[3]                     =  0.1
AHFinderDirect::pretracking_minimum_value[3]             = -1.0
AHFinderDirect::pretracking_maximum_value[3]             =  1.0
AHFinderDirect::pretracking_delta[3]                     =  0.01
AHFinderDirect::pretracking_minimum_delta[3]             =  0.0001
AHFinderDirect::pretracking_maximum_delta[3]             =  0.01
AHFinderDirect::smoothing_factor[3]                      =  0.25

# pretrack: find CE surface with smallest (Theta_l r)
# (this is probably the best method)
AHFinderDirect::use_pretracking[4]                       = yes
AHFinderDirect::surface_modification[4]                  = "radius"
AHFinderDirect::initial_guess__coord_sphere__radius[4]   = 3.5
AHFinderDirect::pretracking_value[4]                     =   0.1
AHFinderDirect::pretracking_minimum_value[4]             = -1.0
AHFinderDirect::pretracking_maximum_value[4]             =  1.0
AHFinderDirect::pretracking_delta[4]                     =  0.01
AHFinderDirect::pretracking_minimum_delta[4]             =  0.0001
AHFinderDirect::pretracking_maximum_delta[4]             =  0.01
AHFinderDirect::smoothing_factor[4]                      =  0.25

# pretrack: find CE surface with smallest (Theta_l r^2)
# (this is probably another good method)
AHFinderDirect::use_pretracking[5]                       = yes
AHFinderDirect::surface_modification[5]                  = "radius^2"
AHFinderDirect::initial_guess__coord_sphere__radius[5]   =  3.5
AHFinderDirect::pretracking_value[5]                     =  0.1
AHFinderDirect::pretracking_minimum_value[5]             = -1.0
AHFinderDirect::pretracking_maximum_value[5]             =  1.0
AHFinderDirect::pretracking_delta[5]                     =  0.01
AHFinderDirect::pretracking_minimum_delta[5]             =  0.0001
AHFinderDirect::pretracking_maximum_delta[5]             =  0.01
AHFinderDirect::smoothing_factor[5]                      =  0.25

# pretrack: find CE surface with smallest mean coordinate radius
# (this might not find the horizon, or if it does, it might find it later)
AHFinderDirect::use_pretracking[6]                       = yes
AHFinderDirect::surface_selection[6]                     = "mean coordinate radius"
AHFinderDirect::initial_guess__coord_sphere__radius[6]   =  3.5
AHFinderDirect::pretracking_value[6]                     =  2.0
AHFinderDirect::pretracking_minimum_value[6]             =  0.0
AHFinderDirect::pretracking_maximum_value[6]             = 10.0
AHFinderDirect::pretracking_delta[6]                     =  0.1
AHFinderDirect::pretracking_minimum_delta[6]             =  0.0001
AHFinderDirect::pretracking_maximum_delta[6]             =  0.1
AHFinderDirect::smoothing_factor[6]                      =  0.25

# dependent surface: find CE surface with [smallest (Theta_l r)] + offset
AHFinderDirect::depends_on[7]                            = 4
AHFinderDirect::surface_modification[7]                  = "radius"
AHFinderDirect::initial_guess__coord_sphere__radius[7]   =  3.5
AHFinderDirect::desired_value_offset[7]                  = -0.01

# dependent surface: find CE surface with [smallest (Theta_l r)] + offset
AHFinderDirect::depends_on[8]                            = 4
AHFinderDirect::surface_modification[8]                  = "radius"
AHFinderDirect::initial_guess__coord_sphere__radius[8]   =  3.5
AHFinderDirect::desired_value_offset[8]                  =  0.01

# dependent surface: find CE surface with [smallest (Theta_l r^2)] + offset
AHFinderDirect::depends_on[9]                            = 5
AHFinderDirect::surface_modification[9]                  = "radius^2"
AHFinderDirect::initial_guess__coord_sphere__radius[9]   =  3.5
AHFinderDirect::desired_value_offset[9]                  = -0.01

# dependent surface: find CE surface with [smallest (Theta_l r^2)] + offset
AHFinderDirect::depends_on[10]                           = 5
AHFinderDirect::surface_modification[10]                 = "radius^2"
AHFinderDirect::initial_guess__coord_sphere__radius[10]  =  3.5
AHFinderDirect::desired_value_offset[10]                 =  0.01

# pretrack: find CE surface with smallest (Theta_l r)
# try to find an inner horizon
AHFinderDirect::use_pretracking[11]                      = yes
AHFinderDirect::surface_modification[11]                 = "radius"
AHFinderDirect::initial_guess__coord_sphere__radius[11]  = 3.5
AHFinderDirect::pretracking_value[11]                    =   0.1
AHFinderDirect::pretracking_minimum_value[11]            = -1.0
AHFinderDirect::pretracking_maximum_value[11]            =  1.0
AHFinderDirect::pretracking_delta[11]                    =  0.01
AHFinderDirect::pretracking_minimum_delta[11]            =  0.0001
AHFinderDirect::pretracking_maximum_delta[11]            =  0.01

# pretrack: find CE surface with smallest (Theta_l r)
# desperately try to find an inner horizon
AHFinderDirect::use_pretracking[12]                      = yes
AHFinderDirect::surface_modification[12]                 = "radius"
AHFinderDirect::initial_guess__coord_sphere__radius[12]  = 3.5
AHFinderDirect::pretracking_value[12]                    =   0.1
AHFinderDirect::pretracking_minimum_value[12]            = -1.0
AHFinderDirect::pretracking_maximum_value[12]            =  1.0
AHFinderDirect::pretracking_delta[12]                    =  0.01
AHFinderDirect::pretracking_minimum_delta[12]            =  0.0001
AHFinderDirect::pretracking_maximum_delta[12]            =  0.01
AHFinderDirect::smoothing_factor[12]                     = -0.25



ActiveThorns = "HTTPD Socket"

HTTPD::use_pthreads = yes



ActiveThorns = "IOASCII IOBasic"

IOBasic::outInfo_every      = 1
IOBasic::outInfo_reductions = "norm2"
IOBasic::outInfo_vars       = "ADMBase::gxx ADMConstraints::ham"

IOBasic::outScalar_every      = 1
IOBasic::outScalar_style      = gnuplot
IOBasic::out_format           = ".15g"
IOBasic::outScalar_reductions = "minimum maximum norm1 norm2 norm_inf"
IOBasic::outScalar_vars       = "
        StaticConformal::confac
        ADMBase::metric
        ADMBase::curv
        ADMBase::lapse
        ADMConstraints::hamiltonian
        ADMConstraints::momentum
        ADM_BSSN::ADM_BSSN_ham
        ADM_BSSN::ADM_BSSN_normham
        ADM_BSSN::ADM_BSSN_mom
        ADM_BSSN::ADM_BSSN_dG
        ADM_BSSN::ADM_BSSN_A
        ADM_BSSN::ADM_BSSN_S
"

IOASCII::out1D_every = 1
IOASCII::out1D_style = "gnuplot f(x)"
IOASCII::out1D_vars  = "
        StaticConformal::confac
        ADMBase::metric
        ADMBase::curv
        ADMBase::lapse
        ADMConstraints::hamiltonian
        ADMConstraints::momentum
        ADM_BSSN::ADM_BSSN_ham
        ADM_BSSN::ADM_BSSN_normham
        ADM_BSSN::ADM_BSSN_mom
        ADM_BSSN::ADM_BSSN_dG
        ADM_BSSN::ADM_BSSN_A
        ADM_BSSN::ADM_BSSN_S
"