3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
exactriemann.hh File Reference

Function to compute the Riemann flux at the interface. More...

#include <array>
#include <cmath>

Go to the source code of this file.

Description

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.