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