Computes the shallow water viscous momentum flux due to (turbulent) viscosity by adding all surrounding shear stresses. For now implemented strictly for 2D depth-averaged models (i.e. 3 equations) More...
#include <dumux/flux/shallowwaterviscousflux.hh>
Computes the shallow water viscous momentum flux due to (turbulent) viscosity by adding all surrounding shear stresses. For now implemented strictly for 2D depth-averaged models (i.e. 3 equations)
Public Types | |
using | Cache = FluxVariablesCaching::EmptyDiffusionCache |
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) |
Compute the viscous momentum flux contribution from the interface shear stress. More... | |
using Dumux::ShallowWaterViscousFlux< PrimaryVariables, NumEqVector, >::Cache = FluxVariablesCaching::EmptyDiffusionCache |
using Dumux::ShallowWaterViscousFlux< PrimaryVariables, NumEqVector, >::CacheFiller = FluxVariablesCaching::EmptyCacheFiller |