Computes the shallow water flux by solving a riemann problem. More...
#include <dumux/flux/shallowwaterflux.hh>
Computes the shallow water flux by solving a riemann problem.
Public Types | |
using | Cache = FluxVariablesCaching::EmptyAdvectionCache |
using | CacheFiller = FluxVariablesCaching::EmptyCacheFiller |
Static Public Member Functions | |
template<class Problem , class FVElementGeometry , class ElementVolumeVariables > | |
static NumEqVector | flux (const Problem &problem, const typename FVElementGeometry::GridGeometry::GridView::template Codim< 0 >::Entity &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const typename FVElementGeometry::SubControlVolumeFace &scvf) |
Prepares the Riemann problem for the advective flux for the 2D shallow water model. The actual model uses an exact Riemann solver after Torro and the reconstruction after Audusse and a flux limiter for small water depths. More... | |
using Dumux::ShallowWaterFlux< NumEqVector >::Cache = FluxVariablesCaching::EmptyAdvectionCache |
using Dumux::ShallowWaterFlux< NumEqVector >::CacheFiller = FluxVariablesCaching::EmptyCacheFiller |