aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl35
1 files changed, 35 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 20176da..10f914c 100644
--- a/param.ccl
+++ b/param.ccl
@@ -8,6 +8,17 @@ KEYWORD fixed_excision "Excise a fixed region?"
"none" :: "No fixed excision"
} "none"
+
+
+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"
@@ -27,3 +38,27 @@ 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