aboutsummaryrefslogtreecommitdiff
path: root/test/extract_physical.par
blob: dd4d68f8875190027aed98dc86beb44e9be5c207 (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
!DESC "Extract waveforms from BH"


ActiveThorns = "Boundary CartGrid3D CoordBase SymBase Time IOUtil IOASCII PUGH PUGHSlab PUGHInterp LocalInterp Extract ADMBase StaticConformal IDAnalyticBH ADM ADMMacros CoordGauge localreduce"


driver::global_nx = 15
driver::global_ny = 15
driver::global_nz = 15

grid::type   = "bySpacing"
grid::domain = "octant"
grid::dxyz   = 0.3

time::dtfac = 0.2

cactus::cctk_itlast = 5
IO::out_every       = 1

admbase::evolution_method ="adm"
admbase::initial_data     = "schwarzschild"
admbase::metric_type = "physical"
admbase::lapse_evolution_method          = "geodesic"
idanalyticbh::mass	   = 1

IO::out_dir         = "extract_physical"
io::out_fileinfo    = "none"
ioascii::out1d_vars = "admbase::alp"

### Extraction parameters

extract::interpolation_order = 1
extract::num_detectors = 2
extract::itout         = 1

extract::Nt        = 50
extract::Np        = 50
extract::origin_x  = 0.
extract::origin_y  = 0.
extract::origin_z  = 0.

extract::all_modes  = "yes"
extract::l_mode     = 4
extract::m_mode     = 0

extract::detector1 = 2.5
extract::detector2 = 3.0

extract::doADMmass = "yes"
extract::do_momentum = "yes"
extract::do_spin = "yes"

# do not use the new scheme for names of output files
IO::new_filename_scheme = "no"