Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
kOmegaSSTDES< BasicTurbulenceModel > Class Template Reference

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

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

Public Types

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 ("kOmegaSSTDES")
 Runtime type information. More...
 
 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)
 Construct from components. More...
 
virtual ~kOmegaSSTDES ()
 Destructor. More...
 
virtual bool read ()
 Re-read model coefficients if they have changed. More...
 
virtual void correct ()
 Solve the turbulence equations and correct the turbulence viscosity. More...
 
virtual tmp< volScalarFieldLESRegion () const
 Return the LES field indicator. More...
 
- 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)
 Construct from components. More...
 
virtual ~kOmegaSSTBase ()
 Destructor. More...
 
tmp< volScalarFieldDkEff (const volScalarField &F1) const
 Return the effective diffusivity for k. More...
 
tmp< volScalarFieldDomegaEff (const volScalarField &F1) const
 Return the effective diffusivity for omega. More...
 
virtual tmp< volScalarFieldk () const
 Return the turbulence kinetic energy. More...
 
virtual tmp< volScalarFieldepsilon () const
 Return the turbulence kinetic energy dissipation rate. More...
 
virtual tmp< volScalarFieldomega () const
 Return the turbulence kinetic energy dissipation rate. More...
 

Protected Member Functions

virtual tmp< volScalarFieldCDES (const volScalarField &F1) const
 Blending for CDES parameter. More...
 
virtual void correctNut (const volScalarField &S2)
 
virtual void correctNut ()
 
virtual tmp< volScalarFielddTilda (const volScalarField &magGradU, const volScalarField &CDES) const
 Length scale. More...
 
- Protected Member Functions inherited from kOmegaSSTBase< DESModel< BasicTurbulenceModel > >
tmp< volScalarFieldF1 (const volScalarField &CDkOmega) const
 
tmp< volScalarFieldF2 () const
 
tmp< volScalarFieldF3 () const
 
tmp< volScalarFieldF23 () const
 
tmp< volScalarFieldblend (const volScalarField &F1, const dimensionedScalar &psi1, const dimensionedScalar &psi2) const
 
tmp< volScalarFieldalphaK (const volScalarField &F1) const
 
tmp< volScalarFieldalphaOmega (const volScalarField &F1) const
 
tmp< volScalarFieldbeta (const volScalarField &F1) const
 
tmp< volScalarFieldgamma (const volScalarField &F1) const
 
virtual tmp< fvScalarMatrixkSource () const
 
virtual tmp< fvScalarMatrixomegaSource () const
 
virtual tmp< fvScalarMatrixQsas (const volScalarField &S2, const volScalarField &gamma, const volScalarField &beta) const
 

Protected Attributes

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_
 Wall distance. More...
 
volScalarField k_
 
volScalarField omega_
 

Private Member Functions

 kOmegaSSTDES (const kOmegaSSTDES &)
 
kOmegaSSTDESoperator= (const kOmegaSSTDES &)
 

Detailed Description

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

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

Reference:

    Strelets, M. (2001)
    Detached Eddy Simulation of Massively Separated Flows,
    39th AIAA Aerospace Sciences Meeting and Exhibit, Reno, NV

Note: DES constants CDES_kom and CDES_keps have been re-calibrated to OpenFOAM numerics via decaying isotropic turbulence test case

Source files

Definition at line 65 of file kOmegaSSTDES.H.

Member Typedef Documentation

◆ alphaField

typedef BasicTurbulenceModel::alphaField alphaField

Definition at line 108 of file kOmegaSSTDES.H.

◆ rhoField

typedef BasicTurbulenceModel::rhoField rhoField

Definition at line 109 of file kOmegaSSTDES.H.

◆ transportModel

typedef BasicTurbulenceModel::transportModel transportModel

Definition at line 110 of file kOmegaSSTDES.H.

Constructor & Destructor Documentation

◆ kOmegaSSTDES() [1/2]

kOmegaSSTDES ( const kOmegaSSTDES< BasicTurbulenceModel > &  )
private

◆ kOmegaSSTDES() [2/2]

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 
)

Construct from components.

Definition at line 73 of file kOmegaSSTDES.C.

References Foam::type().

Here is the call graph for this function:

◆ ~kOmegaSSTDES()

virtual ~kOmegaSSTDES ( )
inlinevirtual

Destructor.

Definition at line 134 of file kOmegaSSTDES.H.

Member Function Documentation

◆ operator=()

kOmegaSSTDES& operator= ( const kOmegaSSTDES< BasicTurbulenceModel > &  )
private

◆ CDES()

virtual tmp<volScalarField> CDES ( const volScalarField F1) const
inlineprotectedvirtual

Blending for CDES parameter.

Definition at line 90 of file kOmegaSSTDES.H.

References kOmegaSSTBase< DESModel< BasicTurbulenceModel > >::blend(), kOmegaSSTDES< BasicTurbulenceModel >::CDESkeps_, and kOmegaSSTDES< BasicTurbulenceModel >::CDESkom_.

Here is the call graph for this function:

◆ correctNut() [1/2]

void correctNut ( const volScalarField S2)
protectedvirtual

Reimplemented from kOmegaSSTBase< DESModel< BasicTurbulenceModel > >.

Definition at line 38 of file kOmegaSSTDES.C.

◆ correctNut() [2/2]

void correctNut
protectedvirtual

Reimplemented from kOmegaSSTBase< DESModel< BasicTurbulenceModel > >.

Definition at line 49 of file kOmegaSSTDES.C.

References Foam::fvc::grad(), Foam::magSqr(), and Foam::symm().

Here is the call graph for this function:

◆ dTilda()

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

Length scale.

Reimplemented in kOmegaSSTIDDES< BasicTurbulenceModel >, and kOmegaSSTDDES< BasicTurbulenceModel >.

Definition at line 57 of file kOmegaSSTDES.C.

References delta, k, Foam::min(), and Foam::sqrt().

Here is the call graph for this function:

◆ TypeName()

TypeName ( "kOmegaSSTDES< BasicTurbulenceModel >"  )

Runtime type information.

◆ read()

bool read
virtual

Re-read model coefficients if they have changed.

Reimplemented from kOmegaSSTBase< DESModel< BasicTurbulenceModel > >.

Reimplemented in kOmegaSSTIDDES< BasicTurbulenceModel >, and kOmegaSSTDDES< BasicTurbulenceModel >.

Definition at line 136 of file kOmegaSSTDES.C.

References Foam::read().

Here is the call graph for this function:

◆ correct()

void correct
virtual

◆ LESRegion()

tmp< volScalarField > LESRegion
virtual

Return the LES field indicator.

Definition at line 244 of file kOmegaSSTDES.C.

References F1, Foam::fvc::grad(), k, Foam::mag(), Foam::neg(), IOobject::NO_READ, IOobject::NO_WRITE, Foam::sqrt(), and U.

Here is the call graph for this function:

Field Documentation

◆ kappa_

dimensionedScalar kappa_
protected

Definition at line 82 of file kOmegaSSTDES.H.

◆ CDESkom_

dimensionedScalar CDESkom_
protected

Definition at line 83 of file kOmegaSSTDES.H.

Referenced by kOmegaSSTDES< BasicTurbulenceModel >::CDES().

◆ CDESkeps_

dimensionedScalar CDESkeps_
protected

Definition at line 84 of file kOmegaSSTDES.H.

Referenced by kOmegaSSTDES< BasicTurbulenceModel >::CDES().


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