Velocity output for staggered free-flow models.
#include <dumux/freeflow/navierstokes/velocityoutput.hh>
|
| | NavierStokesVelocityOutput (const std::string ¶mGroup="") |
| |
| bool | enableOutput () const override |
| | Returns whether to enable the velocity output or not.
|
| |
| 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
|
| |
| FieldType | fieldType () const override |
| | returns the field type
|
| |
| 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 |
| |
◆ VelocityVector
template<class GridVariables>
◆ NavierStokesVelocityOutput()
template<class GridVariables>
◆ calculateVelocity() [1/2]
template<class GridVariables>
| void Dumux::NavierStokesVelocityOutput< GridVariables >::calculateVelocity |
( |
VelocityVector & | velocity, |
|
|
const Element & | element, |
|
|
const FVElementGeometry & | fvGeometry, |
|
|
const ElementVolumeVariables & | elemVolVars, |
|
|
const ElementFluxVarsCache & | 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>
◆ fieldType()
template<class GridVariables>
◆ numFluidPhases()
template<class GridVariables>
◆ phaseName()
template<class GridVariables>
The documentation for this class was generated from the following file: