3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Static Public Member Functions | List of all members
Dumux::ShallowWaterFlux< NumEqVector > Class Template Reference

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

#include <dumux/flux/shallowwaterflux.hh>

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

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: