Roe solver

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

The Roe approximate Riemann solver, devised by Phil Roe, is an approximate Riemann solver based on the Godunov scheme and involves finding an estimate for the intercell numerical flux or Godunov flux Fi+12 at the interface between two computational cells Ui and Ui+1, on some discretised space-time computational domain.

Roe scheme

[edit | edit source]

Quasi-linear hyperbolic system

[edit | edit source]

A non-linear system of hyperbolic partial differential equations representing a set of conservation laws in one spatial dimension can be written in the form

𝑼t+𝑭(𝑼)x=0.

Applying the chain rule to the second term we get the quasi-linear hyperbolic system

𝑼t+A(𝑼)𝑼x=0,

where A is the Jacobian matrix of the flux vector 𝑭(𝑼).

Roe matrix

[edit | edit source]

The Roe method consists of finding a matrix A~(𝑼i,𝑼i+1) that is assumed constant between two cells. The Riemann problem can then be solved as a truly linear hyperbolic system at each cell interface. The Roe matrix must obey the following conditions:

  • Diagonalizable with real eigenvalues: ensures that the new linear system is truly hyperbolic.
  • Consistency with the exact jacobian: when 𝑼i,𝑼i+1𝑼 we demand that A~(𝑼i,𝑼i+1)=A(𝑼)
  • Conserving: 𝑭i+1𝑭i=A~(𝑼i+1𝑼i)

Phil Roe introduced a method of parameter vectors to find such a matrix for some systems of conservation laws.[1]

Intercell flux

[edit | edit source]

Once the Roe matrix corresponding to the interface between two cells is found, the intercell flux is given by solving the quasi-linear system as a truly linear system.

See also

[edit | edit source]

References

[edit | edit source]
  1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).

Further reading

[edit | edit source]
  • Toro, E. F. (1999), Riemann Solvers and Numerical Methods for Fluid Dynamics, Springer-Verlag.