Changes between Version 87 and Version 88 of VisIt
- Timestamp:
- 07/10/14 17:04:17 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VisIt
v87 v88 543 543 || 3d/vmag || {{{sqrt(vx^2+vy^2+vz^2)}}} || magnitude of velocity in 3-d || || 544 544 || gamma || 5/3 || || || 545 || hydro/2dpressure || {{{(gamma-1)*(E-0.5*(px^2+py^2) )/rho)}}} || Hydro pressure, 2d || ||546 || hydro/3dpressure || {{{(gamma-1)*(E-0.5*(px^2+py^2+pz^2) )/rho)}}} || Hydro pressure, 3d || ||545 || hydro/2dpressure || {{{(gamma-1)*(E-0.5*(px^2+py^2)/rho)}}} || Hydro pressure, 2d || || 546 || hydro/3dpressure || {{{(gamma-1)*(E-0.5*(px^2+py^2+pz^2)/rho)}}} || Hydro pressure, 3d || || 547 547 || hydro/Temp || {{{<hydro/pressure>/rho}}} || temperature for hydro ||note use of another derived expression|| 548 548 ||hydro/TempPhysical|| {{{tempScale*<hydro/pressure>/rho}}} || Gives T in physical units ||tempScale should be defined in physics.data||