Riemann problem

From Wikipedia, the free encyclopedia

A Riemann problem, named after Bernhard Riemann, consists of a conservation law together with a piecewise constant data having a single discontinuity. The Riemann problem is very useful for the understanding of hyperbolic partial differential equation like the Euler equations because all properties like Shocks, Rarefaction waves appear as characteristics in the solution. As well it gives an exact solution to complicated, non-linear equations like the Euler equations.

In numerical analysis Riemann problems appear in a natural way in finite volume methods for the solution of equation of conservation laws 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.

[edit] The Riemann problem in linearized gas dynamics

As a simple example we investigate the properties of the one dimensional Riemann problem in gas dynamics, which is defined by

 
\begin{bmatrix} \rho \\ u \end{bmatrix} = \begin{bmatrix} \rho_L \\  u_L\end{bmatrix} for x \leq 0
and \begin{bmatrix} \rho \\ u \end{bmatrix} = \begin{bmatrix} \rho_R \\ -u_R \end{bmatrix} for x > 0

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


\frac{\partial\rho}{\partial t} + \rho_0 \frac{\partial u}{\partial x} = 0

\frac{\partial u}{\partial t} + \frac{a^2}{\rho_0} \frac{\partial \rho}{\partial x} = 0

we can rewrite the above equation in conversational form Ut + A(U)x = 0:


U = \begin{bmatrix} \rho \\ u \end{bmatrix},  A = \begin{bmatrix} 0 & \rho_0 \\ \frac{a^2}{\rho_0} & 0 \end{bmatrix}

The eigenvalues of the system are the characteristics of the system λ1 = − a2 = a. Their give the propagation speed of the discontinuity, which is the sound speed here. The corresponding eigenvectors are


K^{(1)} = \begin{bmatrix} \rho_0 \\ -a \end{bmatrix}
K^{(2)} = \begin{bmatrix} \rho_0 \\  a \end{bmatrix}

By decomposing the left state uL into the left state in terms of the right eigenvectors we get


U_L = \begin{bmatrix} \rho_L \\ -u_L \end{bmatrix} = \alpha_1 \begin{bmatrix} \rho_0 \\ -a\end{bmatrix}  +  \alpha_2  \begin{bmatrix} \rho_0 \\ a \end{bmatrix}.

Now we can solve for α1 and α2, by doing the same for the right state we get β1 and β2. Which is

 \alpha_2 = \frac{a \rho_L - \rho_0 u_L}{2a\rho_0}  \alpha_1 = \frac{a \rho_L + \rho_0 u_L}{2a\rho_0}
 \beta_1 = \frac{a \rho_R - \rho_0 u_R}{2a\rho_0}  \beta_2 = \frac{a \rho_R + \rho_0 u_R}{2a\rho_0}

With this, we get the final solution in the domain in between the characteristics, called domain of dependence or star region, which is


U^* = \begin{bmatrix} \rho^* \\ u^* \end{bmatrix} = \beta_1 \begin{bmatrix} \rho_0 \\ -a\end{bmatrix}  +  \alpha_2  \begin{bmatrix} \rho_0 \\ a \end{bmatrix}

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

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

[edit] References

  • Toro, Eleuterio F. (1999). Riemann Solvers and Numerical Methods for Fluid Dynamics. Berlin: Springer Verlag. ISBN 3-540-65966-8. 
  • LeVeque, Randall J. (2004). Finite-Volume Methods for Hyperbolic Problems. Cambridge: Cambridge University Press. ISBN 0-521-81087-6. 

[edit] See also


Languages