aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-05-18 15:30:57 +0000
committerschnetter <schnetter@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-05-18 15:30:57 +0000
commit73a24baa63d3294d972cace0e7d66e7b4a25ddf5 (patch)
tree2bde81e600b682a1bdb614481207ddc029c572e3 /param.ccl
parent79342f353bbf602b9b656da9497ebfcfa2f9b07a (diff)
Import initial version of Marcus Ansorg's code, converted into a
Cactus thorn. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@2 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl73
1 files changed, 73 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
new file mode 100644
index 0000000..0d006df
--- /dev/null
+++ b/param.ccl
@@ -0,0 +1,73 @@
+# Parameter definitions for thorn TwoPunctures
+# $Header$
+
+SHARES: ADMBase
+
+USES KEYWORD metric_type
+
+EXTENDS KEYWORD initial_data
+{
+ "twopunctures" :: "two puncture black holes"
+}
+
+
+
+SHARES: StaticConformal
+
+USES KEYWORD conformal_storage
+
+
+
+PRIVATE:
+
+INT npoints_A "Number of coefficients in the compactified radial direction"
+{
+ 4:* :: ""
+} 30
+
+INT npoints_B "Number of coefficients in the angular direction"
+{
+ 4:* :: ""
+} 30
+
+INT npoints_phi "Number of coefficients in the phi direction"
+{
+ 4:*:2 :: ""
+} 16
+
+
+
+REAL par_b "x coordinate of the m+ puncture"
+{
+ (0.0:*) :: ""
+} 1.0
+
+REAL par_m_plus "mass of the m+ puncture"
+{
+ (0.0:* :: ""
+} 1.0
+
+REAL par_m_minus "mass of the m- puncture"
+{
+ (0.0:* :: ""
+} 1.0
+
+REAL par_P_plus[3] "momentum of the m+ puncture"
+{
+ (*:*) :: ""
+} 0.0
+
+REAL par_P_minus[3] "momentum of the m- puncture"
+{
+ (*:*) :: ""
+} 0.0
+
+REAL par_S_plus[3] "spin of the m+ puncture"
+{
+ (*:*) :: ""
+} 0.0
+
+REAL par_S_minus[3] "spin of the m- puncture"
+{
+ (*:*) :: ""
+} 0.0