Velocity output for pore-network models. More...
#include <dumux/porenetwork/common/velocityoutput.hh>
Velocity output for pore-network models.
Public Types | |
using | VelocityVector = typename ParentType::VelocityVector |
Export the velocity vector type. More... | |
Public Member Functions | |
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... | |
VelocityOutput (const GridVariables &gridVariables) | |
Constructor. More... | |
bool | enableOutput () const override |
Returns true if velocity output is enabled. More... | |
void | calculateVelocity (VelocityVector &velocity, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFluxVariablesCache &elemFluxVarsCache, int phaseIdx) const override |
using Dumux::PoreNetwork::VelocityOutput< GridVariables, FluxVariables >::VelocityVector = typename ParentType::VelocityVector |
Export the velocity vector type.
|
inline |
Constructor.
|
inlineoverridevirtual |
Calculate the velocities for the scvs in the element We assume the local containers to be bound to the complete stencil
Reimplemented from Dumux::VelocityOutput< GridVariables >.
|
inlineoverridevirtual |
Returns true if velocity output is enabled.
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 >.