![]() |
|
Public Member Functions | |
TypeName ("laminar") | |
Runtime type information. | |
laminar (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport) | |
from components | |
~laminar () | |
tmp< volScalarField > | nut () const |
Return the turbulence viscosity. | |
tmp< volScalarField > | nuEff () const |
Return the effective viscosity. | |
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 83 of file laminar.H. References Foam::volScalarField. |
|
Solve the turbulence equations and correct the turbulence viscosity.
Implements turbulenceModel. |
|
Return the source term for the momentum equation.
Implements turbulenceModel. |
|
Return the turbulence kinetic energy dissipation rate.
Implements turbulenceModel. Definition at line 134 of file laminar.H. References Foam::dimensionedScalar. |
|
Return the turbulence kinetic energy.
Implements turbulenceModel. |
|
Return the effective viscosity.
Reimplemented from turbulenceModel. Definition at line 109 of file laminar.H. References Foam::volScalarField. |
|
Return the turbulence viscosity.
Implements turbulenceModel. |
|
Return the Reynolds stress tensor.
Implements turbulenceModel. Definition at line 157 of file laminar.H. References Foam::dimensionedTensor. |
|
Read turbulenceProperties dictionary.
Implements turbulenceModel. |
|
Runtime type information.
|