OpenFOAM logo
Open Source CFD Toolkit

Smagorinsky Class Reference

Inheritance diagram for Smagorinsky:

Inheritance graph
[legend]
Collaboration diagram for Smagorinsky:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("Smagorinsky")
 Runtime type information.
 Smagorinsky (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport)
 Construct from components.
 ~Smagorinsky ()
tmp< volScalarFieldk (const tmp< volTensorField > &gradU) const
 Return SGS kinetic energy.
tmp< volScalarFieldk () const
 Return SGS kinetic energy.
virtual void correct (const tmp< volTensorField > &gradU)
 Correct Eddy-Viscosity and related properties.
virtual bool read ()
 Read turbulenceProperties dictionary.

Constructor & Destructor Documentation

Smagorinsky const volVectorField U,
const surfaceScalarField phi,
transportModel transport
 

Construct from components.

~Smagorinsky  )  [inline]
 

Definition at line 107 of file Smagorinsky.H.

References Foam::dev(), Foam::magSqr(), Foam::sqr(), and Foam::symm().

Here is the call graph for this function:


Member Function Documentation

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

Correct Eddy-Viscosity and related properties.

Reimplemented from GenEddyVisc.

Reimplemented in mixedSmagorinsky.

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

Return SGS kinetic energy.

Implements GenEddyVisc.

Reimplemented in mixedSmagorinsky.

Definition at line 123 of file Smagorinsky.H.

tmp<volScalarField> k const tmp< volTensorField > &  gradU  )  const [inline]
 

Return SGS kinetic energy.

calculated from the given velocity gradient

Definition at line 117 of file Smagorinsky.H.

virtual bool read  )  [virtual]
 

Read turbulenceProperties dictionary.

Reimplemented from GenEddyVisc.

Reimplemented in mixedSmagorinsky, and Smagorinsky2.

TypeName "Smagorinsky"   ) 
 

Runtime type information.


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