Function to compute the Riemann flux at the interface. More...
#include <array>
#include <cmath>
Go to the source code of this file.
Function to compute the Riemann flux at the interface.
Classes | |
struct | Dumux::ShallowWater::RiemannSolution< Scalar > |
Namespaces | |
namespace | Dumux |
namespace | Dumux::ShallowWater |
Functions | |
template<class Scalar > | |
RiemannSolution< Scalar > | Dumux::ShallowWater::exactRiemann (const Scalar dl, const Scalar dr, const Scalar ul, const Scalar ur, const Scalar vl, const Scalar vr, const Scalar grav, const Scalar s=0.0) |
Exact Riemann solver for Shallow water equations. More... | |