3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Public Member Functions | List of all members
Dumux::NavierStokesVelocityOutput< GridVariables > Class Template Reference

Velocity output for staggered free-flow models. More...

#include <dumux/freeflow/navierstokes/velocityoutput.hh>

Inheritance diagram for Dumux::NavierStokesVelocityOutput< GridVariables >:

Description

template<class GridVariables>
class Dumux::NavierStokesVelocityOutput< GridVariables >

Velocity output for staggered free-flow models.

Public Types

using VelocityVector = typename ParentType::VelocityVector
 

Public Member Functions

 NavierStokesVelocityOutput (const std::string &paramGroup="")
 
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...
 
FieldType fieldType () const override
 returns the field type 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
 

Member Typedef Documentation

◆ VelocityVector

template<class GridVariables >
using Dumux::NavierStokesVelocityOutput< GridVariables >::VelocityVector = typename ParentType::VelocityVector

Constructor & Destructor Documentation

◆ NavierStokesVelocityOutput()

template<class GridVariables >
Dumux::NavierStokesVelocityOutput< GridVariables >::NavierStokesVelocityOutput ( const std::string &  paramGroup = "")
inline

Member Function Documentation

◆ calculateVelocity() [1/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

Reimplemented in Dumux::PoreNetwork::VelocityOutput< GridVariables, FluxVariables >, and Dumux::PorousMediumFlowVelocityOutput< GridVariables, FluxVariables >.

◆ calculateVelocity() [2/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

◆ enableOutput()

template<class GridVariables >
bool Dumux::NavierStokesVelocityOutput< GridVariables >::enableOutput ( ) const
inlineoverridevirtual

Returns whether to enable the velocity output or not.

Reimplemented from Dumux::VelocityOutput< GridVariables >.

◆ fieldType()

template<class GridVariables >
FieldType Dumux::NavierStokesVelocityOutput< GridVariables >::fieldType ( ) const
inlineoverridevirtual

returns the field type

Reimplemented from Dumux::VelocityOutput< GridVariables >.

◆ numFluidPhases()

template<class GridVariables >
int Dumux::NavierStokesVelocityOutput< GridVariables >::numFluidPhases ( ) const
inlineoverridevirtual

returns the number of phases

Reimplemented from Dumux::VelocityOutput< GridVariables >.

◆ phaseName()

template<class GridVariables >
std::string Dumux::NavierStokesVelocityOutput< GridVariables >::phaseName ( int  phaseIdx) const
inlineoverridevirtual

returns the phase name of a given phase index

Reimplemented from Dumux::VelocityOutput< GridVariables >.


The documentation for this class was generated from the following file: