Changes between Version 5 and Version 6 of u/erica/GudonovMethodEuler


Ignore:
Timestamp:
04/29/13 22:38:22 (12 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/GudonovMethodEuler

    v5 v6  
    1717In conservative form, the Godunov method is written:
    1818
     19{{{#!latex
    1920u(i, n+1) = u(i, n) + delta_t/delta_x*[F(i-1/2) - F(i+1/2)]
     21\rho
     22}}}
    2023
    2124where 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)