Velocity output policy for the Richards model.
#include <dumux/porousmediumflow/richards/velocityoutput.hh>
|
| int | numFluidPhases () const override |
| | Returns the number of phases. More...
|
| |
| bool | enableOutput () const override |
| | Returns whether or not velocity output is enabled. More...
|
| |
| std::string | phaseName (int phaseIdx) const override |
| | Returns the phase name of a given phase index. More...
|
| |
| void | calculateVelocity (VelocityVector &velocity, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFluxVarsCache &elemFluxVarsCache, int phaseIdx) const override |
| |
| virtual FieldType | fieldType () const |
| | returns the field type More...
|
| |
◆ VelocityVector
template<class GridVariables , class FluxVariables >
◆ FieldType
template<class GridVariables >
| Enumerator |
|---|
| element | |
| vertex | |
| automatic | |
◆ calculateVelocity()
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 |
|
inlineoverridevirtualinherited |
◆ 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: