3.4
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::ShallowWaterFlux< NumEqVector > Class Template Reference

Computes the shallow water flux by solving a riemann problem. More...

#include <dumux/flux/shallowwaterflux.hh>

Inheritance diagram for Dumux::ShallowWaterFlux< NumEqVector >:

Description

template<class NumEqVector>
class Dumux::ShallowWaterFlux< NumEqVector >

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.

Member Typedef Documentation

◆ Cache

◆ CacheFiller


The documentation for this class was generated from the following file: