The flux variables class for the shallow water model.
#include <dumux/freeflow/shallowwater/fluxvariables.hh>
|
NumEqVector | advectiveFlux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf) const |
| Returns the advective flux computed by the Riemann solver. More...
|
|
NumEqVector | viscousFlux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf) const |
| Returns the viscous momentum flux. More...
|
|
void | init (const GetPropType< TypeTag, Properties::Problem > &problem, const Element &element, const GetPropType< TypeTag, Properties::GridGeometry >::LocalView &fvGeometry, const GetPropType< TypeTag, Properties::GridVolumeVariables >::LocalView &elemVolVars, const SubControlVolumeFace &scvFace, const GetPropType< TypeTag, Properties::GridFluxVariablesCache >::LocalView &elemFluxVarsCache) |
| Initialize the flux variables storing some temporary pointers. More...
|
|
const GetPropType< TypeTag, Properties::Problem > & | problem () const |
|
const Element & | element () const |
|
const SubControlVolumeFace & | scvFace () const |
|
const GetPropType< TypeTag, Properties::GridGeometry >::LocalView & | fvGeometry () const |
|
const GetPropType< TypeTag, Properties::GridVolumeVariables >::LocalView & | elemVolVars () const |
|
const GetPropType< TypeTag, Properties::GridFluxVariablesCache >::LocalView & | elemFluxVarsCache () const |
|
◆ advectiveFlux()
template<class TypeTag >
NumEqVector Dumux::ShallowWaterFluxVariables< TypeTag >::advectiveFlux |
( |
const Problem & |
problem, |
|
|
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const SubControlVolumeFace & |
scvf |
|
) |
| const |
|
inline |
◆ element()
◆ elemFluxVarsCache()
◆ elemVolVars()
◆ fvGeometry()
◆ init()
void Dumux::FluxVariablesBase< GetPropType< TypeTag, Properties::Problem > , GetPropType< TypeTag, Properties::GridGeometry >::LocalView , GetPropType< TypeTag, Properties::GridVolumeVariables >::LocalView , GetPropType< TypeTag, Properties::GridFluxVariablesCache >::LocalView >::init |
( |
const GetPropType< TypeTag, Properties::Problem > & |
problem, |
|
|
const Element & |
element, |
|
|
const GetPropType< TypeTag, Properties::GridGeometry >::LocalView & |
fvGeometry, |
|
|
const GetPropType< TypeTag, Properties::GridVolumeVariables >::LocalView & |
elemVolVars, |
|
|
const SubControlVolumeFace & |
scvFace, |
|
|
const GetPropType< TypeTag, Properties::GridFluxVariablesCache >::LocalView & |
elemFluxVarsCache |
|
) |
| |
|
inlineinherited |
◆ problem()
◆ scvFace()
◆ viscousFlux()
template<class TypeTag >
NumEqVector Dumux::ShallowWaterFluxVariables< TypeTag >::viscousFlux |
( |
const Problem & |
problem, |
|
|
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const SubControlVolumeFace & |
scvf |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: