![]() |
|
Public Member Functions | |
TypeName ("SpalartAllmaras") | |
Runtime type information. | |
SpalartAllmaras (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport) | |
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 > | nuSgs () const |
Return SGS viscosity. | |
tmp< fvVectorMatrix > | divB (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. |
|
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.
|