template<class TypeTag>
class Dumux::ShallowWaterFluxVariables< TypeTag >
The flux variables class for the shallow water model.
|
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 |
|