Changes between Version 5 and Version 6 of u/erica/GudonovMethodEuler
- Timestamp:
- 04/29/13 22:38:22 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/GudonovMethodEuler
v5 v6 17 17 In conservative form, the Godunov method is written: 18 18 19 {{{#!latex 19 20 u(i, n+1) = u(i, n) + delta_t/delta_x*[F(i-1/2) - F(i+1/2)] 21 \rho 22 }}} 20 23 21 24 where F(i-1/2) is the numerical flux, which = F(u(i+1/2, 0)) (i.e. the physical flux evaluated using the solution to local RP)