![]() |
|
Public Member Functions | |
TypeName ("SpalartAllmaras") | |
Runtime type information. | |
SpalartAllmaras (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const basicThermo &thermoPhysicalModel) | |
Constructor from components. | |
~SpalartAllmaras () | |
tmp< volTensorField > | B () const |
Evaluate B. This is done on the fly : its not usually necessary,. | |
tmp< volScalarField > | k () const |
Return SGS kinetic energy. | |
tmp< volScalarField > | epsilon () const |
Return sub-grid disipation rate. | |
tmp< volScalarField > | nuTilda () const |
tmp< volScalarField > | muSgs () const |
Return SGS viscosity. | |
virtual tmp< volScalarField > | alphaEff () const |
Return thermal conductivity. | |
tmp< fvVectorMatrix > | divRhoB (volVectorField &U) const |
Returns divergence of B : i.e. the additional term in the. | |
void | correct (const tmp< volTensorField > &gradU) |
Correct nuTilda and related properties. | |
bool | read () |
Read turbulenceProperties dictionary. |
|
Constructor from components.
|
|
Definition at line 114 of file SpalartAllmaras.H. |
|
Return thermal conductivity.
Implements LESmodel. Definition at line 147 of file SpalartAllmaras.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 nuTilda and related properties.
Reimplemented from LESmodel. |
|
Returns divergence of B : i.e. the additional term in the. filtered NSE. Implements LESmodel. |
|
Return sub-grid disipation rate.
Implements LESmodel. |
|
Return SGS kinetic energy.
Implements LESmodel. Definition at line 127 of file SpalartAllmaras.H. |
|
Return SGS viscosity.
Implements LESmodel. Definition at line 141 of file SpalartAllmaras.H. |
|
Definition at line 135 of file SpalartAllmaras.H. |
|
Read turbulenceProperties dictionary.
Implements LESmodel. |
|
Runtime type information.
|