![]() |
|
Public Member Functions | |
GenEddyVisc (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const basicThermo &thermoPhysicalModel) | |
Construct from components. | |
virtual | ~GenEddyVisc () |
virtual tmp< volTensorField > | B () const |
Evaluate B. This is done on the fly : its not usually necessary,. | |
virtual tmp< volScalarField > | k () const |
Return SGS kinetic energy. | |
virtual tmp< volScalarField > | epsilon () const |
Return sub-grid disipation rate. | |
virtual tmp< volScalarField > | muSgs () const |
Return 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_ |
volScalarField | k_ |
volScalarField | muSgs_ |
|
Construct from components.
|
|
Definition at line 100 of file GenEddyVisc.H. |
|
Return thermal conductivity.
Implements LESmodel. Definition at line 131 of file GenEddyVisc.H. References Foam::volVectorField. |
|
Evaluate B. This is done on the fly : its not usually necessary,. but will be if we want to compare with experiments or DNS Implements LESmodel. |
|
Correct Eddy-Viscosity and related properties.
Reimplemented from LESmodel. Reimplemented in dynOneEqEddy, lowReOneEqEddy, oneEqEddy, and Smagorinsky. |
|
Returns divergence of B : i.e. the additional term in the. filtered NSE. Implements LESmodel. |
|
Return sub-grid disipation rate.
Implements LESmodel. Definition at line 119 of file GenEddyVisc.H. |
|
Return SGS kinetic energy.
Implements LESmodel. Definition at line 113 of file GenEddyVisc.H. |
|
Return viscosity.
Implements LESmodel. Definition at line 125 of file GenEddyVisc.H. |
|
Read turbulenceProperties dictionary.
Implements LESmodel. Reimplemented in dynOneEqEddy, lowReOneEqEddy, oneEqEddy, and Smagorinsky. |
|
Definition at line 78 of file GenEddyVisc.H. |
|
Definition at line 80 of file GenEddyVisc.H. |
|
Definition at line 81 of file GenEddyVisc.H. |