Changes between Version 30 and Version 31 of u/erica/GudonovMethodEuler
- Timestamp:
- 05/04/13 14:48:32 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/GudonovMethodEuler
v30 v31 30 30 {{{#!Latex 31 31 mass flux = \rho_s * u_s * u_s 32 momentum_flux = \rho_s * u_s * u_s + p_s 33 energy_flux = u_s * (0.5*u_s*u_s*\rho_s + p_s/(\gamma - 1) 32 33 momentum flux = \rho_s * u_s * u_s + p_s 34 35 energy flux = u_s * (0.5*u_s*u_s*\rho_s + p_s/(\gamma - 1) 34 36 }}} 35 37