aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorallen <allen@0a4070d5-58f5-498f-b6c0-2693e757fa0f>1999-11-01 11:27:16 +0000
committerallen <allen@0a4070d5-58f5-498f-b6c0-2693e757fa0f>1999-11-01 11:27:16 +0000
commitcab79658b8e19947c3b4058f75961f01a055ef2e (patch)
tree0532e9dac09c72f6e1aa2942186ac65dba2b5e66 /param.ccl
parentf6ebcf616a79e8a6ed1683187dc8d58e33980c21 (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/IDAxiBrillBH/trunk@3 0a4070d5-58f5-498f-b6c0-2693e757fa0f
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
+
+
+
+