![]() |
|
Public Member Functions | |
GenSGSStress (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const basicThermo &thermoPhysicalModel) | |
Constructor from components. | |
virtual | ~GenSGSStress () |
virtual tmp< volTensorField > | B () const |
Return the SGS stress. | |
virtual tmp< volScalarField > | k () const |
Return the SGS turbulent kinetic energy. | |
virtual tmp< volScalarField > | epsilon () const |
Return the SGS turbulent dissipation. | |
virtual tmp< volScalarField > | muSgs () const |
Return the SGS viscosity. | |
virtual tmp< volScalarField > | alphaEff () const |
Return thermal conductivity. | |
virtual tmp< fvVectorMatrix > | divRhoB (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_ |
volTensorField | B_ |
volScalarField | muSgs_ |
|
Constructor from components.
|
|
Definition at line 99 of file GenSGSStress.H. |
|
Return thermal conductivity.
Implements LESmodel. Definition at line 131 of file GenSGSStress.H. References Foam::volVectorField. |
|
Return the SGS stress.
Implements LESmodel. Definition at line 106 of file GenSGSStress.H. References Foam::tr(). |
Here is the call graph for this function:
|
Correct Eddy-Viscosity and related properties.
Reimplemented from LESmodel. Reimplemented in DeardorffDiffStress. |
|
Returns divergence of B : i.e. the additional term in the. filtered NSE. Implements LESmodel. |
|
Return the SGS turbulent dissipation.
Implements LESmodel. Definition at line 118 of file GenSGSStress.H. |
|
Return the SGS turbulent kinetic energy.
Implements LESmodel. Definition at line 112 of file GenSGSStress.H. References Foam::sqrt(), and Foam::volScalarField. |
Here is the call graph for this function:
|
Return the SGS viscosity.
Implements LESmodel. Definition at line 125 of file GenSGSStress.H. References Foam::volScalarField. |
|
Read turbulenceProperties dictionary.
Implements LESmodel. Reimplemented in DeardorffDiffStress. |
|
Definition at line 79 of file GenSGSStress.H. |
|
Definition at line 77 of file GenSGSStress.H. |
|
Definition at line 80 of file GenSGSStress.H. |