Standard high Reynolds-number k-omega turbulence model for incompressible and compressible flows.
More...
|
| TypeName ("kOmega") |
|
| kOmega (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 | ~kOmega ()=default |
|
virtual bool | read () |
|
tmp< volScalarField > | DkEff () const |
|
tmp< volScalarField > | DomegaEff () const |
|
virtual tmp< volScalarField > | k () const |
|
virtual tmp< volScalarField > | omega () const |
|
virtual void | correct () |
|
| eddyViscosity (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) |
|
virtual | ~eddyViscosity ()=default |
|
virtual tmp< volScalarField > | nut () const |
|
virtual tmp< scalarField > | nut (const label patchi) const |
|
virtual tmp< volScalarField > | k () const=0 |
|
virtual tmp< volSymmTensorField > | R () const |
|
virtual void | validate () |
|
| linearViscousStress (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) |
|
virtual | ~linearViscousStress ()=default |
|
virtual tmp< volSymmTensorField > | devRhoReff () const |
|
virtual tmp< volSymmTensorField > | devRhoReff (const volVectorField &U) const |
|
virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
|
virtual tmp< fvVectorMatrix > | divDevRhoReff (const volScalarField &rho, volVectorField &U) const |
|
| TypeName ("RAS") |
|
| declareRunTimeSelectionTable (autoPtr, RASModel, 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)) |
|
| RASModel (const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName) |
|
virtual | ~RASModel ()=default |
|
const dimensionedScalar & | kMin () const |
|
const dimensionedScalar & | epsilonMin () const |
|
const dimensionedScalar & | omegaMin () const |
|
dimensionedScalar & | kMin () |
|
dimensionedScalar & | epsilonMin () |
|
dimensionedScalar & | omegaMin () |
|
virtual const dictionary & | coeffDict () const |
|
virtual tmp< volScalarField > | nuEff () const |
|
virtual tmp< scalarField > | nuEff (const label patchi) const |
|
virtual tmp< volScalarField > | epsilon () const |
|
template<class BasicTurbulenceModel>
class Foam::RASModels::kOmega< BasicTurbulenceModel >
Standard high Reynolds-number k-omega turbulence model for incompressible and compressible flows.
References:
Wilcox, D. C. (1998).
Turbulence modeling for CFD
(Vol. 2, pp. 103-217). La Canada, CA: DCW industries.
The default model coefficients are
kOmegaCoeffs
{
Cmu 0.09; // Equivalent to betaStar
alpha 0.52;
beta 0.072;
alphak 0.5;
alphaOmega 0.5;
}
- Source files
-
Definition at line 74 of file kOmega.H.