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