aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 940397ca6fe882bbfefa3c56b0097c68bf0997aa (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
# Parameter definitions for thorn RotatingDBHIVP
# $Header$
shares:einstein

EXTENDS KEYWORD initial_lapse ""
{
  "schwarz" :: "Set lapse to Schwarzschild"
}

EXTENDS KEYWORD initial_data ""
{
  "rotatingdbh" :: "Non-Aix BH + Brill Wave IVP"
}

private:

LOGICAL kerr_slice "initial slice for kerr"
{
} "no"

LOGICAL kerr_shift "kerr shift"
{
} "no"

REAL amp "Brill wave amplitude"
{
  *:* :: "No restriction"
} 0.1

REAL eta0 "Brill wave center (in eta coords)"
{
  *:* :: "No restriction"
} 0.0

REAL sigma "Brill wave width (in eta)"
{
  *:* :: "No restriction"
} 1.0

REAL byJ "Bowen York Angular momenta"
{
  *:* :: "No restriction"
} 1.0

REAL mm "Azimuthal dependence factor"
{
  *:* :: "No restriction"
} 0.0

REAL etamax "Eta value for outer edge of grid"
{
  *:* :: "No restriction"
} 5.0


INT ne "Eta resolution for solve"
{
  *:* :: "No restriction"
} 202

INT nq "Theta resolution for solve"
{
  *:* :: "No restriction"
} 54

INT np "Eta resolution for solve"
{
  *:* :: "No restriction"
} 5

LOGICAL verbose ""
{
} "yes"