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.
|
| NumEqVector | diffusiveFlux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf) const |
| | Returns the diffusive flux (e.g. diffusion of tracer).
|
| void | init (const 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.
|
| const 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 |