Changes between Version 76 and Version 77 of VisIt


Ignore:
Timestamp:
07/22/11 14:04:06 (14 years ago)
Author:
Erica Kaminski
Comment:

corrected pressure expression

Legend:

Unmodified
Added
Removed
Modified
  • VisIt

    v76 v77  
    400400||    gamma    ||  5/3  || || ||
    401401||  hydro/2dpressure          ||  {{{(gamma-1)*(E-0.5)*(px^2+py^2)/rho}}}  || Hydro pressure, 2d  || ||
    402 ||  hydro/3dpressure          ||  {{{(gamma-1)*(E-0.5)*(px^2+py^2+pz^2)/rho}}}  || Hydro pressure, 3d  || ||
     402||  hydro/3dpressure          ||  {{{(gamma-1)*(E-0.5*(px^2+py^2+pz^2)/rho)}}}  || Hydro pressure, 3d  || ||
    403403||  hydro/Temp          ||    {{{<hydro/pressure>/rho}}}     || temperature for hydro ||note use of another derived expression||
    404404||hydro/TempPhysical||   {{{tempScale*<hydro/pressure>/rho}}}   || Gives T in physical units ||tempScale should be defined in physics.data||