aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@e296648e-0e4f-0410-bd07-d597d9acff87>2004-11-01 21:50:43 +0000
committerschnetter <schnetter@e296648e-0e4f-0410-bd07-d597d9acff87>2004-11-01 21:50:43 +0000
commitf5817d0d77263575f2e3bd59dcc8f7f40c94ace2 (patch)
treef7bb2939ba530db021a8d00bb5ed4ea8fc5576c8 /param.ccl
parentb76eaee65aee5a6309a84f91d3a8a3424f8fbbf4 (diff)
Add "Schwarzschild/BL" initial data, which are a Brill-Lindquist black
hole. Allow "Schwarzschild/KS" initial data to be offset from the origin. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@212 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl41
1 files changed, 41 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index ee7c062..a0a5f80 100644
--- a/param.ccl
+++ b/param.ccl
@@ -210,6 +210,7 @@ KEYWORD exact_model "The exact solution/coordinates used in thorn exact"
#
"Schwarzschild/EF" :: "Schwarzschild spacetime in Eddington-Finkelstein coordinates"
"Schwarzschild/PG" :: "Schwarzschild spacetime in Painleve-Gullstrand coordinates"
+"Schwarzschild/BL" :: "Schwarzschild spacetime in Brill-Lindquist coordinates"
"Schwarzschild/Novikov":: "Schwarzschild spacetime in Novikov coordinates"
"Schwarzschild-Lemaitre":: "Schwarzschild metric in Schwarzschild coordinates, with cosmological constant"
"Kerr/Boyer-Lindquist" :: "Kerr spacetime in Boyer-Lindquist coordinates"
@@ -387,6 +388,22 @@ REAL Schwarzschild_PG__epsilon "Schwarzschild/PG: numerical fudge"
################################################################################
+#
+# parameters for Schwarzschild metric in Brill-Lindquist coordinates
+#
+
+REAL Schwarzschild_BL__mass "Schwarzschild/BL: BH mass"
+{
+(0.0:* :: "any real number > 0.0"
+} 1.0
+
+REAL Schwarzschild_BL__epsilon "Schwarzschild/BL: numerical fudge"
+{
+0.0:* :: "any real number >= 0.0"
+} 1.e-16
+
+################################################################################
+
# parameters for Schwarzschild metric in Novikov coordinates
REAL Schwarzschild_Novikov__mass "Schwarzschild/Novikov: BH mass"
@@ -458,6 +475,30 @@ REAL Kerr_KerrSchild__spin \
-1.0:1.0 :: "dimensionless spin parameter a = J/m^2 for Kerr black hole"
} 0.6
+REAL Kerr_KerrSchild__x \
+ "Kerr/Kerr-Schild: x-coordinate of black hole"
+{
+(*:*) :: ""
+} 0.0
+
+REAL Kerr_KerrSchild__y \
+ "Kerr/Kerr-Schild: y-coordinate of black hole"
+{
+(*:*) :: ""
+} 0.0
+
+REAL Kerr_KerrSchild__z \
+ "Kerr/Kerr-Schild: z-coordinate of black hole"
+{
+(*:*) :: ""
+} 0.0
+
+REAL Kerr_KerrSchild__t \
+ "Kerr/Kerr-Schild: time offset of black hole"
+{
+(*:*) :: ""
+} 0.0
+
################################################################################
#