3.2-git
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 >:
Inheritance graph

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 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

template<class NumEqVector>
using Dumux::ShallowWaterFlux< NumEqVector >::Cache = FluxVariablesCaching::EmptyAdvectionCache

◆ CacheFiller

template<class NumEqVector>
using Dumux::ShallowWaterFlux< NumEqVector >::CacheFiller = FluxVariablesCaching::EmptyCacheFiller

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