Flux limiter

Source: Wikipedia, the free encyclopedia.
(Redirected from
Flux limiters
)

Flux limiters are used in

partial differential equations (PDEs). They are used in high resolution schemes, such as the MUSCL scheme, to avoid the spurious oscillations (wiggles) that would otherwise occur with high order spatial discretization schemes due to shocks, discontinuities or sharp changes in the solution domain. Use of flux limiters, together with an appropriate high resolution scheme, make the solutions total variation diminishing
(TVD).

Note that flux limiters are also referred to as slope limiters because they both have the same mathematical form, and both have the effect of limiting the solution gradient near shocks or discontinuities. In general, the term flux limiter is used when the limiter acts on system fluxes, and slope limiter is used when the limiter acts on system states (like pressure, velocity etc.).

How they work

The main idea behind the construction of flux limiter schemes is to limit the spatial derivatives to realistic values – for scientific and engineering problems this usually means physically realisable and meaningful values. They are used in

high resolution schemes for solving problems described by PDEs and only come into operation when sharp wave fronts are present. For smoothly changing waves, the flux limiters do not operate and the spatial derivatives can be represented by higher order approximations without introducing spurious oscillations. Consider the 1D semi-discrete scheme
below,

where, and represent edge fluxes for the i-th cell. If these edge fluxes can be represented by low and high resolution schemes, then a flux limiter can switch between these schemes depending upon the gradients close to the particular cell, as follows,

where

  • is the low resolution flux,
  • is the high resolution flux,
  • is the flux limiter function, and
  • represents the ratio of successive gradients on the solution mesh, i.e.,

The limiter function is constrained to be greater than or equal to zero, i.e., . Therefore, when the limiter is equal to zero (sharp gradient, opposite slopes or zero gradient), the flux is represented by a low resolution scheme. Similarly, when the limiter is equal to 1 (smooth solution), it is represented by a high resolution scheme. The various limiters have differing switching characteristics and are selected according to the particular problem and solution scheme. No particular limiter has been found to work well for all problems, and a particular choice is usually made on a trial and error basis.

Limiter functions

The following are common forms of flux/slope limiter function, :

  • CHARM [not 2nd order TVD] [1]
  • HCUS [not 2nd order TVD] [2]
  • HQUICK [not 2nd order TVD] [2]
  • Koren[3] – third-order accurate for sufficiently smooth data[4]
  • minmod – symmetric [5]
  • monotonized central (MC) – symmetric [6]
  • Osher [7]
  • ospre – symmetric [2]
  • smart [not 2nd order TVD] [8]
  • superbee – symmetric [5]
  • Sweby – symmetric [9]
  • UMIST – symmetric [10]
  • van Albada 1 – symmetric [11]
  • van Albada 2 – alternative form [not 2nd order TVD] used on high spatial order schemes [12]
  • van Leer – symmetric [13]
  • All the above limiters indicated as being symmetric, exhibit the following symmetry property,

This is a desirable property as it ensures that the limiting actions for forward and backward gradients operate in the same way.

Admissible limiter region for second-order TVD schemes.

Unless indicated to the contrary, the above limiter functions are second order TVD. This means that they are designed such that they pass through a certain region of the solution, known as the TVD region, in order to guarantee stability of the scheme. Second-order, TVD limiters satisfy at least the following criteria:

  • ,
  • ,
  • ,
  • ,

The admissible limiter region for second-order TVD schemes is shown in the Sweby Diagram opposite,[9] and plots showing limiter functions overlaid onto the TVD region are shown below. In this image, plots for the Osher and Sweby limiters have been generated using .

Limiter functions overlaid onto second-order TVD region.

Generalised minmod limiter

An additional limiter that has an interesting form is the van-Leer's one-parameter family of minmod limiters.[14][15][16] It is defined as follows

Note: is most dissipative for when it reduces to and is least dissipative for .

See also

Notes

  1. ^ Zhou, G. (1995), Numerical simulations of physical discontinuities in single and multi-fluid flows for arbitrary Mach numbers (PhD Thesis), Goteborg, Sweden: Chalmers Univ. of Tech.
  2. ^
    VKI
    Preprint 1995-21)
  3. ^
  4. ^ Chakravarthy, S.R.; Osher, S. (1983), "High resolution applications of the Osher upwind scheme for the Euler equations", Proc. AIAA 6th Computational Fluid Dynamics Conference, pp. 363–373, AIAA Paper 83-1943, archived from the original on 2011-05-17, retrieved 2008-03-31
  5. ^
  6. ^ Kermani, M.J.; Gerber, A.G.; Stockie, J.M. (2003), "Thermodynamically Based Moisture Prediction Using Roe's Scheme", 4th Conference of Iranian AeroSpace Society, Amir Kabir University of Technology, Tehran, Iran, January 27–29{{citation}}: CS1 maint: location (link) CS1 maint: location missing publisher (link)
  7. S2CID 15957238, archived from the original
    on September 23, 2017
  8. ^ Kurganov, A.; Tadmor, E. (2000), Solution of Two-Dimensional Riemann problems for Gas Dynamics without Riemann Problem Solvers, Report by Dept. of Mathematics, Univ. Michigan. Available on-line at: CiteSeer.

References

Further reading