OpenFOAM logo
Open Source CFD Toolkit

mixedSmagorinsky Class Reference

Inheritance diagram for mixedSmagorinsky:

Inheritance graph
[legend]
Collaboration diagram for mixedSmagorinsky:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("mixedSmagorinsky")
 Runtime type information.
 mixedSmagorinsky (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport)
 Constructor from components.
 ~mixedSmagorinsky ()
tmp< volTensorFieldB () const
 Return B.
tmp< volScalarFieldk () const
 Return the SGS turbulent kinetic energy.
tmp< volScalarFieldepsilon () const
 Return the SGS turbulent disipation rate.
tmp< volScalarFieldnuSgs () const
 Return the SGS viscosity.
tmp< fvVectorMatrixdivB (volVectorField &U) const
 Implementation of div(B). This is necessary to override.
void correct (const tmp< volTensorField > &gradU)
 Correct Eddy-Viscosity and related properties.
bool read ()
 Read turbulenceProperties dictionary.

Constructor & Destructor Documentation

mixedSmagorinsky const volVectorField U,
const surfaceScalarField phi,
transportModel transport
 

Constructor from components.

~mixedSmagorinsky  )  [inline]
 

Definition at line 116 of file mixedSmagorinsky.H.


Member Function Documentation

tmp<volTensorField> B  )  const [virtual]
 

Return B.

Reimplemented from scaleSimilarity.

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

Correct Eddy-Viscosity and related properties.

Reimplemented from scaleSimilarity.

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

Implementation of div(B). This is necessary to override.

(and include) the div(B) terms from both the parent classes.

Reimplemented from scaleSimilarity.

tmp<volScalarField> epsilon  )  const [virtual]
 

Return the SGS turbulent disipation rate.

Reimplemented from scaleSimilarity.

tmp<volScalarField> k  )  const [virtual]
 

Return the SGS turbulent kinetic energy.

Reimplemented from scaleSimilarity.

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

Return the SGS viscosity.

Reimplemented from GenEddyVisc.

Definition at line 132 of file mixedSmagorinsky.H.

References Foam::volVectorField.

bool read  )  [virtual]
 

Read turbulenceProperties dictionary.

Reimplemented from scaleSimilarity.

TypeName "mixedSmagorinsky"   ) 
 

Runtime type information.


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