HOME

TheInfoList



OR:

A Riemann problem, named after Bernhard Riemann, is a specific
initial value problem In multivariable calculus, an initial value problem (IVP) is an ordinary differential equation together with an initial condition which specifies the value of the unknown function at a given point in the domain. Modeling a system in physics or o ...
composed of a
conservation equation In physics, a conservation law states that a particular measurable property of an isolated physical system does not change as the system evolves over time. Exact conservation laws include conservation of energy, conservation of linear momentum, co ...
together with
piecewise In mathematics, a piecewise-defined function (also called a piecewise function, a hybrid function, or definition by cases) is a function defined by multiple sub-functions, where each sub-function applies to a different interval in the domain. P ...
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
numerical analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of numerical methods th ...
, Riemann problems appear in a natural way in
finite volume method The finite volume method (FVM) is a method for representing and evaluating partial differential equations in the form of algebraic equations. In the finite volume method, volume integrals in a partial differential equation that contain a divergenc ...
s for the solution of conservation law equations due to the discreteness of the grid. For that it is widely used in
computational fluid dynamics Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problems that involve fluid flows. Computers are used to perform the calculations required to simulate t ...
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 Compressible flow (or gas dynamics) is the branch of fluid mechanics that deals with flows having significant changes in fluid density. While all flows are compressible, flows are usually treated as being incompressible when the Mach number (the ...
(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 Compressible flow (or gas dynamics) is the branch of fluid mechanics that deals with flows having significant changes in fluid density. While all flows are compressible, flows are usually treated as being incompressible when the Mach number (the ...
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 In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denoted b ...
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
eigenvector In linear algebra, an eigenvector () or characteristic vector of a linear transformation is a nonzero vector that changes at most by a scalar factor when that linear transformation is applied to it. The corresponding eigenvalue, often denote ...
s 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 in a computer simulation. Generally as more conservation equations are used, more characteristics are involved.


References

* *


See also

*
Computational fluid dynamics Computational fluid dynamics (CFD) is a branch of fluid mechanics that uses numerical analysis and data structures to analyze and solve problems that involve fluid flows. Computers are used to perform the calculations required to simulate t ...
* Computational magnetohydrodynamics * Riemann solver {{DEFAULTSORT:Riemann Problem Conservation equations Fluid dynamics Computational fluid dynamics Bernhard Riemann