Templated abstract base class for turbulence models. More...
Public Types | |
typedef Alpha | alphaField |
typedef Rho | rhoField |
typedef TransportModel | transportModel |
Public Member Functions | |
declareRunTimeNewSelectionTable (autoPtr, TurbulenceModel, dictionary,(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName),(alpha, rho, U, alphaRhoPhi, phi, transport, propertiesName)) | |
TurbulenceModel (const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) | |
virtual | ~TurbulenceModel ()=default |
const alphaField & | alpha () const |
const transportModel & | transport () const |
virtual tmp< volScalarField > | nu () const |
virtual tmp< scalarField > | nu (const label patchi) const |
Static Public Member Functions | |
static autoPtr< TurbulenceModel > | New (const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName) |
Protected Member Functions | |
TurbulenceModel (const TurbulenceModel &)=delete | |
void | operator= (const TurbulenceModel &)=delete |
Protected Attributes | |
const alphaField & | alpha_ |
const transportModel & | transport_ |
Templated abstract base class for turbulence models.
Definition at line 55 of file TurbulenceModel.H.
typedef Alpha alphaField |
Definition at line 62 of file TurbulenceModel.H.
typedef Rho rhoField |
Definition at line 63 of file TurbulenceModel.H.
typedef TransportModel transportModel |
Definition at line 64 of file TurbulenceModel.H.
|
protecteddelete |
TurbulenceModel | ( | const alphaField & | alpha, |
const rhoField & | rho, | ||
const volVectorField & | U, | ||
const surfaceScalarField & | alphaRhoPhi, | ||
const surfaceScalarField & | phi, | ||
const transportModel & | transport, | ||
const word & | propertiesName | ||
) |
Definition at line 37 of file TurbulenceModel.C.
|
virtualdefault |
|
protecteddelete |
declareRunTimeNewSelectionTable | ( | autoPtr | , |
TurbulenceModel< Alpha, Rho, BasicTurbulenceModel, TransportModel > | , | ||
dictionary | , | ||
(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) | , | ||
(alpha, rho, U, alphaRhoPhi, phi, transport, propertiesName) | |||
) |
|
static |
|
inline |
Definition at line 143 of file TurbulenceModel.H.
|
inline |
Definition at line 149 of file TurbulenceModel.H.
|
inlinevirtual |
Definition at line 155 of file TurbulenceModel.H.
Referenced by alphatJayatillekeWallFunctionFvPatchScalarField::updateCoeffs(), and alphatJayatillekeWallFunctionFvPatchScalarField::yPlus().
|
inlinevirtual |
Reimplemented in CompressibleTurbulenceModel< TransportModel >.
Definition at line 161 of file TurbulenceModel.H.
|
protected |
Definition at line 71 of file TurbulenceModel.H.
Referenced by TurbulenceModel< volScalarField, geometricOneField, incompressibleTurbulenceModel, TransportModel >::alpha().
|
protected |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.