aboutsummaryrefslogtreecommitdiff
path: root/test/schw-0050.par
blob: b9aa912636590ae7db2aad05b29255720eea64e4 (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
#------------------------------------------------------------------------------
# cartoon, using BSSN_MoL
#------------------------------------------------------------------------------

ActiveThorns = "admbase admcoupling admmacros coordgauge spacemask staticconformal idanalyticbh time pugh pughreduce pughslab cartgrid3d ioascii ioutil iobasic cartoon2d ml_bssn ml_bssn_helper genericfd newrad loopcontrol tmunubase mol admconstraints boundary nanchecker coordbase symbase localreduce reflectionsymmetry"

IOBasic::outScalar_vars = " admbase::metric admbase::curv admbase::lapse admbase::shift ml_bssn::ml_metric ml_bssn::ml_curv ml_bssn::ml_trace_curv ml_bssn::ml_Gamma ml_bssn::phi admconstraints::momy admconstraints::ham "

IOBasic::outInfo_vars = " admconstraints::ham admbase::alp "

IOASCII::out1D_vars = " admbase::metric admbase::curv admbase::lapse admbase::shift ml_bssn::ml_metric ml_bssn::ml_curv ml_bssn::ml_trace_curv ml_bssn::ml_Gamma ml_bssn::phi admconstraints::momy admconstraints::ham "

#==============================================================================
# schwarzschild initial data
#==============================================================================

admbase::initial_data                  = "bl_bh"
admbase::metric_type = "physical"
idanalyticbh::bl_M_1                    = 1.0
idanalyticbh::epsilon                   = 1e-1

#==============================================================================
#generic machine outputdir
#==============================================================================

IO::out_dir=$parfile

#==============================================================================
# Cartoon grid
#==============================================================================

driver::global_nx                       = 51
driver::global_ny                       = 5
driver::global_nz                       = 51

grid::type                              = "byrange"

grid::xmin				= -0.15
grid::xmax				= 4.85

grid::ymin				= -0.2
grid::ymax				= 0.2

grid::zmin				= -0.15
grid::zmax				= 4.85

time::dtfac                             = 0.25

grid::domain                            = "full"

coordbase::xmin				= -0.15
coordbase::xmax				= 4.85

coordbase::ymin				= -0.2
coordbase::ymax				= 0.2

coordbase::zmin				= -0.15
coordbase::zmax				= 4.85

coordbase::boundary_size_x_upper        = 2
coordbase::boundary_size_y_upper        = 2
coordbase::boundary_size_z_upper        = 2
coordbase::boundary_size_x_lower        = 2
coordbase::boundary_size_y_lower        = 2
coordbase::boundary_size_z_lower        = 2

reflectionsymmetry::reflection_z        = yes

driver::ghost_size_x                    = 2
driver::ghost_size_y                    = 2
driver::ghost_size_z                    = 2

cactus::cctk_itlast                     = 10

grid::avoid_originy 			= "no"

cartoon2d::stencil			= "yes"
cartoon2d::order			= 3

cartoon2d::cartoon_active		= "yes"
admconstraints::cartoon			= "yes"

#==============================================================================
# Standard ADM_BSSN evolution
#==============================================================================

admbase::evolution_method              = "ml_bssn"

methodoflines::ode_method		= "icn"

ml_bssn::fdOrder                        = 2
ml_bssn::my_initial_boundary_condition = "extrapolate-gammas"
ml_bssn::my_rhs_boundary_condition     = "newrad"
# these are necessary
ml_bssn::ml_log_confac_bound           = "none"
ml_bssn::ml_metric_bound               = "none"
ml_bssn::ml_gamma_bound                = "none"
ml_bssn::ml_trace_curv_bound           = "none"
ml_bssn::ml_curv_bound                 = "none"
ml_bssn::ml_lapse_bound                = "none"
ml_bssn::ml_dtlapse_bound              = "none"
ml_bssn::ml_shift_bound                = "none"
ml_bssn::ml_dtshift_bound              = "none"
boundary::radpower                      = 3

#==============================================================================
# 1+log
#==============================================================================

admbase::initial_lapse                 = "one"
admbase::lapse_evolution_method        = "ML_BSSN"
admbase::dtlapse_evolution_method      = "ML_BSSN"
ml_bssn::alphadriver                   = 1
ml_bssn::lapseadvectioncoeff           = 0
ml_bssn::harmonicf                     = 2.0

#==============================================================================
# Gamma0 shift
#==============================================================================

admbase::initial_shift                 = "zero"
admbase::initial_dtshift               = "zero"
admbase::shift_evolution_method        = "ML_BSSN"
admbase::dtshift_evolution_method      = "ML_BSSN"
ml_bssn::shiftgammacoeff               = 0.75
ml_bssn::betadriver                    = 4.0
ml_bssn::shiftadvectioncoeff           = 0

#==============================================================================
# 1D output
#==============================================================================

IOBasic::outScalar_every                = 1
IOASCII::out1D_every                    = 1
IOBasic::outInfo_every                  = 1
IO::out_fileinfo   			= "none"