![]() |
|
Public Member Functions | |
TypeName ("scaleSimilarity") | |
Runtime type information. | |
scaleSimilarity (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport) | |
Construct from components. | |
~scaleSimilarity () | |
tmp< volTensorField > | B () const |
Return B. | |
tmp< volScalarField > | k () const |
Return the SGS turbulent kinetic energy. | |
tmp< volScalarField > | epsilon () const |
Return the SGS turbulent dissipation. | |
tmp< fvVectorMatrix > | divB (volVectorField &U) const |
Returns div(B). | |
tmp< volVectorField > | divB () const |
Actual implementation of the SGS source term in the NSE. | |
void | correct (const tmp< volTensorField > &) |
Correct Eddy-Viscosity and related properties. | |
bool | read () |
Read turbulenceProperties dictionary. |
|
Construct from components.
|
|
|
|
Return B.
Implements LESmodel. Reimplemented in dynMixedSmagorinsky, and mixedSmagorinsky. |
|
Correct Eddy-Viscosity and related properties.
Reimplemented from LESmodel. Reimplemented in dynMixedSmagorinsky, and mixedSmagorinsky. |
|
Actual implementation of the SGS source term in the NSE. arising from the scale similarity model. |
|
Returns div(B). This is the additional term due to the filtering of the NSE. Implements LESmodel. Reimplemented in dynMixedSmagorinsky, and mixedSmagorinsky. |
|
Return the SGS turbulent dissipation.
Implements LESmodel. Reimplemented in dynMixedSmagorinsky, and mixedSmagorinsky. |
|
Return the SGS turbulent kinetic energy.
Implements LESmodel. Reimplemented in dynMixedSmagorinsky, and mixedSmagorinsky. |
|
Read turbulenceProperties dictionary.
Implements LESmodel. Reimplemented in dynMixedSmagorinsky, and mixedSmagorinsky. |
|
Runtime type information.
|