Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
kOmegaSSTIDDES< BasicTurbulenceModel > Class Template Reference

k-omega-SST IDDES turbulence model for incompressible and compressible flows More...

Inheritance diagram for kOmegaSSTIDDES< BasicTurbulenceModel >:
Inheritance graph
[legend]
Collaboration diagram for kOmegaSSTIDDES< BasicTurbulenceModel >:
Collaboration graph
[legend]

Public Types

typedef BasicTurbulenceModel::alphaField alphaField
 
typedef BasicTurbulenceModel::rhoField rhoField
 
typedef BasicTurbulenceModel::transportModel transportModel
 
- Public Types inherited from kOmegaSSTDES< BasicTurbulenceModel >
typedef BasicTurbulenceModel::alphaField alphaField
 
typedef BasicTurbulenceModel::rhoField rhoField
 
typedef BasicTurbulenceModel::transportModel transportModel
 
- Public Types inherited from kOmegaSSTBase< DESModel< BasicTurbulenceModel > >
typedef DESModel< BasicTurbulenceModel > ::alphaField alphaField
 
typedef DESModel< BasicTurbulenceModel > ::rhoField rhoField
 
typedef DESModel< BasicTurbulenceModel > ::transportModel transportModel
 

Public Member Functions

 TypeName ("kOmegaSSTIDDES")
 
 kOmegaSSTIDDES (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 ~kOmegaSSTIDDES ()=default
 
virtual bool read ()
 
- Public Member Functions inherited from kOmegaSSTDES< BasicTurbulenceModel >
 TypeName ("kOmegaSSTDES")
 
 kOmegaSSTDES (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 ~kOmegaSSTDES ()=default
 
virtual tmp< volScalarFieldLESRegion () const
 
- Public Member Functions inherited from kOmegaSSTBase< DESModel< BasicTurbulenceModel > >
 kOmegaSSTBase (const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName=turbulenceModel::propertiesName)
 
virtual ~kOmegaSSTBase ()=default
 
tmp< volScalarFieldDkEff (const volScalarField &F1) const
 
tmp< volScalarFieldDomegaEff (const volScalarField &F1) const
 
virtual tmp< volScalarFieldk () const
 
virtual tmp< volScalarFieldomega () const
 
virtual void correct ()
 

Protected Member Functions

virtual tmp< volScalarFielddTilda (const volScalarField &magGradU, const volScalarField &CDES) const
 
- Protected Member Functions inherited from kOmegaSSTDES< BasicTurbulenceModel >
virtual tmp< volScalarFieldCDES (const volScalarField &F1) const
 
virtual void correctNut (const volScalarField &S2)
 
virtual void correctNut ()
 
virtual tmp< volScalarField::InternalepsilonByk (const volScalarField &F1, const volTensorField &gradU) const
 
virtual tmp< volScalarField::InternalGbyNu (const volScalarField::Internal &GbyNu0, const volScalarField::Internal &F2, const volScalarField::Internal &S2) const
 
- Protected Member Functions inherited from kOmegaSSTBase< DESModel< BasicTurbulenceModel > >
void setDecayControl (const dictionary &dict)
 
virtual tmp< volScalarFieldF1 (const volScalarField &CDkOmega) const
 
virtual tmp< volScalarFieldF2 () const
 
virtual tmp< volScalarFieldF3 () const
 
virtual tmp< volScalarFieldF23 () const
 
tmp< volScalarFieldblend (const volScalarField &F1, const dimensionedScalar &psi1, const dimensionedScalar &psi2) const
 
tmp< volScalarField::Internalblend (const volScalarField::Internal &F1, const dimensionedScalar &psi1, const dimensionedScalar &psi2) const
 
tmp< volScalarFieldalphaK (const volScalarField &F1) const
 
tmp< volScalarFieldalphaOmega (const volScalarField &F1) const
 
tmp< volScalarField::Internalbeta (const volScalarField::Internal &F1) const
 
tmp< volScalarField::Internalgamma (const volScalarField::Internal &F1) const
 
virtual tmp< volScalarField::InternalPk (const volScalarField::Internal &G) const
 
virtual tmp< fvScalarMatrixkSource () const
 
virtual tmp< fvScalarMatrixomegaSource () const
 
virtual tmp< fvScalarMatrixQsas (const volScalarField::Internal &S2, const volScalarField::Internal &gamma, const volScalarField::Internal &beta) const
 

Protected Attributes

dimensionedScalar Cdt1_
 
dimensionedScalar Cdt2_
 
dimensionedScalar Cl_
 
dimensionedScalar Ct_
 
const IDDESDeltaIDDESDelta_
 
- Protected Attributes inherited from kOmegaSSTDES< BasicTurbulenceModel >
dimensionedScalar kappa_
 
dimensionedScalar CDESkom_
 
dimensionedScalar CDESkeps_
 
- Protected Attributes inherited from kOmegaSSTBase< DESModel< BasicTurbulenceModel > >
dimensionedScalar alphaK1_
 
dimensionedScalar alphaK2_
 
dimensionedScalar alphaOmega1_
 
dimensionedScalar alphaOmega2_
 
dimensionedScalar gamma1_
 
dimensionedScalar gamma2_
 
dimensionedScalar beta1_
 
dimensionedScalar beta2_
 
dimensionedScalar betaStar_
 
dimensionedScalar a1_
 
dimensionedScalar b1_
 
dimensionedScalar c1_
 
Switch F3_
 
const volScalarFieldy_
 
volScalarField k_
 
volScalarField omega_
 
Switch decayControl_
 
dimensionedScalar kInf_
 
dimensionedScalar omegaInf_
 

Detailed Description

template<class BasicTurbulenceModel>
class Foam::LESModels::kOmegaSSTIDDES< BasicTurbulenceModel >

k-omega-SST IDDES turbulence model for incompressible and compressible flows

Reference:

    Gritskevich, M.S., Garbaruk, A.V., Schuetze, J., Menter, F.R. (2011)
    Development of DDES and IDDES Formulations for the k-omega
    Shear Stress Transport Model, Flow, Turbulence and Combustion,
    pp. 1-19
Source files

Definition at line 62 of file kOmegaSSTIDDES.H.

Member Typedef Documentation

◆ alphaField

typedef BasicTurbulenceModel::alphaField alphaField

Definition at line 118 of file kOmegaSSTIDDES.H.

◆ rhoField

typedef BasicTurbulenceModel::rhoField rhoField

Definition at line 119 of file kOmegaSSTIDDES.H.

◆ transportModel

typedef BasicTurbulenceModel::transportModel transportModel

Definition at line 120 of file kOmegaSSTIDDES.H.

Constructor & Destructor Documentation

◆ kOmegaSSTIDDES()

kOmegaSSTIDDES ( 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 159 of file kOmegaSSTIDDES.C.

References Foam::type().

Here is the call graph for this function:

◆ ~kOmegaSSTIDDES()

virtual ~kOmegaSSTIDDES ( )
virtualdefault

Member Function Documentation

◆ dTilda()

tmp< volScalarField > dTilda ( const volScalarField magGradU,
const volScalarField CDES 
) const
protectedvirtual

Reimplemented from kOmegaSSTDES< BasicTurbulenceModel >.

Definition at line 117 of file kOmegaSSTIDDES.C.

References Foam::constant::atomic::alpha, delta, Foam::dimLength, Foam::exp(), k, Foam::max(), Foam::min(), Foam::neg(), Foam::pos0(), Foam::pow(), Foam::sqr(), and Foam::sqrt().

Here is the call graph for this function:

◆ TypeName()

TypeName ( "kOmegaSSTIDDES< BasicTurbulenceModel >"  )

◆ read()

bool read
virtual

Reimplemented from kOmegaSSTDES< BasicTurbulenceModel >.

Definition at line 230 of file kOmegaSSTIDDES.C.

Member Data Documentation

◆ Cdt1_

dimensionedScalar Cdt1_
protected

Definition at line 97 of file kOmegaSSTIDDES.H.

◆ Cdt2_

dimensionedScalar Cdt2_
protected

Definition at line 98 of file kOmegaSSTIDDES.H.

◆ Cl_

dimensionedScalar Cl_
protected

Definition at line 99 of file kOmegaSSTIDDES.H.

◆ Ct_

dimensionedScalar Ct_
protected

Definition at line 100 of file kOmegaSSTIDDES.H.

◆ IDDESDelta_

const IDDESDelta& IDDESDelta_
protected

Definition at line 104 of file kOmegaSSTIDDES.H.


The documentation for this class was generated from the following files: