aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
blob: 0972297e5a88a59681b24f9f611553ab82e4d01d (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 LegoExcision
# $Header$

KEYWORD fixed_excision "Excise a fixed region?"
{
  "sphere" :: "A sphere about the origin of a given radius"
  "cube"   :: "A cube about the origin with a given corner"
  "none"   :: "No fixed excision"
} "none"

BOOLEAN touch_excision_at_startup "touch the excision mask at startup?"
{
} "yes"

INT num_fixed_regions "Number of fixed excision regions"
{
  0:* :: ""
} 1



# First fixed excision region

REAL fixed_size "The size (radius or corner location) of the fixed region"
{
  0:* :: "Positive"
} 1.0

REAL fixed_origin_x "The x coordinate of the centre of the fixed region"
{
  *:* :: ""
} 0.0

REAL fixed_origin_y "The y coordinate of the centre of the fixed region"
{
  *:* :: ""
} 0.0

REAL fixed_origin_z "The z coordinate of the centre of the fixed region"
{
  *:* :: ""
} 0.0



# Second fixed excision region

REAL fixed2_size "The size (radius or corner location) of the second fixed region"
{
  0:* :: "Positive"
} 1.0

REAL fixed2_origin_x "The x coordinate of the centre of the second fixed region"
{
  *:* :: ""
} 0.0

REAL fixed2_origin_y "The y coordinate of the centre of the second fixed region"
{
  *:* :: ""
} 0.0

REAL fixed2_origin_z "The z coordinate of the centre of the second fixed region"
{
  *:* :: ""
} 0.0