Supriya Ghosh (Editor)

Roe solver

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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 F i + 1 2 at the interface between two computational cells U i and U i + 1 , on some discretised space-time computational domain.

Contents

Quasi-linear Hyperbolic system

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

U t + F ( U ) x = 0.

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

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

where A is the jacobian matrix of the flux vector F ( U ) .

The Roe Matrix

The Roe method consists of finding a matrix A ~ ( U i , U 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 U i , U i + 1 U we demand that A ~ ( U i , U i + 1 ) = A ( U )
  • Conserving F i + 1 F i = A ~ ( U i + 1 U i )
  • Phil Roe introduced a method of parameter vectors to find such a matrix for some systems of conservation laws.

    The Intercell Flux

    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.

    References

    Roe solver Wikipedia


    Similar Topics