OpenFOAM logo
Open Source CFD Toolkit

SpalartAllmaras Class Reference

Inheritance diagram for SpalartAllmaras:

Inheritance graph
[legend]
Collaboration diagram for SpalartAllmaras:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("SpalartAllmaras")
 Runtime type information.
 SpalartAllmaras (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport)
 Constructor from components.
 ~SpalartAllmaras ()
tmp< volTensorFieldB () const
 Evaluate B. This is done on the fly : its not usually necessary,.
tmp< volScalarFieldk () const
 Return SGS kinetic energy.
tmp< volScalarFieldepsilon () const
 Return sub-grid disipation rate.
tmp< volScalarFieldnuTilda () const
tmp< volScalarFieldnuSgs () const
 Return SGS viscosity.
tmp< fvVectorMatrixdivB (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 & Destructor Documentation

SpalartAllmaras const volVectorField U,
const surfaceScalarField phi,
transportModel transport
 

Constructor from components.

~SpalartAllmaras  )  [inline]
 

Definition at line 114 of file SpalartAllmaras.H.


Member Function Documentation

tmp<volTensorField> B  )  const [virtual]
 

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.

void correct const tmp< volTensorField > &  gradU  )  [virtual]
 

Correct nuTilda and related properties.

Reimplemented from LESmodel.

tmp<fvVectorMatrix> divB volVectorField U  )  const [virtual]
 

Returns divergence of B : i.e. the additional term in the.

filtered NSE.

Implements LESmodel.

tmp<volScalarField> epsilon  )  const [virtual]
 

Return sub-grid disipation rate.

Implements LESmodel.

tmp<volScalarField> k  )  const [inline, virtual]
 

Return SGS kinetic energy.

Implements LESmodel.

Definition at line 127 of file SpalartAllmaras.H.

tmp<volScalarField> nuSgs  )  const [inline, virtual]
 

Return SGS viscosity.

Implements LESmodel.

Definition at line 141 of file SpalartAllmaras.H.

tmp<volScalarField> nuTilda  )  const [inline]
 

Definition at line 135 of file SpalartAllmaras.H.

bool read  )  [virtual]
 

Read turbulenceProperties dictionary.

Implements LESmodel.

TypeName "SpalartAllmaras"   ) 
 

Runtime type information.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org