template<class GridVariables, class SolutionVector>
class Dumux::StaggeredFreeFlowVelocityOutput< GridVariables, SolutionVector >
Velocity output for staggered free-flow models.
|
| | StaggeredFreeFlowVelocityOutput (const GridVariables &gridVariables, const SolutionVector &sol) |
| | Constructor initializes the static data with the initial solution.
|
| 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
|
| 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 |