PDRkEpsilon Class Reference

Standard k-epsilon turbulence model with additional source terms corresponding to PDR basic drag model (basic.H) More...

Inheritance diagram for PDRkEpsilon:
Collaboration diagram for PDRkEpsilon:

Public Member Functions

 TypeName ("PDRkEpsilon")
 Runtime type information. More...
 
 PDRkEpsilon (const geometricOneField &alpha, const volScalarField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &transport, const word &modelName=typeName)
 Construct from components. More...
 
virtual ~PDRkEpsilon ()
 Destructor. More...
 
void correct ()
 Solve the turbulence equations and correct the turbulence viscosity. More...
 
bool read ()
 Read momentumTransport dictionary. More...
 
- Public Member Functions inherited from kEpsilon< compressible::momentumTransportModel >
 TypeName ("kEpsilon")
 Runtime type information. More...
 
 kEpsilon (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...
 
 kEpsilon (const kEpsilon &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~kEpsilon ()
 Destructor. More...
 
tmp< volScalarFieldDkEff () const
 Return the effective diffusivity for k. More...
 
tmp< volScalarFieldDepsilonEff () const
 Return the effective diffusivity for epsilon. 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 specific dissipation rate. More...
 
void operator= (const kEpsilon &)=delete
 Disallow default bitwise assignment. More...
 
- Public Member Functions inherited from eddyViscosity< 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...
 

Additional Inherited Members

- Public Types inherited from kEpsilon< compressible::momentumTransportModel >
typedef BasicMomentumTransportModel::alphaField alphaField
 
typedef BasicMomentumTransportModel::rhoField rhoField
 
- Public Types inherited from eddyViscosity< BasicMomentumTransportModel >
typedef BasicMomentumTransportModel::alphaField alphaField
 
typedef BasicMomentumTransportModel::rhoField rhoField
 
- Public Types inherited from linearViscousStress< BasicMomentumTransportModel >
typedef BasicMomentumTransportModel::alphaField alphaField
 
typedef BasicMomentumTransportModel::rhoField rhoField
 
- Protected Member Functions inherited from kEpsilon< compressible::momentumTransportModel >
virtual void correctNut ()
 
virtual tmp< fvScalarMatrixkSource () const
 
virtual tmp< fvScalarMatrixepsilonSource () const
 
- Protected Attributes inherited from kEpsilon< compressible::momentumTransportModel >
dimensionedScalar Cmu_
 
dimensionedScalar C1_
 
dimensionedScalar C2_
 
dimensionedScalar C3_
 
dimensionedScalar sigmak_
 
dimensionedScalar sigmaEps_
 
volScalarField k_
 
volScalarField epsilon_
 
- Protected Attributes inherited from eddyViscosity< BasicMomentumTransportModel >
volScalarField nut_
 

Detailed Description

Standard k-epsilon turbulence model with additional source terms corresponding to PDR basic drag model (basic.H)

The default model coefficients correspond to the following:

    PDRkEpsilonCoeffs
    {
        Cmu         0.09;
        C1          1.44;
        C2          1.92;
        C3          -0.33;  // only for compressible
        C4          0.1;
        sigmak      1.0;    // only for compressible
        sigmaEps    1.3;
        Prt         1.0;    // only for compressible
    }

The turbulence source term $ G_{R} $ appears in the $ \kappa-\epsilon $ equation for the generation of turbulence due to interaction with unresolved obstacles.

In the $ \epsilon $ equation $ C_{1} G_{R} $ is added as a source term.

In the $ \kappa $ equation $ G_{R} $ is added as a source term.

Source files

Definition at line 78 of file PDRkEpsilon.H.

Constructor & Destructor Documentation

◆ PDRkEpsilon()

PDRkEpsilon ( const geometricOneField alpha,
const volScalarField rho,
const volVectorField U,
const surfaceScalarField alphaRhoPhi,
const surfaceScalarField phi,
const viscosity transport,
const word modelName = typeName 
)

Construct from components.

Definition at line 46 of file PDRkEpsilon.C.

◆ ~PDRkEpsilon()

~PDRkEpsilon ( )
virtual

Destructor.

Definition at line 82 of file PDRkEpsilon.C.

Member Function Documentation

◆ TypeName()

TypeName ( "PDRkEpsilon"  )

Runtime type information.

◆ correct()

◆ read()

bool read ( )
virtual

Read momentumTransport dictionary.

Reimplemented from kEpsilon< compressible::momentumTransportModel >.

Definition at line 88 of file PDRkEpsilon.C.

References RASModel< BasicMomentumTransportModel >::read(), and dimensioned< Type >::readIfPresent().

Here is the call graph for this function:

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