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:
[legend]
Collaboration diagram for PDRkEpsilon:
[legend]

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 fluidThermo &thermophysicalModel, const word &turbulenceModelName=turbulenceModel::typeName, 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 turbulenceProperties dictionary. More...
 
- Public Member Functions inherited from kEpsilon< EddyDiffusivity< compressible::turbulenceModel > >
 kEpsilon (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...
 
 TypeName ("kEpsilon")
 Runtime type information. More...
 
virtual ~kEpsilon ()=default
 Destructor. More...
 
virtual bool read ()
 Re-read model coefficients if they have changed. 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 void correct ()
 Solve the turbulence equations and correct the turbulence viscosity. More...
 
- Public Member Functions inherited from eddyViscosity< BasicTurbulenceModel >
 eddyViscosity (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
 Construct from components. More...
 
virtual ~eddyViscosity ()=default
 Destructor. More...
 
virtual bool read ()=0
 Re-read model coefficients if they have changed. 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< volSymmTensorFieldR () const
 Return the Reynolds stress tensor. 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< BasicTurbulenceModel >
 linearViscousStress (const word &modelName, const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const transportModel &transport, const word &propertiesName)
 Construct from components. More...
 
virtual ~linearViscousStress ()=default
 Destructor. More...
 
virtual bool read ()=0
 Re-read model coefficients if they have changed. More...
 
virtual tmp< volSymmTensorFielddevRhoReff () const
 Return the effective stress tensor. More...
 
virtual tmp< volSymmTensorFielddevRhoReff (const volVectorField &U) const
 Return the effective stress tensor based on a given velocity field. More...
 
virtual tmp< fvVectorMatrixdivDevRhoReff (volVectorField &U) const
 Return the source term for the momentum equation. More...
 
virtual tmp< fvVectorMatrixdivDevRhoReff (const volScalarField &rho, volVectorField &U) const
 Return the source term for the momentum equation. More...
 
virtual void correct ()=0
 Solve the turbulence equations and correct the turbulence viscosity. More...
 

Additional Inherited Members

- Public Types inherited from kEpsilon< EddyDiffusivity< compressible::turbulenceModel > >
typedef BasicTurbulenceModel::alphaField alphaField
 
typedef BasicTurbulenceModel::rhoField rhoField
 
typedef BasicTurbulenceModel::transportModel transportModel
 
- Public Types inherited from eddyViscosity< BasicTurbulenceModel >
typedef BasicTurbulenceModel::alphaField alphaField
 
typedef BasicTurbulenceModel::rhoField rhoField
 
typedef BasicTurbulenceModel::transportModel transportModel
 
- Public Types inherited from linearViscousStress< BasicTurbulenceModel >
typedef BasicTurbulenceModel::alphaField alphaField
 
typedef BasicTurbulenceModel::rhoField rhoField
 
typedef BasicTurbulenceModel::transportModel transportModel
 
- Protected Member Functions inherited from kEpsilon< EddyDiffusivity< compressible::turbulenceModel > >
virtual void correctNut ()
 
virtual tmp< fvScalarMatrixkSource () const
 
virtual tmp< fvScalarMatrixepsilonSource () const
 
virtual void correctNut ()=0
 
- Protected Attributes inherited from kEpsilon< EddyDiffusivity< compressible::turbulenceModel > >
dimensionedScalar Cmu_
 
dimensionedScalar C1_
 
dimensionedScalar C2_
 
dimensionedScalar C3_
 
dimensionedScalar sigmak_
 
dimensionedScalar sigmaEps_
 
volScalarField k_
 
volScalarField epsilon_
 
- Protected Attributes inherited from eddyViscosity< BasicTurbulenceModel >
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 80 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 fluidThermo thermophysicalModel,
const word turbulenceModelName = turbulenceModel::typeName,
const word modelName = typeName 
)

Construct from components.

◆ ~PDRkEpsilon()

virtual ~PDRkEpsilon ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "PDRkEpsilon"  )

Runtime type information.

◆ correct()

void correct ( )
virtual

Solve the turbulence equations and correct the turbulence viscosity.

Reimplemented from kEpsilon< EddyDiffusivity< compressible::turbulenceModel > >.

◆ read()

bool read ( )
virtual

Read turbulenceProperties dictionary.

Reimplemented from kEpsilon< EddyDiffusivity< compressible::turbulenceModel > >.


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