OpenFOAM logo
Open Source CFD Toolkit

scaleSimilarity Class Reference

Inheritance diagram for scaleSimilarity:

Inheritance graph
[legend]
Collaboration diagram for scaleSimilarity:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("scaleSimilarity")
 Runtime type information.
 scaleSimilarity (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport)
 Construct from components.
 ~scaleSimilarity ()
tmp< volTensorFieldB () const
 Return B.
tmp< volScalarFieldk () const
 Return the SGS turbulent kinetic energy.
tmp< volScalarFieldepsilon () const
 Return the SGS turbulent dissipation.
tmp< fvVectorMatrixdivB (volVectorField &U) const
 Returns div(B).
tmp< volVectorFielddivB () const
 Actual implementation of the SGS source term in the NSE.
void correct (const tmp< volTensorField > &)
 Correct Eddy-Viscosity and related properties.
bool read ()
 Read turbulenceProperties dictionary.

Constructor & Destructor Documentation

scaleSimilarity const volVectorField U,
const surfaceScalarField phi,
transportModel transport
 

Construct from components.

~scaleSimilarity  ) 
 


Member Function Documentation

tmp<volTensorField> B  )  const [virtual]
 

Return B.

Implements LESmodel.

Reimplemented in dynMixedSmagorinsky, and mixedSmagorinsky.

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

Correct Eddy-Viscosity and related properties.

Reimplemented from LESmodel.

Reimplemented in dynMixedSmagorinsky, and mixedSmagorinsky.

tmp<volVectorField> divB  )  const
 

Actual implementation of the SGS source term in the NSE.

arising from the scale similarity model.

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

Returns div(B).

This is the additional term due to the filtering of the NSE.

Implements LESmodel.

Reimplemented in dynMixedSmagorinsky, and mixedSmagorinsky.

tmp<volScalarField> epsilon  )  const [virtual]
 

Return the SGS turbulent dissipation.

Implements LESmodel.

Reimplemented in dynMixedSmagorinsky, and mixedSmagorinsky.

tmp<volScalarField> k  )  const [virtual]
 

Return the SGS turbulent kinetic energy.

Implements LESmodel.

Reimplemented in dynMixedSmagorinsky, and mixedSmagorinsky.

bool read  )  [virtual]
 

Read turbulenceProperties dictionary.

Implements LESmodel.

Reimplemented in dynMixedSmagorinsky, and mixedSmagorinsky.

TypeName "scaleSimilarity"   ) 
 

Runtime type information.


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