aboutsummaryrefslogtreecommitdiff
path: root/par/MisnerDemo-Iso.par
blob: f238446035b023ca30bec8fa335d0583b7989b0a (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
#------------------------------------------------------------------------------
#
# Parameter file for evolutions of colliding black holes (Misner)
#
# For use with Cactus 4.0 (Beta 4)
#
# For help on running Cactus, either run the Cactus exectuable with the 
#   command line option -help, or consult the documentation at
#   www.cactuscode.org
#
# Max Planck Institute for Gravitational Physics, Potsdam, Germany, 1999
#
#------------------------------------------------------------------------------

!DESC "Evolution of Colliding Black Holes: Demo"

# These thorns must be compiled

ActiveThorns = "Boundary ADM CartGrid3D CoordBase SymBase ADMBase StaticConformal CoordGauge ADMAnalysis ADMMacros IDanalyticBH IOBasic IOUtil IOASCII PsiKadelia IsoSurfacer httpd socket httpdextra Pugh pughreduce pughslab Time"
 
#------------------------------------------------------------------------------

# Number of grid points in each direction (must be around 100 or larger)
 
driver::global_nsize       = 100

# How many iterations 

cactus::cctk_final_time    = 30.0

# What output and how often

IOBasic::outInfo_vars      = "admbase::alp"
IOBasic::outInfo_every     = 10
IOASCII::out1D_vars        = "admbase::alp admanalysis::grr psikadelia::psi0re"
IOASCII::out1D_every       = 10

#------------------------------------------------------------------------------
# 
# IsoSurfacer
#
#------------------------------------------------------------------------------

isosurfacer::dataport           = 5557 
isosurfacer::controlport        = 5558 
IsoSurfacer::out_format      = "SOCK"
IsoSurfacer::out_vars         = "psikadelia::psi0re"
isosurfacer::isovalue           = 0.5
IsoSurfacer::out_every   = 1 

httpd::port                 = 7050

#------------------------------------------------------------------------------
# 
# Evolution and initial data
#
#------------------------------------------------------------------------------

IO::out_dir                 = "MisnerDemo-Iso"

grid::domain               = "full"
grid::type                 = "byrange"
grid::xyzmin               = -10.0
grid::xyzmax               =  10.0

cactus::cctk_initial_time  = 0.

time::dtfac                = 0.25 
 
admbase::metric_type      = "static conformal"
admbase::evolution_method = "ADM"
admbase::lapse_evolution_method = "1+log"
admbase::initial_data     = "misner_bh"  

idanalyticbh::mu           = 2.2

adm::harmonic_f            = 2.0
adm::bound                 = "radiative"      
adm::method                = "stagleap"

#------------------------------------------------------------------------------