SpalartAllmarasDDES< BasicMomentumTransportModel > Class Template Reference

SpalartAllmaras DDES turbulence model for incompressible and compressible flows. More...

Inheritance diagram for SpalartAllmarasDDES< BasicMomentumTransportModel >:
Collaboration diagram for SpalartAllmarasDDES< BasicMomentumTransportModel >:

Public Types

typedef BasicMomentumTransportModel::alphaField alphaField
 
typedef BasicMomentumTransportModel::rhoField rhoField
 
- Public Types inherited from SpalartAllmarasDES< BasicMomentumTransportModel >
typedef BasicMomentumTransportModel::alphaField alphaField
 
typedef BasicMomentumTransportModel::rhoField rhoField
 
- Public Types inherited from LESeddyViscosity< BasicMomentumTransportModel >
typedef BasicMomentumTransportModel::alphaField alphaField
 
typedef BasicMomentumTransportModel::rhoField rhoField
 
- Public Types inherited from eddyViscosity< LESModel< BasicMomentumTransportModel > >
typedef BasicMomentumTransportModel::alphaField alphaField
 
typedef BasicMomentumTransportModel::rhoField rhoField
 
- Public Types inherited from linearViscousStress< BasicMomentumTransportModel >
typedef BasicMomentumTransportModel::alphaField alphaField
 
typedef BasicMomentumTransportModel::rhoField rhoField
 

Public Member Functions

 TypeName ("SpalartAllmarasDDES")
 Runtime type information. More...
 
 SpalartAllmarasDDES (const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
 Construct from components. More...
 
 SpalartAllmarasDDES (const SpalartAllmarasDDES &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~SpalartAllmarasDDES ()
 Destructor. More...
 
void operator= (const SpalartAllmarasDDES &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from SpalartAllmarasDES< BasicMomentumTransportModel >
 TypeName ("SpalartAllmarasDES")
 Runtime type information. More...
 
 SpalartAllmarasDES (const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
 Construct from components. More...
 
 SpalartAllmarasDES (const SpalartAllmarasDES &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~SpalartAllmarasDES ()
 Destructor. More...
 
virtual bool read ()
 Read model coefficients if they have changed. More...
 
tmp< volScalarFieldDnuTildaEff () const
 Return the effective diffusivity for nuTilda. More...
 
virtual tmp< volScalarFieldk () const
 Return SGS kinetic energy. More...
 
tmp< volScalarFieldnuTilda () const
 
virtual void correct ()
 Correct nuTilda and related properties. More...
 
void operator= (const SpalartAllmarasDES &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from LESeddyViscosity< BasicMomentumTransportModel >
 LESeddyViscosity (const word &type, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity)
 Construct from components. More...
 
 LESeddyViscosity (const LESeddyViscosity &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~LESeddyViscosity ()
 Destructor. More...
 
virtual tmp< volScalarFieldepsilon () const
 Return sub-grid disipation rate. More...
 
virtual tmp< volScalarFieldomega () const
 Return the turbulence specific dissipation rate. More...
 
void operator= (const LESeddyViscosity &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from eddyViscosity< LESModel< BasicMomentumTransportModel > >
 eddyViscosity (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity)
 Construct from components. More...
 
virtual ~eddyViscosity ()
 Destructor. More...
 
virtual tmp< volScalarFieldnut () const
 Return the turbulence viscosity. More...
 
virtual tmp< scalarFieldnut (const label patchi) const
 Return the turbulence viscosity on patch. More...
 
virtual tmp< volSymmTensorFieldsigma () const
 Return the Reynolds stress tensor [m^2/s^2]. More...
 
virtual void validate ()
 Validate the turbulence fields after construction. More...
 
- Public Member Functions inherited from linearViscousStress< BasicMomentumTransportModel >
 linearViscousStress (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity)
 Construct from components. More...
 
virtual ~linearViscousStress ()
 Destructor. More...
 
virtual tmp< volSymmTensorFielddevTau () const
 Return the effective stress tensor. More...
 
virtual tmp< fvVectorMatrixdivDevTau (volVectorField &U) const
 Return the source term for the momentum equation. More...
 
virtual tmp< fvVectorMatrixdivDevTau (const volScalarField &rho, volVectorField &U) const
 Return the source term for the momentum equation. More...
 

Protected Member Functions

virtual tmp< volScalarField::InternaldTilda (const volScalarField::Internal &chi, const volScalarField::Internal &fv1, const volTensorField::Internal &gradU) const
 Length scale. More...
 
- Protected Member Functions inherited from SpalartAllmarasDES< BasicMomentumTransportModel >
tmp< volScalarFieldchi () const
 
tmp< volScalarFieldfv1 (const volScalarField &chi) const
 
tmp< volScalarField::Internalfv2 (const volScalarField::Internal &chi, const volScalarField::Internal &fv1) const
 
tmp< volScalarField::InternalOmega (const volTensorField::Internal &gradU) const
 
tmp< volScalarField::InternalStilda (const volScalarField::Internal &chi, const volScalarField::Internal &fv1, const volScalarField::Internal &Omega, const volScalarField::Internal &dTilda) const
 
tmp< volScalarField::Internalr (const volScalarField::Internal &nur, const volScalarField::Internal &Omega, const volScalarField::Internal &dTilda) const
 
tmp< volScalarField::Internalfw (const volScalarField::Internal &Omega, const volScalarField::Internal &dTilda) const
 
virtual void cacheLESRegion (const volScalarField::Internal &dTilda) const
 Cache the LES region indicator field. More...
 
void correctNut (const volScalarField &fv1)
 
virtual void correctNut ()
 

Additional Inherited Members

- Protected Attributes inherited from SpalartAllmarasDES< BasicMomentumTransportModel >
dimensionedScalar sigmaNut_
 
dimensionedScalar kappa_
 
dimensionedScalar Cb1_
 
dimensionedScalar Cb2_
 
dimensionedScalar Cw1_
 
dimensionedScalar Cw2_
 
dimensionedScalar Cw3_
 
dimensionedScalar Cv1_
 
dimensionedScalar Cs_
 
dimensionedScalar CDES_
 
dimensionedScalar ck_
 
volScalarField nuTilda_
 
const volScalarFieldy_
 Wall distance. More...
 
- Protected Attributes inherited from LESeddyViscosity< BasicMomentumTransportModel >
dimensionedScalar Ck_
 
dimensionedScalar Ce_
 
- Protected Attributes inherited from eddyViscosity< LESModel< BasicMomentumTransportModel > >
volScalarField nut_
 

Detailed Description

template<class BasicMomentumTransportModel>
class Foam::LESModels::SpalartAllmarasDDES< BasicMomentumTransportModel >

SpalartAllmaras DDES turbulence model for incompressible and compressible flows.

Reference:

    Spalart, P. R., Deck, S., Shur, M. L., Squires, K. D., Strelets, M. K.,
    & Travin, A. (2006).
    A new version of detached-eddy simulation, resistant to ambiguous grid
    densities.
    Theoretical and computational fluid dynamics, 20(3), 181-195.
Source files

Definition at line 61 of file SpalartAllmarasDDES.H.

Member Typedef Documentation

◆ alphaField

typedef BasicMomentumTransportModel::alphaField alphaField

Definition at line 93 of file SpalartAllmarasDDES.H.

◆ rhoField

typedef BasicMomentumTransportModel::rhoField rhoField

Definition at line 94 of file SpalartAllmarasDDES.H.

Constructor & Destructor Documentation

◆ SpalartAllmarasDDES() [1/2]

SpalartAllmarasDDES ( const alphaField alpha,
const rhoField rho,
const volVectorField U,
const surfaceScalarField alphaRhoPhi,
const surfaceScalarField phi,
const viscosity viscosity,
const word type = typeName 
)

Construct from components.

Definition at line 111 of file SpalartAllmarasDDES.C.

◆ SpalartAllmarasDDES() [2/2]

SpalartAllmarasDDES ( const SpalartAllmarasDDES< BasicMomentumTransportModel > &  )
delete

Disallow default bitwise copy construction.

◆ ~SpalartAllmarasDDES()

virtual ~SpalartAllmarasDDES ( )
inlinevirtual

Destructor.

Definition at line 120 of file SpalartAllmarasDDES.H.

Member Function Documentation

◆ dTilda()

tmp< volScalarField::Internal > dTilda ( const volScalarField::Internal chi,
const volScalarField::Internal fv1,
const volTensorField::Internal gradU 
) const
protectedvirtual

Length scale.

Reimplemented from SpalartAllmarasDES< BasicMomentumTransportModel >.

Definition at line 83 of file SpalartAllmarasDDES.C.

References delta, Foam::dimLength, Foam::mag(), Foam::max(), DimensionedField< Type, GeoMesh >::New(), and Foam::typedName().

Here is the call graph for this function:

◆ TypeName()

TypeName ( "SpalartAllmarasDDES< BasicMomentumTransportModel >"  )

Runtime type information.

◆ operator=()

void operator= ( const SpalartAllmarasDDES< BasicMomentumTransportModel > &  )
delete

Disallow default bitwise assignment.


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