template<class GridVariables, class FluxVariables>
class Dumux::PorousMediumFlowVelocityOutput< GridVariables, FluxVariables >
Velocity output policy for implicit (porous media) models.
|
| | PorousMediumFlowVelocityOutput (const GridVariables &gridVariables) |
| | Constructor initializes the static data with the initial solution.
|
| bool | enableOutput () const override |
| | Returns whether or not velocity output is enabled.
|
| 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.
|
| void | calculateVelocity (VelocityVector &velocity, const ElementVolumeVariables &elemVolVars, const FVElementGeometry &fvGeometry, const Element &element, int phaseIdx) const override |
| 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 |
| virtual void | calculateVelocity (VelocityVector &velocity, const ElementVolumeVariables &elemVolVars, const FVElementGeometry &fvGeometry, const Element &element, int phaseIdx) const |