![]() |
|
Public Member Functions | |
TypeName ("Smagorinsky") | |
Runtime type information. | |
Smagorinsky (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport) | |
Construct from components. | |
~Smagorinsky () | |
tmp< volScalarField > | k (const tmp< volTensorField > &gradU) const |
Return SGS kinetic energy. | |
tmp< volScalarField > | k () const |
Return SGS kinetic energy. | |
virtual void | correct (const tmp< volTensorField > &gradU) |
Correct Eddy-Viscosity and related properties. | |
virtual bool | read () |
Read turbulenceProperties dictionary. |
|
Construct from components.
|
|
Definition at line 107 of file Smagorinsky.H. References Foam::dev(), Foam::magSqr(), Foam::sqr(), and Foam::symm(). |
Here is the call graph for this function:
|
Correct Eddy-Viscosity and related properties.
Reimplemented from GenEddyVisc. Reimplemented in mixedSmagorinsky. |
|
Return SGS kinetic energy.
Implements GenEddyVisc. Reimplemented in mixedSmagorinsky. Definition at line 123 of file Smagorinsky.H. |
|
Return SGS kinetic energy. calculated from the given velocity gradient Definition at line 117 of file Smagorinsky.H. |
|
Read turbulenceProperties dictionary.
Reimplemented from GenEddyVisc. Reimplemented in mixedSmagorinsky, and Smagorinsky2. |
|
Runtime type information.
|