Abstract base-class for v2-f models to provide BCs access to the v2 and f fields. More...
Public Member Functions | |
TypeName ("v2fBase") | |
Runtime type information. More... | |
v2fBase () | |
virtual | ~v2fBase () |
Destructor. More... | |
virtual tmp< volScalarField > | v2 () const =0 |
Return turbulence stress normal to streamlines. More... | |
virtual tmp< volScalarField > | f () const =0 |
Return the damping function. More... | |
Abstract base-class for v2-f models to provide BCs access to the v2 and f fields.
|
inlinevirtual |
Destructor.
Definition at line 69 of file v2fBase.H.
References v2fBase::f(), and v2fBase::v2().
TypeName | ( | "v2fBase" | ) |
Runtime type information.
|
pure virtual |
Return turbulence stress normal to streamlines.
Implemented in v2f< BasicTurbulenceModel >.
Referenced by v2fBase::~v2fBase().
|
pure virtual |
Return the damping function.
Implemented in v2f< BasicTurbulenceModel >.
Referenced by v2fBase::~v2fBase().