![]() |
|
Public Member Functions | |
TypeName ("mixedSmagorinsky") | |
Runtime type information. | |
mixedSmagorinsky (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport) | |
Constructor from components. | |
~mixedSmagorinsky () | |
tmp< volTensorField > | B () const |
Return B. | |
tmp< volScalarField > | k () const |
Return the SGS turbulent kinetic energy. | |
tmp< volScalarField > | epsilon () const |
Return the SGS turbulent disipation rate. | |
tmp< volScalarField > | nuSgs () const |
Return the SGS viscosity. | |
tmp< fvVectorMatrix > | divB (volVectorField &U) const |
Implementation of div(B). This is necessary to override. | |
void | correct (const tmp< volTensorField > &gradU) |
Correct Eddy-Viscosity and related properties. | |
bool | read () |
Read turbulenceProperties dictionary. |
|
Constructor from components.
|
|
Definition at line 116 of file mixedSmagorinsky.H. |
|
Return B.
Reimplemented from scaleSimilarity. |
|
Correct Eddy-Viscosity and related properties.
Reimplemented from scaleSimilarity. |
|
Implementation of div(B). This is necessary to override. (and include) the div(B) terms from both the parent classes. Reimplemented from scaleSimilarity. |
|
Return the SGS turbulent disipation rate.
Reimplemented from scaleSimilarity. |
|
Return the SGS turbulent kinetic energy.
Reimplemented from scaleSimilarity. |
|
Return the SGS viscosity.
Reimplemented from GenEddyVisc. Definition at line 132 of file mixedSmagorinsky.H. References Foam::volVectorField. |
|
Read turbulenceProperties dictionary.
Reimplemented from scaleSimilarity. |
|
Runtime type information.
|