Renormalisation group k-epsilon turbulence model for compressible flows. More...
#include <compressibleRASModels/RNGkEpsilon.H>
Renormalisation group k-epsilon turbulence model for compressible flows.
The default model coefficients correspond to the following:
RNGkEpsilonCoeffs { Cmu 0.0845; C1 1.42; C2 1.68; C3 -0.33; // only for compressible Prt 1.0;// only for compressible sigmak 0.71942; sigmaEps0.71942; eta04.38; beta0.012; }
Definition at line 70 of file RNGkEpsilon.H.
Public Member Functions | |
TypeName ("RNGkEpsilon") | |
Runtime type information.
| |
RNGkEpsilon (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const basicThermo &thermophysicalModel) | |
Construct from components.
| |
virtual | ~RNGkEpsilon () |
Destructor.
| |
tmp< volScalarField > | DkEff () const |
Return the effective diffusivity for k.
| |
tmp< volScalarField > | DepsilonEff () const |
Return the effective diffusivity for epsilon.
| |
virtual tmp< volScalarField > | mut () const |
Return the turbulence viscosity.
| |
virtual tmp< volScalarField > | alphaEff () const |
Return the effective turbulent thermal diffusivity.
| |
virtual tmp< volScalarField > | k () const |
Return the turbulence kinetic energy.
| |
virtual tmp< volScalarField > | epsilon () const |
Return the turbulence kinetic energy dissipation rate.
| |
virtual tmp< volSymmTensorField > | R () const |
Return the Reynolds stress tensor.
| |
virtual tmp< volSymmTensorField > | devRhoReff () const |
Return the effective stress tensor including the laminar stress.
| |
virtual tmp< fvVectorMatrix > | divDevRhoReff (volVectorField &U) const |
Return the effective stress tensor including the laminar stress.
| |
virtual void | correct () |
Solve the turbulence equations and correct the turbulence viscosity.
| |
virtual bool | read () |
Read RASProperties dictionary.
|
RNGkEpsilon | ( | const volScalarField & | rho, |
const volVectorField & | U, | ||
const surfaceScalarField & | phi, | ||
const basicThermo & | thermophysicalModel | ||
) |
virtual ~RNGkEpsilon | ( | ) | [inline, virtual]
|
Destructor.
Definition at line 114 of file RNGkEpsilon.H.
TypeName | ( | "RNGkEpsilon" | ) |
Runtime type information.
tmp<volScalarField> DkEff | ( | ) | const [inline]
|
Return the effective diffusivity for k.
Definition at line 121 of file RNGkEpsilon.H.
References RNGkEpsilon::DkEff(), and mu.
Referenced by RNGkEpsilon::DkEff().
tmp<volScalarField> DepsilonEff | ( | ) | const [inline]
|
Return the effective diffusivity for epsilon.
Definition at line 130 of file RNGkEpsilon.H.
References RNGkEpsilon::DepsilonEff(), and mu.
Referenced by RNGkEpsilon::DepsilonEff().
virtual tmp<volScalarField> mut | ( | ) | const [inline, virtual]
|
Return the turbulence viscosity.
Implements RASModel.
Definition at line 139 of file RNGkEpsilon.H.
References RNGkEpsilon::mut().
Referenced by RNGkEpsilon::mut().
virtual tmp<volScalarField> alphaEff | ( | ) | const [inline, virtual]
|
Return the effective turbulent thermal diffusivity.
Implements RASModel.
Definition at line 145 of file RNGkEpsilon.H.
References turbulenceModel::alpha(), and RNGkEpsilon::alphaEff().
Referenced by RNGkEpsilon::alphaEff().
virtual tmp<volScalarField> k | ( | ) | const [inline, virtual]
|
Return the turbulence kinetic energy.
Implements RASModel.
Definition at line 154 of file RNGkEpsilon.H.
virtual tmp<volScalarField> epsilon | ( | ) | const [inline, virtual]
|
Return the turbulence kinetic energy dissipation rate.
Implements RASModel.
Definition at line 160 of file RNGkEpsilon.H.
References RNGkEpsilon::epsilon().
Referenced by RNGkEpsilon::epsilon().
tmp< volSymmTensorField > R | ( | ) | const [virtual]
|
Return the Reynolds stress tensor.
Implements RASModel.
Definition at line 200 of file RNGkEpsilon.C.
References Foam::dev(), Foam::fvc::grad(), Foam::I, IOobject::NO_READ, IOobject::NO_WRITE, and Foam::twoSymm().
tmp< volSymmTensorField > devRhoReff | ( | ) | const [virtual]
|
Return the effective stress tensor including the laminar stress.
Implements RASModel.
Definition at line 221 of file RNGkEpsilon.C.
References Foam::dev(), Foam::fvc::grad(), muEff(), IOobject::NO_READ, IOobject::NO_WRITE, and Foam::twoSymm().
tmp< fvVectorMatrix > divDevRhoReff | ( | volVectorField & | U ) | const [virtual]
|
Return the effective stress tensor including the laminar stress.
Implements RASModel.
Definition at line 241 of file RNGkEpsilon.C.
References Foam::dev2(), Foam::fvc::div(), Foam::fvc::grad(), Foam::fvm::laplacian(), muEff(), and Foam::T().
void correct | ( | ) | [virtual]
|
Solve the turbulence equations and correct the turbulence viscosity.
Implements RASModel.
Definition at line 273 of file RNGkEpsilon.C.
References Foam::bound(), tmp< T >::clear(), correct(), Foam::fvm::ddt(), Foam::dev(), Foam::fvm::div(), Foam::resError::div(), Foam::fvc::grad(), Foam::fvc::interpolate(), Foam::fvm::laplacian(), Foam::mag(), R, Foam::solve(), Foam::fvm::Sp(), Foam::sqr(), Foam::sqrt(), Foam::fvm::SuSp(), and Foam::twoSymm().
bool read | ( | ) | [virtual]
|