Riemann Problem
   HOME

TheInfoList



OR:

A Riemann problem, named after
Bernhard Riemann Georg Friedrich Bernhard Riemann (; 17 September 1826 – 20 July 1866) was a German mathematician who made contributions to analysis, number theory, and differential geometry. In the field of real analysis, he is mostly known for the first rig ...
, 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 oth ...
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. Pi ...
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 200px, Leonhard Euler (1707–1783) In mathematics and physics, many topics are 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 ...
. 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 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 th ...
and in
computational magnetohydrodynamics Computational magnetohydrodynamics (CMHD) is a rapidly developing branch of magnetohydrodynamics that uses numerical methods and algorithms to solve and analyze problems that involve electrically conducting fluids. Most of the methods used in CMHD ...
simulations. In these fields, Riemann problems are calculated using
Riemann solver A Riemann solver is a numerical method used to solve a Riemann problem. They are heavily used in computational fluid dynamics and computational magnetohydrodynamics. Definition Generally speaking, Riemann solvers are specific methods for computi ...
s.


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 r ...
(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 r ...
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 denoted b ...
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 th ...
*
Computational magnetohydrodynamics Computational magnetohydrodynamics (CMHD) is a rapidly developing branch of magnetohydrodynamics that uses numerical methods and algorithms to solve and analyze problems that involve electrically conducting fluids. Most of the methods used in CMHD ...
*
Riemann solver A Riemann solver is a numerical method used to solve a Riemann problem. They are heavily used in computational fluid dynamics and computational magnetohydrodynamics. Definition Generally speaking, Riemann solvers are specific methods for computi ...
{{DEFAULTSORT:Riemann Problem Conservation equations Fluid dynamics Computational fluid dynamics Bernhard Riemann