Second-order MUSCL scheme
The second-order Monotonic Upstream-centered Scheme for Conservation Laws (MUSCL) scheme offers better precision and convergence for simulation with high aspect ratio grids and meshes.
The second order MUSCL approximates the value of ϕip with the intercell flux field value ϕi+1/2, which is computed by the average of fluxes at the current and next spatial locations:
where:
- ϕi is the field value at the upwind node i relative to the integration point ip.
- ϕi+1 is the field value at the downwind node i - 1 relative to the integration point ip.
- Ψ(r) is the specified flux limiter function. For more information, see Flux limiters.
- r is the ratio of the upwind-side gradient to downwind-side gradient. It is
defined as:
This advection scheme provides better precision and convergence for simulation with high aspect ratio grids and meshes. The flow solver applies a flux limiter to the predicted transport variable to avoid inaccuracy related to spurious oscillations.