![]() |
|
Public Member Functions | |
TypeName ("kEpsilon") | |
Runtime type information. | |
kEpsilon (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport) | |
Construct from components. | |
~kEpsilon () | |
tmp< volScalarField > | nut () 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 > | 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 > | divR (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. |
|
Construct from components.
|
|
Definition at line 94 of file kEpsilon.H. |
|
Solve the turbulence equations and correct the turbulence viscosity.
Implements turbulenceModel. |
|
Return the effective diffusivity for epsilon.
Definition at line 115 of file kEpsilon.H. |
|
Return the source term for the momentum equation.
Implements turbulenceModel. |
|
Return the effective diffusivity for k.
Definition at line 106 of file kEpsilon.H. References nu, and Foam::volScalarField. |
|
Return the turbulence kinetic energy dissipation rate.
Implements turbulenceModel. Definition at line 128 of file kEpsilon.H. References Foam::volVectorField. |
|
Return the turbulence kinetic energy.
Implements turbulenceModel. Definition at line 123 of file kEpsilon.H. |
|
Return the turbulence viscosity.
Implements turbulenceModel. Definition at line 100 of file kEpsilon.H. References nu, and Foam::volScalarField. |
|
Return the Reynolds stress tensor.
Implements turbulenceModel. |
|
Read turbulenceProperties dictionary.
Implements turbulenceModel. |
|
Runtime type information.
|