aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl56
1 files changed, 56 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..5fe240b
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,56 @@
+# Parameter definitions for thorn AxiBrillBHIVP
+# $Header$
+
+shares:einstein
+
+EXTENDS KEYWORD initial_lapse ""
+{
+ "schwarz" :: "Set lapse to Schwarzschild"
+}
+
+EXTENDS KEYWORD initial_data ""
+{
+ "axibrillbh" :: "Axisymmetry Initial data for Black hole + Brill wave"
+}
+
+private:
+
+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 etamax "Eta value for outer edge of grid"
+{
+ *:* :: "No restriction"
+} 5.0
+
+
+INT n "sin^n theta in brill wave"
+{
+ *:* :: "No restriction"
+} 2
+
+INT ne "Eta resolution for solve"
+{
+ *:* :: "No restriction"
+} 300
+
+INT nq "Theta resolution for solve"
+{
+ *:* :: "No restriction"
+} 50
+
+
+
+