OpenFOAM logo
Open Source CFD Toolkit

GenSGSStress Class Reference

Inheritance diagram for GenSGSStress:

Inheritance graph
[legend]
Collaboration diagram for GenSGSStress:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 GenSGSStress (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const basicThermo &thermoPhysicalModel)
 Constructor from components.
virtual ~GenSGSStress ()
virtual tmp< volTensorFieldB () const
 Return the SGS stress.
virtual tmp< volScalarFieldk () const
 Return the SGS turbulent kinetic energy.
virtual tmp< volScalarFieldepsilon () const
 Return the SGS turbulent dissipation.
virtual tmp< volScalarFieldmuSgs () const
 Return the SGS viscosity.
virtual tmp< volScalarFieldalphaEff () const
 Return thermal conductivity.
virtual tmp< fvVectorMatrixdivRhoB (volVectorField &U) const
 Returns divergence of B : i.e. the additional term in the.
virtual void correct (const tmp< volTensorField > &gradU)
 Correct Eddy-Viscosity and related properties.
bool read ()
 Read turbulenceProperties dictionary.

Protected Attributes

dimensionedScalar ce_
volTensorField B_
volScalarField muSgs_

Constructor & Destructor Documentation

GenSGSStress const volScalarField rho,
const volVectorField U,
const surfaceScalarField phi,
const basicThermo thermoPhysicalModel
 

Constructor from components.

virtual ~GenSGSStress  )  [inline, virtual]
 

Definition at line 99 of file GenSGSStress.H.


Member Function Documentation

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

Return thermal conductivity.

Implements LESmodel.

Definition at line 131 of file GenSGSStress.H.

References Foam::volVectorField.

virtual tmp<volTensorField> B  )  const [inline, virtual]
 

Return the SGS stress.

Implements LESmodel.

Definition at line 106 of file GenSGSStress.H.

References Foam::tr().

Here is the call graph for this function:

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

Correct Eddy-Viscosity and related properties.

Reimplemented from LESmodel.

Reimplemented in DeardorffDiffStress.

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

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

filtered NSE.

Implements LESmodel.

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

Return the SGS turbulent dissipation.

Implements LESmodel.

Definition at line 118 of file GenSGSStress.H.

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

Return the SGS turbulent kinetic energy.

Implements LESmodel.

Definition at line 112 of file GenSGSStress.H.

References Foam::sqrt(), and Foam::volScalarField.

Here is the call graph for this function:

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

Return the SGS viscosity.

Implements LESmodel.

Definition at line 125 of file GenSGSStress.H.

References Foam::volScalarField.

bool read  )  [virtual]
 

Read turbulenceProperties dictionary.

Implements LESmodel.

Reimplemented in DeardorffDiffStress.


Member Data Documentation

volTensorField B_ [protected]
 

Definition at line 79 of file GenSGSStress.H.

dimensionedScalar ce_ [protected]
 

Definition at line 77 of file GenSGSStress.H.

volScalarField muSgs_ [protected]
 

Definition at line 80 of file GenSGSStress.H.


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