![]() |
|
Public Member Functions | |
TypeName ("realizableKE") | |
Runtime type information. | |
realizableKE (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, basicThermo &thermophysicalModel) | |
from components | |
~realizableKE () | |
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 117 of file realizableKE.H. |
|
Return the effective turbulent thermal diffusivity.
Implements turbulenceModel. Definition at line 146 of file realizableKE.H. |
|
Solve the turbulence equations and correct the turbulence viscosity.
Implements turbulenceModel. |
|
Return the effective diffusivity for epsilon.
Definition at line 137 of file realizableKE.H. References Foam::volScalarField. |
|
Return the source term for the momentum equation.
Implements turbulenceModel. |
|
|
|
Return the effective diffusivity for k.
Definition at line 128 of file realizableKE.H. References Foam::volScalarField. |
|
Return the turbulence kinetic energy dissipation rate.
Implements turbulenceModel. Definition at line 159 of file realizableKE.H. References Foam::volScalarField, and Foam::volVectorField. |
|
Return the turbulence kinetic energy.
Implements turbulenceModel. Definition at line 154 of file realizableKE.H. |
|
Return the effective viscosity.
Implements turbulenceModel. Definition at line 122 of file realizableKE.H. References Foam::volScalarField. |
|
Return the Reynolds stress tensor.
Implements turbulenceModel. |
|
Read turbulenceProperties dictionary.
Implements turbulenceModel. |
|
Runtime type information.
|