HOME

TheInfoList



OR:

A Riemann problem, named after
Bernhard Riemann Georg Friedrich Bernhard Riemann (; ; 17September 182620July 1866) was a German mathematician who made profound contributions to analysis, number theory, and differential geometry. In the field of real analysis, he is mostly known for the f ...
, is a specific initial value problem composed of a conservation equation together with piecewise constant initial data which has a single discontinuity in the domain of interest. 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 mathematics and physics, many topics are eponym, named in honor of Swiss mathematician Leonhard Euler (1707–1783), who made many important discoveries and innovations. Many of these items named after Euler include their own unique function, e ...
. In
numerical analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic computation, symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of ...
, 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 computational magnetohydrodynamics 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 (Toro, Eleuterio F. (1999). Riemann Solvers and Numerical Methods for Fluid Dynamics, Pg 44, Example 2.5) The initial conditions are given by : \begin \rho \\ u \end = \begin \rho_L \\ u_L\end \text x \leq 0 \qquad \text \qquad \begin \rho \\ u \end = \begin \rho_R \\ u_R \end \text x > 0 where ''x'' = 0 separates two different states, together with the linearised gas dynamic equations (see gas dynamics for derivation). : \begin \frac + \rho_0 \frac & = 0 \\ pt \frac + \frac \frac & = 0 \end where we can assume without loss of generality a\ge 0. We can now rewrite the above equations in a conservative form: : U_t + A \cdot U_x = 0 : where : U = \begin \rho \\ u \end, \quad A = \begin 0 & \rho_0 \\ \frac & 0 \end 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 \lambda_1 = -a, \lambda_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 : \mathbf^ = \begin \rho_0 \\ -a \end, \quad \mathbf^ = \begin \rho_0 \\ a \end. By decomposing the left state u_L in terms of the eigenvectors, we get for some \alpha_,\alpha_ : U_L = \begin \rho_L \\ u_L \end = \alpha_1\mathbf^ + \alpha_2 \mathbf^ . Now we can solve for \alpha_1 and \alpha_2: : \begin \alpha_1 & = \frac \\ pt\alpha_2 & = \frac \end Analogously :U_R = \begin \rho_R \\ u_R \end = \beta_1\mathbf^+\beta_2\mathbf^ for : \begin \beta_1 & = \frac \\ pt\beta_2 & = \frac \end Using this, in the domain in between the two characteristics t=, x, /a, we get the final constant solution: : U_* = \begin \rho_* \\ u_* \end =\beta_1\mathbf^+\alpha_2\mathbf^ = \beta_1 \begin \rho_0 \\ -a\end + \alpha_2 \begin \rho_0 \\ a \end and the (piecewise constant) solution in the entire domain t>0: : U(t,x) = \begin \rho(t,x)\\ u(t,x)\end =\begin U_L, & 0 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 for which an explicit numerical method is stable. Generally as more conservation equations are used, more characteristics are involved.


References

* *


See also

* Computational fluid dynamics * Computational magnetohydrodynamics * Riemann solver {{DEFAULTSORT:Riemann Problem Conservation equations Fluid dynamics Computational fluid dynamics Bernhard Riemann