aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorryoji <ryoji@535fb057-194f-0410-b5a5-c63992f15602>1999-12-01 13:34:57 +0000
committerryoji <ryoji@535fb057-194f-0410-b5a5-c63992f15602>1999-12-01 13:34:57 +0000
commit5d27c1507b8402c8be8ec6433bbc5483db0203ec (patch)
treeccef534f16a8818747f1faafb1d946e9fad79d45 /param.ccl
parent4f2663df48d28c15194cde1de8e03a279534fb0b (diff)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/RotatingDBHIVP/trunk@3 535fb057-194f-0410-b5a5-c63992f15602
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl76
1 files changed, 76 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..940397c
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,76 @@
+# Parameter definitions for thorn RotatingDBHIVP
+# $Header$
+shares:einstein
+
+EXTENDS KEYWORD initial_lapse ""
+{
+ "schwarz" :: "Set lapse to Schwarzschild"
+}
+
+EXTENDS KEYWORD initial_data ""
+{
+ "rotatingdbh" :: "Non-Aix BH + Brill Wave IVP"
+}
+
+private:
+
+LOGICAL kerr_slice "initial slice for kerr"
+{
+} "no"
+
+LOGICAL kerr_shift "kerr shift"
+{
+} "no"
+
+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 byJ "Bowen York Angular momenta"
+{
+ *:* :: "No restriction"
+} 1.0
+
+REAL mm "Azimuthal dependence factor"
+{
+ *:* :: "No restriction"
+} 0.0
+
+REAL etamax "Eta value for outer edge of grid"
+{
+ *:* :: "No restriction"
+} 5.0
+
+
+INT ne "Eta resolution for solve"
+{
+ *:* :: "No restriction"
+} 202
+
+INT nq "Theta resolution for solve"
+{
+ *:* :: "No restriction"
+} 54
+
+INT np "Eta resolution for solve"
+{
+ *:* :: "No restriction"
+} 5
+
+LOGICAL verbose ""
+{
+} "yes"
+
+
+