Standard k-epsilon turbulence model with additional source terms corresponding to PDR basic drag model (basic.H) More...
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:
kEpsilonCoeffs
{
Cmu 0.09;
C1 1.44;
C2 1.92;
C3 -0.33; // only for compressible
sigmak 1.0;// only for compressible
sigmaEps1.3;
Prt 1.0;// only for compressible
}
The turbulence source term
appears in the
equation for the generation of turbulence due to interaction with unresolved obstacles.
In the
equation
is added as a source term.
In the
equation
is added as a source term.
Definition at line 78 of file PDRkEpsilon.H.
Inheritance diagram for PDRkEpsilon:
Collaboration diagram for PDRkEpsilon:Public Member Functions | |
| TypeName ("PDRkEpsilon") | |
| Runtime type information.
| |
| PDRkEpsilon (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const basicThermo &thermophysicalModel) | |
| Construct from components.
| |
| virtual | ~PDRkEpsilon () |
| Destructor.
| |
| tmp< volScalarField > | mut () const |
| Return the turbulence viscosity.
| |
| tmp< volScalarField > | DkEff () const |
| Return the effective diffusivity for k.
| |
| tmp< volScalarField > | DepsilonEff () const |
| Return the effective diffusivity for epsilon.
| |
| tmp< volScalarField > | alphaEff () const |
| Return the effective turbulent thermal diffusivity.
| |
| tmp< volScalarField > | k () const |
| Return the turbulence kinetic energy.
| |
| tmp< volScalarField > | epsilon () const |
| Return the turbulence kinetic energy dissipation rate.
| |
| tmp< volSymmTensorField > | R () const |
| Return the Reynolds stress tensor.
| |
| tmp< volSymmTensorField > | devRhoReff () const |
| Return the effective stress tensor including the laminar stress.
| |
| tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
| Return the source term for the momentum equation.
| |
| void | correct () |
| Solve the turbulence equations and correct the turbulence viscosity.
| |
| bool | read () |
| Read turbulenceProperties dictionary.
| |
| PDRkEpsilon | ( | const volScalarField & | rho, |
| const volVectorField & | U, | ||
| const surfaceScalarField & | phi, | ||
| const basicThermo & | thermophysicalModel | ||
| ) |
Construct from components.
| virtual ~PDRkEpsilon | ( | ) | [inline, virtual]
|
Destructor.
Definition at line 120 of file PDRkEpsilon.H.
| TypeName | ( | "PDRkEpsilon" | ) |
Runtime type information.
| tmp<volScalarField> mut | ( | ) | const [inline, virtual]
|
Return the turbulence viscosity.
Implements RASModel.
Definition at line 126 of file PDRkEpsilon.H.
References PDRkEpsilon::mut().
Referenced by PDRkEpsilon::mut().
| tmp<volScalarField> DkEff | ( | ) | const [inline]
|
Return the effective diffusivity for k.
Definition at line 132 of file PDRkEpsilon.H.
References PDRkEpsilon::DkEff(), and mu.
Referenced by PDRkEpsilon::DkEff().
| tmp<volScalarField> DepsilonEff | ( | ) | const [inline]
|
Return the effective diffusivity for epsilon.
Definition at line 141 of file PDRkEpsilon.H.
References PDRkEpsilon::DepsilonEff(), and mu.
Referenced by PDRkEpsilon::DepsilonEff().
| tmp<volScalarField> alphaEff | ( | ) | const [inline, virtual]
|
Return the effective turbulent thermal diffusivity.
Implements RASModel.
Definition at line 150 of file PDRkEpsilon.H.
References turbulenceModel::alpha(), and PDRkEpsilon::alphaEff().
Referenced by PDRkEpsilon::alphaEff().
| tmp<volScalarField> k | ( | ) | const [inline, virtual]
|
Return the turbulence kinetic energy.
Implements RASModel.
Definition at line 159 of file PDRkEpsilon.H.
| tmp<volScalarField> epsilon | ( | ) | const [inline, virtual]
|
Return the turbulence kinetic energy dissipation rate.
Implements RASModel.
Definition at line 165 of file PDRkEpsilon.H.
References PDRkEpsilon::epsilon().
Referenced by PDRkEpsilon::epsilon().
| tmp<volSymmTensorField> R | ( | ) | const [virtual]
|
Return the Reynolds stress tensor.
Implements RASModel.
| tmp<volSymmTensorField> devRhoReff | ( | ) | const [virtual]
|
Return the effective stress tensor including the laminar stress.
Implements RASModel.
| tmp<fvVectorMatrix> divDevRhoReff | ( | volVectorField & | U ) | const [virtual]
|
Return the source term for the momentum equation.
Implements RASModel.
| void correct | ( | ) | [virtual]
|
Solve the turbulence equations and correct the turbulence viscosity.
Implements RASModel.
| bool read | ( | ) | [virtual]
|
Read turbulenceProperties dictionary.
Implements RASModel.