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 computing the numerical flux across a discontinuity in the Riemann problem. They form an important part of high-resolution schemes; typically the right and left states for the Riemann problem are calculated using some form of nonlinear reconstruction, such as a flux limiter or a WENO method, and then used as the input for the Riemann solver.

Exact solvers

is credited with introducing the first exact Riemann solver for the Euler equations, by extending the previous CIR method to non-linear systems of hyperbolic conservation laws. Modern solvers are able to simulate relativistic effects and magnetic fields.
More recent research shows that an exact series solution to the Riemann problem exists, which may converge fast enough in some cases to avoid the iterative methods required in Godunov's scheme.

Approximate solvers

As iterative solutions are too costly, especially in magnetohydrodynamics, some approximations have to be made. Some popular solvers are:

Roe solver

used the linearisation of the Jacobian, which he then solves exactly.

HLLE solver

The HLLE solver is an approximate solution to the Riemann problem, which is only based on the integral form of the conservation laws and the largest and smallest signal velocities at the interface. The stability and robustness of the HLLE solver is closely related to the signal velocities and a single central average state, as proposed by Einfeldt in the original paper.

HLLC solver

The HLLC solver was introduced by Toro. It restores the missing Rarefaction wave by some estimates, like linearisations, these can be simple but also more advanced exists like using the Roe average velocity for the middle wave speed. They are quite robust and efficient but somewhat more diffusive.

Rotated-hybrid Riemann solvers

These solvers were introduced by Hiroaki Nishikawa and Kitamura, in order to overcome the carbuncle problems
of the Roe solver and the excessive diffusion of the HLLE solver at the same time. They developed robust and accurate Riemann solvers by combining the Roe solver and the HLLE/Rusanov solvers: they show that being applied in two orthogonal directions the two Riemann solvers can be combined into a single Roe-type solver. In particular, the one derived from the Roe and HLLE solvers, called Rotated-RHLL solver, is extremely robust and accurate.

Other solvers

There are a variety of other solvers available, including more variants of the HLL scheme and solvers based on flux-splitting via characteristic decomposition.