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.
TypeName | ( | "v2fBase" | ) |
Runtime type information.
|
pure virtual |
Return turbulence stress normal to streamlines.
Implemented in v2f< BasicMomentumTransportModel >.
|
pure virtual |
Return the damping function.
Implemented in v2f< BasicMomentumTransportModel >.