aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorhinder <hinder@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2011-09-25 21:43:44 +0000
committerhinder <hinder@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2011-09-25 21:43:44 +0000
commit32ae652a29c362e93582fbbb718a37152a09cf33 (patch)
tree4ca6d34122e8bd200bb49538032d324381bc4061 /interface.ccl
parent94234d2c4c76ac16e6e888f1bc62b2564586022b (diff)
Add output of metadata file TwoPunctures.bbh
The format and keys are defined in http://arxiv.org/abs/0709.0093 with additional draft keys defined for the NR-AR project (to be committed to the arXiv version when finalized). Also introduced grid scalars for the ADM energy and angular momentum and the puncture ADM masses. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@124 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl16
1 files changed, 16 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index e58faac..668cfc0 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -40,6 +40,18 @@ USES FUNCTION Set_Rho_ADM
USES FUNCTION Set_Initial_Guess_for_u
USES FUNCTION Rescale_Sources
+PRIVATE:
+
+CCTK_REAL energy TYPE=scalar
+{
+ E
+} "ADM energy of the Bowen-York spacetime"
+
+CCTK_REAL angular_momentum TYPE=scalar
+{
+ J1, J2, J3
+} "Angular momentum of the Bowen-York spacetime"
+
PUBLIC:
CCTK_REAL bare_mass TYPE=scalar
@@ -47,4 +59,8 @@ CCTK_REAL bare_mass TYPE=scalar
mp mm
} "Bare masses of the punctures"
+CCTK_REAL puncture_adm_mass TYPE=scalar
+{
+ mp_adm mm_adm
+} "ADM masses of the punctures (measured at the other spatial infinities)"