[Commits] [svn:einsteintoolkit] HydroBase/trunk/ (Rev. 38)
cott at tapir.caltech.edu
cott at tapir.caltech.edu
Mon Feb 21 11:14:39 CST 2011
User: cott
Date: 2011/02/21 11:14 AM
Modified:
/trunk/
interface.ccl, schedule.ccl
Log:
* add variable w_lorentz for the Lorentz factor
File Changes:
Directory: /trunk/
==================
File [modified]: interface.ccl
Delta lines: +2 -0
===================================================================
--- trunk/interface.ccl 2011-02-21 15:49:06 UTC (rev 37)
+++ trunk/interface.ccl 2011-02-21 17:14:39 UTC (rev 38)
@@ -35,6 +35,8 @@
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]"
File [modified]: schedule.ccl
Delta lines: +3 -0
===================================================================
--- trunk/schedule.ccl 2011-02-21 15:49:06 UTC (rev 37)
+++ trunk/schedule.ccl 2011-02-21 17:14:39 UTC (rev 38)
@@ -6,6 +6,7 @@
STORAGE: press[1]
STORAGE: eps[1]
STORAGE: vel[1]
+ STORAGE: w_lorentz[1]
if (!CCTK_EQUALS(initial_Y_e, "none"))
{
STORAGE: Y_e[1]
@@ -29,6 +30,7 @@
STORAGE: press[2]
STORAGE: eps[2]
STORAGE: vel[2]
+ STORAGE: w_lorentz[2]
if (!CCTK_EQUALS(initial_Y_e, "none"))
{
STORAGE: Y_e[2]
@@ -52,6 +54,7 @@
STORAGE: press[3]
STORAGE: eps[3]
STORAGE: vel[3]
+ STORAGE: w_lorentz[3]
if (!CCTK_EQUALS(initial_Y_e, "none"))
{
STORAGE: Y_e[3]
More information about the Commits
mailing list