Velocity output policy for the Richards model.
#include <dumux/porousmediumflow/richards/velocityoutput.hh>
|
int | numFluidPhases () const override |
| Returns the number of phases.
|
|
bool | enableOutput () const override |
| Returns whether or not velocity output is enabled.
|
|
std::string | phaseName (int phaseIdx) const override |
| Returns the phase name of a given phase index.
|
|
void | calculateVelocity (VelocityVector &velocity, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFluxVarsCache &elemFluxVarsCache, int phaseIdx) const override |
|
virtual void | calculateVelocity (VelocityVector &velocity, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFluxVarsCache &elemFluxVarsCache, int phaseIdx) const |
|
virtual FieldType | fieldType () const |
| returns the field type
|
|
◆ VelocityVector
template<class GridVariables , class FluxVariables >
◆ FieldType
template<class GridVariables >
Enumerator |
---|
element | |
vertex | |
automatic | |
◆ calculateVelocity() [1/2]
template<class GridVariables >
virtual void Dumux::VelocityOutput< GridVariables >::calculateVelocity |
( |
VelocityVector & | velocity, |
|
|
const Element & | element, |
|
|
const FVElementGeometry & | fvGeometry, |
|
|
const ElementVolumeVariables & | elemVolVars, |
|
|
const ElementFluxVarsCache & | elemFluxVarsCache, |
|
|
int | phaseIdx ) const |
|
inlinevirtualinherited |
Calculate the velocities for the scvs in the element We assume the local containers to be bound to the complete stencil
◆ calculateVelocity() [2/2]
template<class GridVariables , class FluxVariables >
void Dumux::PorousMediumFlowVelocityOutput< GridVariables, FluxVariables >::calculateVelocity |
( |
VelocityVector & | velocity, |
|
|
const Element & | element, |
|
|
const FVElementGeometry & | fvGeometry, |
|
|
const ElementVolumeVariables & | elemVolVars, |
|
|
const ElementFluxVarsCache & | elemFluxVarsCache, |
|
|
int | phaseIdx ) const |
|
inlineoverrideinherited |
Calculates the velocities for the scvs in the element. We assume the local containers to be bound to the complete stencil.
◆ enableOutput()
template<class GridVariables , class FluxVariables >
|
inlineoverridevirtualinherited |
◆ fieldType()
template<class GridVariables >
◆ numFluidPhases()
template<class GridVariables , class FluxVariables >
◆ phaseName()
template<class GridVariables , class FluxVariables >
|
inlineoverridevirtualinherited |
The documentation for this class was generated from the following file: