OpenFOAM logo
Open Source CFD Toolkit

LaunderSharmaKE Class Reference

Inheritance diagram for LaunderSharmaKE:

Inheritance graph
[legend]
Collaboration diagram for LaunderSharmaKE:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("LaunderSharmaKE")
 Runtime type information.
 LaunderSharmaKE (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport)
 from components
 ~LaunderSharmaKE ()
tmp< volScalarFieldnut () const
 Return the turbulence viscosity.
tmp< volScalarFieldDkEff () const
 Return the effective diffusivity for k.
tmp< volScalarFieldDepsilonEff () const
 Return the effective diffusivity for epsilon.
tmp< volScalarFieldk () const
 Return the turbulence kinetic energy.
tmp< volScalarFieldepsilon () const
 Note that epsilonTilda is returned as epsilon.
tmp< volTensorFieldR () const
 Return the Reynolds stress tensor.
tmp< fvVectorMatrixdivR (volVectorField &U) const
 Return the source term for the momentum equation.
void correct ()
 Solve the turbulence equations and correct the turbulence viscosity.
bool read ()
 Read turbulenceProperties dictionary.

Constructor & Destructor Documentation

LaunderSharmaKE const volVectorField U,
const surfaceScalarField phi,
transportModel transport
 

from components

~LaunderSharmaKE  )  [inline]
 

Definition at line 101 of file LaunderSharmaKE.H.


Member Function Documentation

void correct  )  [virtual]
 

Solve the turbulence equations and correct the turbulence viscosity.

Implements turbulenceModel.

tmp<volScalarField> DepsilonEff  )  const [inline]
 

Return the effective diffusivity for epsilon.

Definition at line 121 of file LaunderSharmaKE.H.

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

Return the source term for the momentum equation.

Implements turbulenceModel.

tmp<volScalarField> DkEff  )  const [inline]
 

Return the effective diffusivity for k.

Definition at line 112 of file LaunderSharmaKE.H.

References nu, and Foam::volScalarField.

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

Note that epsilonTilda is returned as epsilon.

This is the appropriate variable for most purposes.

Implements turbulenceModel.

Definition at line 138 of file LaunderSharmaKE.H.

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

Return the turbulence kinetic energy.

Implements turbulenceModel.

Definition at line 129 of file LaunderSharmaKE.H.

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

Return the turbulence viscosity.

Implements turbulenceModel.

Definition at line 106 of file LaunderSharmaKE.H.

References nu, and Foam::volScalarField.

tmp<volTensorField> R  )  const [virtual]
 

Return the Reynolds stress tensor.

Implements turbulenceModel.

bool read  )  [virtual]
 

Read turbulenceProperties dictionary.

Implements turbulenceModel.

TypeName "LaunderSharmaKE"   ) 
 

Runtime type information.


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