version 3.9.0
Loading...
Searching...
No Matches

This file includes a function to construct the Riemann problem.

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.