Changes between Version 18 and Version 19 of u/erica/MusclHancock
- Timestamp:
- 06/17/13 14:21:04 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/MusclHancock
v18 v19 28 28 where u is the vector of conserved variables and f is the flux function. We solve this method adhering to the IVBP, the Riemann Problem, using the fully discrete, explicit, conservative formula: 29 29 30 [[latex($ u_i^ {n+1} = u_i ^n + \frac{\ delta t}{\deltax}[f_{i-1/2} - f_{i+1/2}]$)]]30 [[latex($ u_i^ {n+1} = u_i ^n + \frac{\triangle t}{\triangle x}[f_{i-1/2} - f_{i+1/2}]$)]] 31 31 32 32 To produce 2nd-order accuracy, an outline of the MH scheme is as follows.