Velocity output for pore-network models.
#include <dumux/porenetwork/common/velocityoutput.hh>
|
| std::string | phaseName (int phaseIdx) const override |
| | Returns the phase name of a given phase index.
|
| |
| int | numFluidPhases () const override |
| | Returns the number of phases.
|
| |
| | VelocityOutput (const GridVariables &gridVariables) |
| | Constructor.
|
| |
| bool | enableOutput () const override |
| | Returns true if velocity output is enabled.
|
| |
| void | calculateVelocity (VelocityVector &velocity, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFluxVariablesCache &elemFluxVarsCache, int phaseIdx) const override |
| |
| virtual FieldType | fieldType () const |
| | returns the field type
|
| |
| virtual void | calculateVelocity (VelocityVector &velocity, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFluxVarsCache &elemFluxVarsCache, int phaseIdx) const |
| |
◆ VelocityVector
template<class GridVariables, class FluxVariables>
◆ FieldType
template<class GridVariables>
| Enumerator |
|---|
| element | |
| vertex | |
| automatic | |
◆ VelocityOutput()
template<class GridVariables, class FluxVariables>
◆ calculateVelocity() [1/2]
template<class GridVariables, class FluxVariables>
| void Dumux::PoreNetwork::VelocityOutput< GridVariables, FluxVariables >::calculateVelocity |
( |
VelocityVector & | velocity, |
|
|
const Element & | element, |
|
|
const FVElementGeometry & | fvGeometry, |
|
|
const ElementVolumeVariables & | elemVolVars, |
|
|
const ElementFluxVariablesCache & | elemFluxVarsCache, |
|
|
int | phaseIdx ) const |
|
inlineoverride |
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>
| 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
◆ enableOutput()
template<class GridVariables, class FluxVariables>
◆ fieldType()
template<class GridVariables>
◆ numFluidPhases()
template<class GridVariables, class FluxVariables>
◆ phaseName()
template<class GridVariables, class FluxVariables>
The documentation for this class was generated from the following file: