aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorknarf <knarf@e296648e-0e4f-0410-bd07-d597d9acff87>2003-01-28 14:49:41 +0000
committerknarf <knarf@e296648e-0e4f-0410-bd07-d597d9acff87>2003-01-28 14:49:41 +0000
commitdf88cbc7f44eaed2786f331e9c839eed625ced44 (patch)
tree8141c6ac3a25a3ab8a6060812e6ec808a820b88d /param.ccl
parent34f58312bd04e64c06975d579afff005734288ba (diff)
- add one new metric: Minkowski/conf wave
This is Minkowski with a cosine in the conformal factor - added support for using a static conformal factor git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@147 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl29
1 files changed, 29 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 2f26830..7722ced 100644
--- a/param.ccl
+++ b/param.ccl
@@ -39,6 +39,10 @@ EXTENDS KEYWORD evolution_method
"slice" :: "Evolve arbitrary slice and extract Cauchy data"
}
+shares:StaticConformal
+
+USES KEYWORD conformal_storage
+
################################################################################
##### parameters for the blended boundary conditions ###########################
################################################################################
@@ -162,6 +166,7 @@ KEYWORD exact_model "The exact solution/coordinates used in thorn exact"
"Minkowski/shift" :: "Minkowski spacetime with time-dependent shift vector"
"Minkowski/funny" :: "Minkowski spacetime in non-trivial spatial coordinates"
"Minkowski/gauge wave" :: "Minkowski spacetime in gauge-wave coordinates"
+"Minkowski/conf wave" :: "Minkowski spacetime with 'waves' in conformal factor"
#
# black hole spacetimes
#
@@ -285,6 +290,30 @@ REAL Minkowski_gauge_wave__phase \
} 0.0
################################################################################
+
+#
+# parameters for Minkowski spacetime in gauge-wave coordinates
+#
+
+REAL Minkowski_conf_wave__amplitude \
+ "Minkowski/conf wave: amplitude of the variation of the conformal factor"
+{
+ 0:* :: "any positive real number"
+} 0.5
+
+REAL Minkowski_conf_wave__wavelength \
+ "Minkowski/conf wave: wave length in cactus units"
+{
+ 0:* :: "any positive real number"
+} 1.0
+
+INT Minkowski_conf_wave__direction \
+ "Minkowski/conf wave: direction of 'wave' 0,1,2 : x,y,z"
+{
+ 0:2 :: "0, 1 or 2 for x, y or z"
+} 0
+
+################################################################################
##### black hole spacetimes ####################################################
################################################################################