Changes between Version 16 and Version 17 of u/erica/MusclHancock


Ignore:
Timestamp:
06/17/13 14:16:50 (11 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/MusclHancock

    v16 v17  
    2222= The Muscl Hancock (MH) Scheme =
    2323
     24The goal of this method, like other we have looked at, is to solve the system of equations known as the 1D Euler equations,
     25
     26[[latex($ \frac{\partial \vec{u}}{\partial t} + \frac{\partial f(\vec{u})}{\partial x} = 0 $)]]
     27
    2428To produce 2nd-order accuracy, an outline of the MH scheme is as follows.
     29
     301.
    2531
    2632At this point, we are left with a higher order accurate code, but not one that is free of spurious oscillations near large gradients. To circumvent this, we need to add a TVD measure.