OpenFOAM logo
Open Source CFD Toolkit

realizableKE Class Reference

Inheritance diagram for realizableKE:

Inheritance graph
[legend]
Collaboration diagram for realizableKE:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("realizableKE")
 Runtime type information.
 realizableKE (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, basicThermo &thermophysicalModel)
 from components
 ~realizableKE ()
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.
tmp< fvScalarMatrixdivRhoUh (volScalarField &h) const
void correct ()
 Solve the turbulence equations and correct the turbulence viscosity.
bool read ()
 Read turbulenceProperties dictionary.

Constructor & Destructor Documentation

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

from components

~realizableKE  )  [inline]
 

Definition at line 117 of file realizableKE.H.


Member Function Documentation

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

Return the effective turbulent thermal diffusivity.

Implements turbulenceModel.

Definition at line 146 of file realizableKE.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 137 of file realizableKE.H.

References Foam::volScalarField.

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

Return the source term for the momentum equation.

Implements turbulenceModel.

tmp<fvScalarMatrix> divRhoUh volScalarField h  )  const
 

tmp<volScalarField> DkEff  )  const [inline]
 

Return the effective diffusivity for k.

Definition at line 128 of file realizableKE.H.

References Foam::volScalarField.

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

Return the turbulence kinetic energy dissipation rate.

Implements turbulenceModel.

Definition at line 159 of file realizableKE.H.

References Foam::volScalarField, and Foam::volVectorField.

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

Return the turbulence kinetic energy.

Implements turbulenceModel.

Definition at line 154 of file realizableKE.H.

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

Return the effective viscosity.

Implements turbulenceModel.

Definition at line 122 of file realizableKE.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 "realizableKE"   ) 
 

Runtime type information.


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