![]() |
|
Public Member Functions | |
TypeName ("RNGkEpsilon") | |
Runtime type information. | |
RNGkEpsilon (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, basicThermo &thermophysicalModel) | |
from components | |
~RNGkEpsilon () | |
tmp< volScalarField > | mut () const |
Return the effective 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< volTensorField > | R () const |
Return the Reynolds stress tensor. | |
tmp< fvVectorMatrix > | divRhoR (volVectorField &U) const |
Return the source term for the momentum equation. | |
tmp< fvScalarMatrix > | divRhoUh (volScalarField &h) const |
void | correct () |
Solve the turbulence equations and correct the turbulence viscosity. | |
bool | read () |
Read turbulenceProperties dictionary. |
|
from components
|
|
Definition at line 102 of file RNGkEpsilon.H. |
|
Return the effective turbulent thermal diffusivity.
Implements turbulenceModel. Definition at line 131 of file RNGkEpsilon.H. |
|
Solve the turbulence equations and correct the turbulence viscosity.
Implements turbulenceModel. |
|
Return the effective diffusivity for epsilon.
Definition at line 122 of file RNGkEpsilon.H. References Foam::volScalarField. |
|
Return the source term for the momentum equation.
Implements turbulenceModel. |
|
|
|
Return the effective diffusivity for k.
Definition at line 113 of file RNGkEpsilon.H. References Foam::volScalarField. |
|
Return the turbulence kinetic energy dissipation rate.
Implements turbulenceModel. Definition at line 144 of file RNGkEpsilon.H. References Foam::volScalarField, and Foam::volVectorField. |
|
Return the turbulence kinetic energy.
Implements turbulenceModel. Definition at line 139 of file RNGkEpsilon.H. |
|
Return the effective viscosity.
Implements turbulenceModel. Definition at line 107 of file RNGkEpsilon.H. References Foam::volScalarField. |
|
Return the Reynolds stress tensor.
Implements turbulenceModel. |
|
Read turbulenceProperties dictionary.
Implements turbulenceModel. |
|
Runtime type information.
|