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