![]() |
|
Public Member Functions | |
TypeName ("oneEqEddy") | |
Runtime type information. | |
oneEqEddy (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport) | |
Constructor from components. | |
~oneEqEddy () | |
tmp< volScalarField > | k () const |
Return SGS kinetic energy. | |
tmp< volScalarField > | DkEff () const |
Return the effective diffusivity for k. | |
void | correct (const tmp< volTensorField > &gradU) |
Correct Eddy-Viscosity and related properties. | |
bool | read () |
Read turbulenceProperties dictionary. |
|
Constructor from components.
|
|
Definition at line 114 of file oneEqEddy.H. |
|
Correct Eddy-Viscosity and related properties.
Reimplemented from GenEddyVisc. |
|
Return the effective diffusivity for k.
Definition at line 127 of file oneEqEddy.H. |
|
Return SGS kinetic energy.
Implements GenEddyVisc. Definition at line 121 of file oneEqEddy.H. References nu, and Foam::volScalarField. |
|
Read turbulenceProperties dictionary.
Reimplemented from GenEddyVisc. |
|
Runtime type information.
|