v2fBase Class Referenceabstract

Abstract base-class for v2-f models to provide BCs access to the v2 and f fields. More...

Inheritance diagram for v2fBase:

Public Member Functions

 TypeName ("v2fBase")
 Runtime type information. More...
 
 v2fBase ()
 
virtual ~v2fBase ()
 Destructor. More...
 
virtual tmp< volScalarFieldv2 () const =0
 Return turbulence stress normal to streamlines. More...
 
virtual tmp< volScalarFieldf () const =0
 Return the damping function. More...
 

Detailed Description

Abstract base-class for v2-f models to provide BCs access to the v2 and f fields.

See also
Foam::RASModels::v2f
Source files

Definition at line 54 of file v2fBase.H.

Constructor & Destructor Documentation

◆ v2fBase()

v2fBase ( )
inline

Definition at line 64 of file v2fBase.H.

◆ ~v2fBase()

virtual ~v2fBase ( )
inlinevirtual

Destructor.

Definition at line 69 of file v2fBase.H.

References v2fBase::f(), and v2fBase::v2().

Here is the call graph for this function:

Member Function Documentation

◆ TypeName()

TypeName ( "v2fBase"  )

Runtime type information.

◆ v2()

virtual tmp<volScalarField> v2 ( ) const
pure virtual

Return turbulence stress normal to streamlines.

Implemented in v2f< BasicTurbulenceModel >.

Referenced by v2fBase::~v2fBase().

Here is the caller graph for this function:

◆ f()

virtual tmp<volScalarField> f ( ) const
pure virtual

Return the damping function.

Implemented in v2f< BasicTurbulenceModel >.

Referenced by v2fBase::~v2fBase().

Here is the caller graph for this function:

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