This file includes a function to construct the Riemann problem.
#include <dumux/common/parameters.hh>#include <dumux/flux/shallowwater/fluxlimiterlet.hh>#include <dumux/flux/shallowwater/exactriemann.hh>Go to the source code of this file.
| Namespaces | |
| namespace | Dumux | 
| namespace | Dumux::ShallowWater | 
| Functions | |
| template<class Scalar, class GlobalPosition> | |
| std::array< Scalar, 3 > | Dumux::ShallowWater::riemannProblem (const Scalar waterDepthLeft, const Scalar waterDepthRight, Scalar velocityXLeft, Scalar velocityXRight, Scalar velocityYLeft, Scalar velocityYRight, const Scalar bedSurfaceLeft, const Scalar bedSurfaceRight, const Scalar gravity, const GlobalPosition &nxy) | 
| Construct a Riemann problem and solve it. | |