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

BOOLEAN verbose "Produce some screen output"
{
} "no"

INT num_regions "Number of no-excision regions"
{
  0:10 :: ""
} 0



BOOLEAN overwrite_geometry[10] "Set the geometry to Minkowski"
{
} "yes"

REAL Minkowski_scale[10] "Scaling factor for Minkowski"
{
  (*:*) :: "Choose 1 for true Minkowski"
} 1.0



BOOLEAN overwrite_lapse[10] "Set the lapse to one"
{
} "yes"

REAL lapse_scale[10] "Scaling factor for lapse"
{
  (*:*) :: "Choose 1 for geodesic slicing, 0 to halt evolution"
} 1.0



BOOLEAN overwrite_shift[10] "Set the shift to zero"
{
} "yes"



REAL centre_x[10] "X-coordinate of the centre of the region"
{
  (*:*) :: ""
} 0.0

REAL centre_y[10] "Y-coordinate of the centre of the region"
{
  (*:*) :: ""
} 0.0

REAL centre_z[10] "Z-coordinate of the centre of the region"
{
  (*:*) :: ""
} 0.0

REAL radius[10] "Radius of the region"
{
  0.0:*) :: ""
} 1.0

REAL smoothing_zone_width[10] "Width of smoothing zone inside the region"
{
  0.0:*) :: ""
} 0.0