

Public Types | |
| typedef BasicTurbulenceModel::alphaField | alphaField |
| typedef BasicTurbulenceModel::rhoField | rhoField |
| typedef BasicTurbulenceModel::transportModel | transportModel |
Public Member Functions | |
| TypeName ("kOmegaSSTFIML") | |
| kOmegaSSTFIML (const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName, const word &type=typeName) | |
| virtual | ~kOmegaSSTFIML () |
| virtual bool | read () |
| virtual tmp< volScalarField > | k () const |
| virtual tmp< volScalarField > | epsilon () const |
| virtual void | correct () |
Protected Member Functions | |
| virtual void | correctNut () |
Protected Attributes | |
| volScalarField | omega_ |
| turbulence variables for k-omega SST More... | |
| volScalarField | k_ |
| const volScalarField & | y_ |
Definition at line 30 of file kOmegaSSTFIML.H.
| typedef BasicTurbulenceModel::alphaField alphaField |
Definition at line 57 of file kOmegaSSTFIML.H.
| typedef BasicTurbulenceModel::rhoField rhoField |
Definition at line 58 of file kOmegaSSTFIML.H.
| typedef BasicTurbulenceModel::transportModel transportModel |
Definition at line 59 of file kOmegaSSTFIML.H.
| kOmegaSSTFIML | ( | const alphaField & | alpha, |
| const rhoField & | rho, | ||
| const volVectorField & | U, | ||
| const surfaceScalarField & | alphaRhoPhi, | ||
| const surfaceScalarField & | phi, | ||
| const transportModel & | transport, | ||
| const word & | propertiesName = turbulenceModel::propertiesName, |
||
| const word & | type = typeName |
||
| ) |
Definition at line 30 of file kOmegaSSTFIML.C.
|
inlinevirtual |
Definition at line 78 of file kOmegaSSTFIML.H.
|
protectedvirtual |
Definition at line 23 of file kOmegaSSTFIML.C.
| TypeName | ( | "kOmegaSSTFIML< BasicTurbulenceModel >" | ) |
|
virtual |
Definition at line 72 of file kOmegaSSTFIML.C.
|
virtual |
Definition at line 79 of file kOmegaSSTFIML.C.
|
virtual |
Definition at line 85 of file kOmegaSSTFIML.C.
|
virtual |
Definition at line 91 of file kOmegaSSTFIML.C.
|
protected |
turbulence variables for k-omega SST
Definition at line 45 of file kOmegaSSTFIML.H.
|
protected |
Definition at line 47 of file kOmegaSSTFIML.H.
|
protected |
Definition at line 52 of file kOmegaSSTFIML.H.