From 4f428fa0cb738ce35740188fde8c7e7176f799b1 Mon Sep 17 00:00:00 2001 From: cott Date: Mon, 21 Feb 2011 17:14:39 +0000 Subject: * add variable w_lorentz for the Lorentz factor git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@38 57fe0bb3-ccba-405f-9b23-de0201f165b7 --- interface.ccl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'interface.ccl') diff --git a/interface.ccl b/interface.ccl index fd14190..a0d4ac8 100755 --- a/interface.ccl +++ b/interface.ccl @@ -35,6 +35,8 @@ 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 w_lorentz type = GF Timelevels = 3 tags='ProlongationParameter="HydroBase::prolongation_type" tensortypealias="U" 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 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]" -- cgit v1.2.3