OpenFOAM logo
Open Source CFD Toolkit

kEpsilon Class Reference

Inheritance diagram for kEpsilon:

Inheritance graph
[legend]
Collaboration diagram for kEpsilon:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("kEpsilon")
 Runtime type information.
 kEpsilon (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, basicThermo &thermophysicalModel)
 from components
 ~kEpsilon ()
tmp< volScalarFieldmut () const
 Return the effective viscosity.
tmp< volScalarFieldDkEff () const
 Return the effective diffusivity for k.
tmp< volScalarFieldDepsilonEff () const
 Return the effective diffusivity for epsilon.
tmp< volScalarFieldalphaEff () const
 Return the effective turbulent thermal diffusivity.
tmp< volScalarFieldk () const
 Return the turbulence kinetic energy.
tmp< volScalarFieldepsilon () const
 Return the turbulence kinetic energy dissipation rate.
tmp< volTensorFieldR () const
 Return the Reynolds stress tensor.
tmp< fvVectorMatrixdivRhoR (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

kEpsilon const volScalarField rho,
const volVectorField U,
const surfaceScalarField phi,
basicThermo thermophysicalModel
 

from components

~kEpsilon  )  [inline]
 

Definition at line 100 of file kEpsilon.H.


Member Function Documentation

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

Return the effective turbulent thermal diffusivity.

Implements turbulenceModel.

Definition at line 130 of file kEpsilon.H.

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 kEpsilon.H.

References Foam::volScalarField.

tmp<fvVectorMatrix> divRhoR 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 kEpsilon.H.

References Foam::volScalarField.

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

Return the turbulence kinetic energy dissipation rate.

Implements turbulenceModel.

Definition at line 143 of file kEpsilon.H.

References Foam::volVectorField.

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

Return the turbulence kinetic energy.

Implements turbulenceModel.

Definition at line 138 of file kEpsilon.H.

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

Return the effective viscosity.

Implements turbulenceModel.

Definition at line 106 of file kEpsilon.H.

References Foam::volScalarField.

tmp<volTensorField> R  )  const [virtual]
 

Return the Reynolds stress tensor.

Implements turbulenceModel.

bool read  )  [virtual]
 

Read turbulenceProperties dictionary.

Implements turbulenceModel.

TypeName "kEpsilon"   ) 
 

Runtime type information.


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