Velocity output for staggered free-flow models. More...
#include <dumux/freeflow/navierstokes/velocityoutput.hh>
Velocity output for staggered free-flow models.
Public Types | |
using | VelocityVector = typename ParentType::VelocityVector |
Public Member Functions | |
NavierStokesVelocityOutput (const std::string ¶mGroup="") | |
bool | enableOutput () const override |
Returns whether to enable the velocity output or not. More... | |
std::string | phaseName (int phaseIdx) const override |
returns the phase name of a given phase index More... | |
int | numFluidPhases () const override |
returns the number of phases More... | |
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 |
using Dumux::NavierStokesVelocityOutput< GridVariables >::VelocityVector = typename ParentType::VelocityVector |
|
inline |
|
inlinevirtualinherited |
Calculate the velocities for the scvs in the element We assume the local containers to be bound to the complete stencil
Reimplemented in Dumux::PoreNetwork::VelocityOutput< GridVariables, FluxVariables >, and Dumux::PorousMediumFlowVelocityOutput< GridVariables, FluxVariables >.
|
inlineoverride |
Calculate the velocities for the scvs in the element We assume the local containers to be bound to the complete stencil
|
inlineoverridevirtual |
Returns whether to enable the velocity output or not.
Reimplemented from Dumux::VelocityOutput< GridVariables >.
|
inlineoverridevirtual |
returns the number of phases
Reimplemented from Dumux::VelocityOutput< GridVariables >.
|
inlineoverridevirtual |
returns the phase name of a given phase index
Reimplemented from Dumux::VelocityOutput< GridVariables >.