![]() |
|
Public Member Functions | |
TypeName ("dynMixedSmagorinsky") | |
Runtime type information. | |
dynMixedSmagorinsky (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport) | |
Constructors from components. | |
~dynMixedSmagorinsky () | |
tmp< volTensorField > | B () const |
Return B. | |
tmp< volScalarField > | k () const |
Return SGS kinetic energy. | |
tmp< volScalarField > | epsilon () const |
Return sub-grid disipation rate. | |
tmp< fvVectorMatrix > | divB (volVectorField &U) const |
Returns div(B). | |
void | correct (const tmp< volTensorField > &gradU) |
Correct Eddy-Viscosity and related properties. | |
bool | read () |
Read turbulenceProperties dictionary. |
|
Constructors from components.
|
|
Definition at line 116 of file dynMixedSmagorinsky.H. References Foam::volVectorField. |
|
Return B.
Reimplemented from scaleSimilarity. |
|
Correct Eddy-Viscosity and related properties.
Reimplemented from dynSmagorinsky. |
|
Returns div(B). This is the additional term due to the filtering of the NSE. Reimplemented from scaleSimilarity. |
|
Return sub-grid disipation rate.
Reimplemented from scaleSimilarity. |
|
Return SGS kinetic energy.
Reimplemented from dynSmagorinsky. |
|
Read turbulenceProperties dictionary.
Reimplemented from dynSmagorinsky. |
|
Runtime type information.
|