aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authordradice <dradice@57fe0bb3-ccba-405f-9b23-de0201f165b7>2014-08-07 15:35:00 +0000
committerdradice <dradice@57fe0bb3-ccba-405f-9b23-de0201f165b7>2014-08-07 15:35:00 +0000
commit59fb9c8828a83d7543fc637e698aed45d2aa086d (patch)
treedad757f01b155b10857c08a5578fb1a99c263550 /interface.ccl
parent18838e53e2735a26d737a194160bb2ae7d8570be (diff)
Add average atomic mass: HydroBase::Abar. Ticket #1649.svn
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@75 57fe0bb3-ccba-405f-9b23-de0201f165b7
Diffstat (limited to 'interface.ccl')
-rwxr-xr-xinterface.ccl1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface.ccl b/interface.ccl
index fa4fcd3..9e176f1 100755
--- a/interface.ccl
+++ b/interface.ccl
@@ -38,6 +38,7 @@ CCTK_REAL vel[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBas
CCTK_REAL w_lorentz type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "Lorentz Factor"
CCTK_REAL Y_e type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "Electron Fraction"
+CCTK_REAL Abar type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "Average atomic mass [atomic mass unit]"
CCTK_REAL temperature type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "Temperature [MeV]"
CCTK_REAL entropy type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "Specific Entropy [k_b/baryon]"