aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorryoji <ryoji@971fb155-194f-0410-9daf-e2eca44e59f5>1999-12-01 13:36:25 +0000
committerryoji <ryoji@971fb155-194f-0410-9daf-e2eca44e59f5>1999-12-01 13:36:25 +0000
commit6b266c308ed6ed21b401e3a670cc017286d79036 (patch)
tree759c532bf74cfc87e989c4ff2d2ab01e60b42274 /param.ccl
parentf50dd221f56adcee042c811725c2dae63edf23c0 (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/DistortedBHIVP/trunk@3 971fb155-194f-0410-9daf-e2eca44e59f5
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl65
1 files changed, 65 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..5e581ea
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,65 @@
+# Parameter definitions for thorn DistortedBHIVP
+# $Header$
+
+shares:einstein
+
+EXTENDS KEYWORD initial_lapse ""
+{
+ "schwarz" :: "Set lapse to Schwarzschild"
+}
+
+EXTENDS KEYWORD initial_data ""
+{
+"distortedbh" :: "Non-Aix BH + Brill Wave IVP"
+}
+
+private:
+
+REAL amp "Brill wave amplitude"
+{
+ *:* :: "No restriction"
+} 0.1
+
+REAL eta0 "Brill wave center (in eta coords)"
+{
+ *:* :: "No restriction"
+} 0.0
+
+REAL c "Azimuthal dependence of Brill wave"
+{
+ *:* :: "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"
+} 202
+
+INT nq "Theta resolution for solve"
+{
+ *:* :: "No restriction"
+} 54
+
+INT np "Eta resolution for solve"
+{
+ *:* :: "No restriction"
+} 5
+
+
+