aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: f5fa92e5db18c3b05d381f1b5d70d0058e48f8ea (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
# Parameter definitions for thorn IDAnalyticBH
# $Header$

private:

# Schwarzschild parameters
# ------------------------
REAL mass "Mass of black hole"
{
: :: "Not sure if it can be negative or not"
} 2.0


# Multiple Misner Parameters
# --------------------------
REAL mu "Misner mu value"
{
0: :: ""
} 1.2

INT nmax "Number of terms to include for Misner series"
{
0: :: ""
} 30

INT misner_nbh "Number of Misner black holes"
{
 1:10 :: ""
} 1

# Brill Lindquist Parameters
# --------------------------
INT bl_nbh "Number of Brill Lindquist black holes"
{
 1:4 :: "Between one and four holes implemented"
} 1
REAL bl_x0_1 "x-position of 1st BL hole"
{
: ::
} 0.0
REAL bl_y0_1 "y-position of 1st BL hole"
{
: ::
} 0.0
REAL bl_z0_1 "z-position of 1st BL hole"
{
: ::
} 0.0
REAL bl_M_1 "Mass of 1st BL hole"
{
: ::
} 1.0
REAL bl_x0_2 "x-position of 2nd BL hole"
{
: ::
} 0.0
REAL bl_y0_2 "y-position of 2nd BL hole"
{
: ::
} 0.0
REAL bl_z0_2 "z-position of 2nd BL hole"
{
: ::
} 0.0
REAL bl_M_2 "Mass of 2nd BL hole"
{
: ::
} 1.0
REAL bl_x0_3 "x-position of 3nd BL hole"
{
: ::
} 0.0
REAL bl_y0_3 "y-position of 3nd BL hole"
{
: ::
} 0.0
REAL bl_z0_3 "z-position of 3nd BL hole"
{
: ::
} 0.0
REAL bl_M_3 "Mass of 3rd BL hole"
{
: ::
} 1.0
REAL bl_x0_4 "x-position of 4th BL hole"
{
: ::
} 0.0
REAL bl_y0_4 "y-position of 4th BL hole"
{
: ::
} 0.0
REAL bl_z0_4 "z-position of 4th BL hole"
{
: ::
} 0.0
REAL bl_M_4 "Mass of 4th BL hole"
{
: ::
} 1.0


friend:einstein

EXTENDS KEYWORD initial_data ""
{
  "schwarzschild"      :: "One Schwarzshild black hole"
  "bl_bh"              :: "Brill Lindquist black holes"
  "misner_bh"          :: "Misner black holes"
  "multiple_misner_bh" :: "Multiple Misner black holes"
} 

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