Trisha Shetty (Editor)

Riemann problem

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

A Riemann problem, named after Bernhard Riemann, consists of an initial value problem composed of a conservation equation together with piecewise constant data having a single discontinuity. The Riemann problem is very useful for the understanding of equations like Euler conservation equations because all properties, such as shocks and rarefaction waves, appear as characteristics in the solution. It also gives an exact solution to some complex nonlinear equations, such as the Euler equations.

In numerical analysis, Riemann problems appear in a natural way in finite volume methods for the solution of conservation law equations due to the discreteness of the grid. For that it is widely used in computational fluid dynamics and in MHD simulations. In these fields Riemann problems are calculated using Riemann solvers.

The Riemann problem in linearized gas dynamics

As a simple example, we investigate the properties of the one-dimensional Riemann problem in gas dynamics, with initial conditions given by

[ ρ u ] = [ ρ L u L ]  for  x 0 and [ ρ u ] = [ ρ R u R ]  for  x > 0

where x = 0 separates two different states, together with the linearised gas dynamic equations (see gas dynamics for derivation).

ρ t + ρ 0 u x = 0 u t + a 2 ρ 0 ρ x = 0

where we can assume without loss of generality a 0 . We can now rewrite the above equations in a conservative form:

U t + A U x = 0 :

where

U = [ ρ u ] , A = [ 0 ρ 0 a 2 ρ 0 0 ]

and the index denotes the partial derivative with respect to the corresponding variable (i.e. x or t).

The eigenvalues of the system are the characteristics of the system λ 1 = a , λ 2 = a . They give the propagation speed of the medium, including that of any discontinuity, which is the speed of sound here. The corresponding eigenvectors are

e ( 1 ) = [ ρ 0 a ] , e ( 2 ) = [ ρ 0 a ] .

By decomposing the left state u L in terms of the eigenvectors, we get for some α 1 , α 2

U L = [ ρ L u L ] = α 1 e ( 1 ) + α 2 e ( 2 ) .

Now we can solve for α 1 and α 2 :

α 1 = a ρ L ρ 0 u L 2 a ρ 0 α 2 = a ρ L + ρ 0 u L 2 a ρ 0

Analogously

U R = [ ρ R u R ] = β 1 e ( 1 ) + β 2 e ( 2 )

for

β 1 = a ρ R ρ 0 u R 2 a ρ 0 β 2 = a ρ R + ρ 0 u R 2 a ρ 0

Using this, in the domain in between the two characteristics t = a | x | , we get the final constant solution:

U = [ ρ u ] = β 1 e ( 1 ) + α 2 e ( 2 ) = β 1 [ ρ 0 a ] + α 2 [ ρ 0 a ]

and the (piecewise constant) solution in the entire domain t > 0 :

U ( t , x ) = [ ρ ( t , x ) u ( t , x ) ] = { U L , 0 < t a x U , 0 a | x | < t U R , 0 < t a x

Although this is a simple example, it still shows the basic properties. Most notably, the characteristics decompose the solution into three domains. The propagation speed of these two equations is equivalent to the propagation speed of sound.

The fastest characteristic defines the Courant–Friedrichs–Lewy (CFL) condition, which sets the restriction for the maximum time step in a computer simulation. Generally as more conservation equations are used, more characteristics are involved.

References

Riemann problem Wikipedia