![]() |
|
Public Member Functions | |
GenEddyVisc (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport) | |
Construct from components. | |
virtual | ~GenEddyVisc () |
virtual tmp< volTensorField > | B () const |
Evaluate B. This is done on the fly : its not usually necessary,. | |
virtual tmp< volScalarField > | k () const =0 |
Return SGS kinetic energy. | |
virtual tmp< volScalarField > | epsilon () const |
Return sub-grid disipation rate. | |
virtual tmp< volScalarField > | nuSgs () const |
Return the SGS viscosity. | |
virtual tmp< fvVectorMatrix > | divB (volVectorField &U) const |
Returns divergence of B : i.e. the additional term in the. | |
virtual void | correct (const tmp< volTensorField > &gradU) |
Correct Eddy-Viscosity and related properties. | |
bool | read () |
Read turbulenceProperties dictionary. | |
Protected Attributes | |
dimensionedScalar | ce_ |
volScalarField | nuSgs_ |
|
Construct from components.
|
|
Definition at line 96 of file GenEddyVisc.H. |
|
Evaluate B. This is done on the fly : its not usually necessary,. but will be if we want to compare with experiments or DNS Implements LESmodel. Reimplemented in dynMixedSmagorinsky, mixedSmagorinsky, and Smagorinsky2. |
|
Correct Eddy-Viscosity and related properties.
Reimplemented from LESmodel. Reimplemented in dynMixedSmagorinsky, dynOneEqEddy, dynSmagorinsky, locDynOneEqEddy, mixedSmagorinsky, oneEqEddy, Smagorinsky, and spectEddyVisc. |
|
Returns divergence of B : i.e. the additional term in the. filtered NSE. Implements LESmodel. Reimplemented in dynMixedSmagorinsky, mixedSmagorinsky, and Smagorinsky2. |
|
Return sub-grid disipation rate.
Implements LESmodel. Reimplemented in dynMixedSmagorinsky, and mixedSmagorinsky. Definition at line 112 of file GenEddyVisc.H. |
|
Return SGS kinetic energy.
Implements LESmodel. Implemented in dynMixedSmagorinsky, dynOneEqEddy, dynSmagorinsky, locDynOneEqEddy, mixedSmagorinsky, oneEqEddy, Smagorinsky, and spectEddyVisc. |
|
Return the SGS viscosity.
Implements LESmodel. Reimplemented in mixedSmagorinsky. Definition at line 118 of file GenEddyVisc.H. |
|
Read turbulenceProperties dictionary.
Implements LESmodel. Reimplemented in dynMixedSmagorinsky, dynOneEqEddy, dynSmagorinsky, locDynOneEqEddy, mixedSmagorinsky, oneEqEddy, Smagorinsky, Smagorinsky2, and spectEddyVisc. |
|
Definition at line 76 of file GenEddyVisc.H. |
|
Definition at line 78 of file GenEddyVisc.H. |