aboutsummaryrefslogtreecommitdiff
path: root/par/WaveDemo-Iso.par
blob: a3ce3c97f4a6bd3a4c0dd224c14ae142b9348abf (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
#------------------------------------------------------------------------------
#
# Parameter file for evolutions of gravitational waves (Teukolsky Waves)
#
# 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 Gravitation Waves: Demo"

# These thorns must be compiled

ActiveThorns = "einstein time adm iobasic ioutil ioascii pugh cartgrid3d boundary idlinearwaves IsoSurfacer NetGeometry http"

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

# Number of grid points in each direction

driver::global_nsize       = 100

# How many iterations

cactus::cctk_final_time    = 4.0

# Hosts to which remote visualisation is announced

NetGeometry::amira_announce = ""

# What to output and when

iobasic::outinfo_every     = 10
iobasic::outinfo_vars      = "einstein::grr"
ioascii::out1d_every       = 10
ioascii::out1d_vars        = "einstein::grr einstein::alp"

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

# IsoSurfacer parameters:
#  - the variable to compute the isosurface from
#  - the isosurface level
#  - the output format
#  - frequency , first iteration, resolution of output, uniq_vertices flag

IsoSurfacer::isosurfacer = "{(einstein::grr) (0.999,1.001) (SOCK) (1, 1, 1, 1)}"

IsoSurfacer::allow_empty_sends = "yes"

http::port                  = 7050

NetGeometry::port           = 7051
NetGeometry::tcpwindowsize  = 1048576

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

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

time::dtfac                = 0.25 

einstein::evolution_system = "ADM"

adm::method                = "stagleap"
adm::bound                 = "radiative"
adm::harmonic_f            = 2
cd
einstein::slicing          = "1+log"     
einstein::initial_data     = "teukwaves"

idlinearwaves::mvalue      = 2          
idlinearwaves::parity      = "even"     
idlinearwaves::packet      = "eppley"   
idlinearwaves::wavesgoing  = "inout"       
idlinearwaves::wavecenter  = 0.
idlinearwaves::wavelength  = 2.

io::outdir                 = "WaveDemo-Iso"