aboutsummaryrefslogtreecommitdiff
path: root/par/WaveDemo.par
blob: 1571c5931616a763a2f87f531ca3037c5dc5d1af (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
#------------------------------------------------------------------------------
#
# Parameter file for evolutions of gravitational waves (Teukolsky Waves)
#
# For use with Cactus 4.0
#
# 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 Linearized Gravitational Waves: Demo"

# These thorns must be compiled

ActiveThorns = "admbase admmacros admanalysis coordgauge staticconformal time adm iobasic ioutil ioascii pugh pughslab pughreduce CartGrid3D CoordBase SymBase boundary idlinearwaves"

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

# Number of grid points in each direction (should be 100)

driver::global_nsize       = 10

# How many iterations

cactus::cctk_final_time    = 4.0

# What to output and when

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

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

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

time::dtfac                = 0.25 

ADMBase::evolution_method  = "ADM"

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

ADMBase::lapse_evolution_method = "1+log"     
ADMBase::initial_data           = "teukwaves"

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

IO::out_dir                 = "WaveDemo"