Velocity output policy for the Richards model.
#include <dumux/porousmediumflow/richards/velocityoutput.hh>
|
| using | VelocityVector = typename ParentType::VelocityVector |
| |
| enum class | FieldType {
element
, vertex
, automatic
, element
,
vertex
, automatic
} |
| | A container for possible velocity data types. More...
|
| |
| enum class | FieldType {
element
, vertex
, automatic
, element
,
vertex
, automatic
} |
| |
◆ VelocityVector
template<class GridVariables , class FluxVariables >
◆ FieldType [1/2]
template<Concept::FVGridVariables GridVariables>
| Enumerator |
|---|
| element | |
| vertex | |
| automatic | |
| element | |
| vertex | |
| automatic | |
◆ FieldType [2/2]
template<Concept::FVGridVariables GridVariables>
| Enumerator |
|---|
| element | |
| vertex | |
| automatic | |
| element | |
| vertex | |
| automatic | |
◆ calculateVelocity() [1/2]
template<Concept::FVGridVariables GridVariables>
| virtual void Dumux::VelocityOutput< GridVariables >::calculateVelocity |
( |
VelocityVector & |
velocity, |
|
|
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVariables & |
elemVars, |
|
|
int |
phaseIdx |
|
) |
| const |
|
inlinevirtualinherited |
◆ 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 |
|
inlineoverridevirtualinherited |
◆ enableOutput()
template<class GridVariables , class FluxVariables >
|
|
inlineoverridevirtualinherited |
◆ fieldType() [1/2]
template<Concept::FVGridVariables GridVariables>
◆ fieldType() [2/2]
template<Concept::FVGridVariables 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: