aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorpollney <pollney@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2006-04-03 17:14:56 +0000
committerpollney <pollney@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2006-04-03 17:14:56 +0000
commit7fd9ab1996d56de722d2945e298c85d3751ca5db (patch)
tree50ba91c56e7fff8bea84842fde03e3b3b6e1bcdf /param.ccl
parenta1a9c98fc4f1e907341844611d37fbddf7aca23a (diff)
Added new intial lapse profile, 'psi^n' corresponding to the initial
conformal factor raised to some exponent, given by the new parameter initial_lapse_psi_exponent. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@54 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index d578502..0d3973f 100644
--- a/param.ccl
+++ b/param.ccl
@@ -14,6 +14,7 @@ EXTENDS KEYWORD initial_lapse
{
"twopunctures-antisymmetric" :: "antisymmetric lapse for two puncture black holes, -1 <= alpha <= +1"
"twopunctures-averaged" :: "averaged lapse for two puncture black holes, 0 <= alpha <= +1"
+ "psi^n" :: "Based on the initial conformal factor"
}
@@ -120,6 +121,10 @@ REAL par_S_minus[3] "spin of the m- puncture"
(*:*) :: ""
} 0.0
+REAL initial_lapse_psi_exponent "Exponent n for psi^-n initial lapse profile"
+{
+ (*:*) :: "Should be negative"
+} -2.0
BOOLEAN use_sources "Use sources?"