aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2010-03-08 16:12:49 +0000
committerknarf <knarf@57fe0bb3-ccba-405f-9b23-de0201f165b7>2010-03-08 16:12:49 +0000
commit9565258e85778f68e55cf346399ba52a63687022 (patch)
tree3dc5be82c548d94b8c1bfc0136634a64d67b35f9 /interface.ccl
parent284f26cffee4e51ec42b9b47b1bf615232b269ed (diff)
patch from Christian: add entropy and temperature
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@23 57fe0bb3-ccba-405f-9b23-de0201f165b7
Diffstat (limited to 'interface.ccl')
-rwxr-xr-xinterface.ccl4
1 files changed, 3 insertions, 1 deletions
diff --git a/interface.ccl b/interface.ccl
index 8c5d143..51d2730 100755
--- a/interface.ccl
+++ b/interface.ccl
@@ -35,7 +35,9 @@ CCTK_REAL eps type = GF Timelevels = 3 tags='ProlongationParameter="HydroBas
CCTK_REAL vel[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="U" interpolator="matter"' "velocity v^i"
-CCTK_REAL Y_e type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "electron fraction"
+CCTK_REAL Y_e type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="Scalar" interpolator="matter"' "Electron Fraction"
+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]"
CCTK_REAL Bvec[3] type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="U" interpolator="matter"' "Magnetic field components B^i"