![]() |
|
Public Member Functions | |
GenSGSStress (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport) | |
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 > | nuSgs () const |
Return the SGS viscosity. | |
virtual tmp< fvVectorMatrix > | divB (volVectorField &U) const |
Returns div(B). | |
bool | read () |
Read turbulenceProperties dictionary. | |
Protected Attributes | |
dimensionedScalar | ce_ |
scalar | couplingFactor_ |
volTensorField | B_ |
volScalarField | nuSgs_ |
|
Constructor from components.
|
|
Definition at line 98 of file GenSGSStress.H. |
|
Return the SGS stress.
Implements LESmodel. Definition at line 105 of file GenSGSStress.H. References Foam::tr(). |
Here is the call graph for this function:
|
Returns div(B). This is the additional term due to the filtering of the NSE. Implements LESmodel. |
|
Return the SGS turbulent dissipation.
Implements LESmodel. Definition at line 117 of file GenSGSStress.H. |
|
Return the SGS turbulent kinetic energy.
Implements LESmodel. Definition at line 111 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 124 of file GenSGSStress.H. References Foam::volVectorField. |
|
Read turbulenceProperties dictionary.
Implements LESmodel. Reimplemented in DeardorffDiffStress, and LRRDiffStress. |
|
Definition at line 79 of file GenSGSStress.H. |
|
Definition at line 75 of file GenSGSStress.H. |
|
Definition at line 77 of file GenSGSStress.H. |
|
Definition at line 80 of file GenSGSStress.H. |