Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
kOmegaSSTDES< BasicTurbulenceModel > Class Template Reference
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 kOmegaSST< LESeddyViscosity< BasicTurbulenceModel >, BasicTurbulenceModel >
typedef BasicTurbulenceModel::alphaField alphaField
 
typedef BasicTurbulenceModel::rhoField rhoField
 
typedef 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 ()
 Read model coefficients if they have changed. More...
 
- Public Member Functions inherited from kOmegaSST< LESeddyViscosity< BasicTurbulenceModel >, BasicTurbulenceModel >
 kOmegaSST (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 ~kOmegaSST ()
 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...
 
virtual void correct ()
 Solve the turbulence equations and correct the turbulence viscosity. More...
 

Protected Member Functions

tmp< volScalarFieldLt () const
 Return the turbulent length-scale. More...
 
virtual tmp< volScalarFieldFDES (const volScalarField &F1, const volScalarField &F2) const
 The DES dissipation-rate multiplier with options zonal filtering. More...
 
virtual tmp< volScalarFieldepsilonByk (const volScalarField &F1, const volScalarField &F2) const
 Return epsilon/k which for standard RAS is betaStar*omega. More...
 
- Protected Member Functions inherited from kOmegaSST< LESeddyViscosity< BasicTurbulenceModel >, 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
 
void correctNut (const volScalarField &S2, const volScalarField &F2)
 
virtual void correctNut ()
 
virtual tmp< fvScalarMatrixkSource () const
 
virtual tmp< fvScalarMatrixomegaSource () const
 
virtual tmp< fvScalarMatrixQsas (const volScalarField &S2, const volScalarField &gamma, const volScalarField &beta) const
 

Protected Attributes

dimensionedScalar CDES_
 DES coefficient. More...
 
direction FSST_
 Zonal filter choice. More...
 
- Protected Attributes inherited from kOmegaSST< LESeddyViscosity< BasicTurbulenceModel >, 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_
 

Detailed Description

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

Definition at line 74 of file kOmegaSSTDES.H.

Member Typedef Documentation

typedef BasicTurbulenceModel::alphaField alphaField

Definition at line 123 of file kOmegaSSTDES.H.

typedef BasicTurbulenceModel::rhoField rhoField

Definition at line 124 of file kOmegaSSTDES.H.

typedef BasicTurbulenceModel::transportModel transportModel

Definition at line 125 of file kOmegaSSTDES.H.

Constructor & Destructor Documentation

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 83 of file kOmegaSSTDES.C.

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

Here is the caller graph for this function:

virtual ~kOmegaSSTDES ( )
inlinevirtual

Destructor.

Definition at line 149 of file kOmegaSSTDES.H.

References kOmegaSSTDES< BasicTurbulenceModel >::read().

Here is the call graph for this function:

Member Function Documentation

tmp< volScalarField > Lt ( ) const
protected

Return the turbulent length-scale.

Definition at line 38 of file kOmegaSSTDES.C.

References kOmegaSSTDES< BasicTurbulenceModel >::FDES(), and Foam::sqrt().

Here is the call graph for this function:

tmp< volScalarField > FDES ( const volScalarField F1,
const volScalarField F2 
) const
protectedvirtual

The DES dissipation-rate multiplier with options zonal filtering.

based on either F1 or F2

Definition at line 46 of file kOmegaSSTDES.C.

References delta, kOmegaSSTDES< BasicTurbulenceModel >::epsilonByk(), Foam::exit(), F1, Foam::FatalError, FatalErrorInFunction, and Foam::max().

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

Here is the call graph for this function:

Here is the caller graph for this function:

tmp< volScalarField > epsilonByk ( const volScalarField F1,
const volScalarField F2 
) const
protectedvirtual

Return epsilon/k which for standard RAS is betaStar*omega.

Reimplemented from kOmegaSST< LESeddyViscosity< BasicTurbulenceModel >, BasicTurbulenceModel >.

Definition at line 70 of file kOmegaSSTDES.C.

References kOmegaSSTDES< BasicTurbulenceModel >::kOmegaSSTDES().

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

Here is the call graph for this function:

Here is the caller graph for this function:

TypeName ( "kOmegaSSTDES< BasicTurbulenceModel >"  )

Runtime type information.

bool read ( )
virtual

Read model coefficients if they have changed.

Reimplemented from kOmegaSST< LESeddyViscosity< BasicTurbulenceModel >, BasicTurbulenceModel >.

Definition at line 131 of file kOmegaSSTDES.C.

References Foam::read().

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

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

dimensionedScalar CDES_
protected

DES coefficient.

Definition at line 90 of file kOmegaSSTDES.H.

direction FSST_
protected

Zonal filter choice.

  • 0: no filtering
  • 1: (1 - F1)
  • 2: (1 - F2)

Definition at line 97 of file kOmegaSSTDES.H.


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