LESeddyViscosity< BasicMomentumTransportModel > Class Template Reference

Eddy viscosity LES SGS model base class. More...

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

Public Types

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

 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 bool read ()
 Read model coefficients if they have changed. 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< volScalarFieldk () const=0
 Return the turbulence kinetic energy. 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...
 
virtual void correct ()=0
 Solve the turbulence equations and correct the turbulence viscosity. 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 Attributes

dimensionedScalar Ck_
 
dimensionedScalar Ce_
 
- Protected Attributes inherited from eddyViscosity< LESModel< BasicMomentumTransportModel > >
volScalarField nut_
 

Additional Inherited Members

- Protected Member Functions inherited from eddyViscosity< LESModel< BasicMomentumTransportModel > >
virtual void correctNut ()=0
 

Detailed Description

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

Eddy viscosity LES SGS model base class.

Source files

Definition at line 52 of file LESeddyViscosity.H.

Member Typedef Documentation

◆ alphaField

typedef BasicMomentumTransportModel::alphaField alphaField

Definition at line 66 of file LESeddyViscosity.H.

◆ rhoField

typedef BasicMomentumTransportModel::rhoField rhoField

Definition at line 67 of file LESeddyViscosity.H.

Constructor & Destructor Documentation

◆ LESeddyViscosity() [1/2]

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.

Definition at line 38 of file LESeddyViscosity.C.

◆ LESeddyViscosity() [2/2]

LESeddyViscosity ( const LESeddyViscosity< BasicMomentumTransportModel > &  )
delete

Disallow default bitwise copy construction.

◆ ~LESeddyViscosity()

virtual ~LESeddyViscosity ( )
inlinevirtual

Destructor.

Definition at line 89 of file LESeddyViscosity.H.

Member Function Documentation

◆ read()

◆ epsilon()

tmp< volScalarField > epsilon
virtual

Return sub-grid disipation rate.

Reimplemented in WALE< BasicMomentumTransportModel >, kEqn< BasicMomentumTransportModel >, and dynamicKEqn< BasicMomentumTransportModel >.

Definition at line 103 of file LESeddyViscosity.C.

References delta, k, GeometricField< Type, PatchField, GeoMesh >::New(), and Foam::sqrt().

Here is the call graph for this function:

◆ omega()

tmp< volScalarField > omega
virtual

Return the turbulence specific dissipation rate.

Definition at line 117 of file LESeddyViscosity.C.

References delta, k, GeometricField< Type, PatchField, GeoMesh >::New(), and Foam::sqrt().

Here is the call graph for this function:

◆ operator=()

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

Disallow default bitwise assignment.

Member Data Documentation

◆ Ck_

dimensionedScalar Ck_
protected

Definition at line 60 of file LESeddyViscosity.H.

◆ Ce_

dimensionedScalar Ce_
protected

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