OpenFOAM logo
Open Source CFD Toolkit

dynMixedSmagorinsky Class Reference

Inheritance diagram for dynMixedSmagorinsky:

Inheritance graph
[legend]
Collaboration diagram for dynMixedSmagorinsky:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("dynMixedSmagorinsky")
 Runtime type information.
 dynMixedSmagorinsky (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport)
 Constructors from components.
 ~dynMixedSmagorinsky ()
tmp< volTensorFieldB () const
 Return B.
tmp< volScalarFieldk () const
 Return SGS kinetic energy.
tmp< volScalarFieldepsilon () const
 Return sub-grid disipation rate.
tmp< fvVectorMatrixdivB (volVectorField &U) const
 Returns div(B).
void correct (const tmp< volTensorField > &gradU)
 Correct Eddy-Viscosity and related properties.
bool read ()
 Read turbulenceProperties dictionary.

Constructor & Destructor Documentation

dynMixedSmagorinsky const volVectorField U,
const surfaceScalarField phi,
transportModel transport
 

Constructors from components.

~dynMixedSmagorinsky  )  [inline]
 

Definition at line 116 of file dynMixedSmagorinsky.H.

References Foam::volVectorField.


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 dynSmagorinsky.

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

Returns div(B).

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

Reimplemented from scaleSimilarity.

tmp<volScalarField> epsilon  )  const [virtual]
 

Return sub-grid disipation rate.

Reimplemented from scaleSimilarity.

tmp<volScalarField> k  )  const [virtual]
 

Return SGS kinetic energy.

Reimplemented from dynSmagorinsky.

bool read  )  [virtual]
 

Read turbulenceProperties dictionary.

Reimplemented from dynSmagorinsky.

TypeName "dynMixedSmagorinsky"   ) 
 

Runtime type information.


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