OpenFOAM logo
Open Source CFD Toolkit

laminar Class Reference

Inheritance diagram for laminar:

Inheritance graph
[legend]
Collaboration diagram for laminar:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TypeName ("laminar")
 Runtime type information.
 laminar (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, basicThermo &thermophysicalModel)
 from components
 ~laminar ()
tmp< volScalarFieldmut () const
 Return the effective viscosity.
tmp< volScalarFieldmuEff () const
 Return the effective viscosity.
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

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

from components

~laminar  )  [inline]
 

Definition at line 86 of file laminar.H.

References Foam::volScalarField.


Member Function Documentation

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

Return the effective turbulent thermal diffusivity.

Implements turbulenceModel.

Definition at line 117 of file laminar.H.

References Foam::volScalarField.

void correct  )  [virtual]
 

Solve the turbulence equations and correct the turbulence viscosity.

Implements turbulenceModel.

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

Return the source term for the momentum equation.

Implements turbulenceModel.

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

Return the turbulence kinetic energy dissipation rate.

Implements turbulenceModel.

Definition at line 142 of file laminar.H.

References Foam::dimensionedScalar.

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

Return the turbulence kinetic energy.

Implements turbulenceModel.

Definition at line 122 of file laminar.H.

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

Return the effective viscosity.

Reimplemented from turbulenceModel.

Definition at line 112 of file laminar.H.

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

Return the effective viscosity.

Implements turbulenceModel.

Definition at line 92 of file laminar.H.

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

Return the Reynolds stress tensor.

Implements turbulenceModel.

Definition at line 165 of file laminar.H.

References Foam::dimensionedTensor.

bool read  )  [virtual]
 

Read turbulenceProperties dictionary.

Implements turbulenceModel.

TypeName "laminar"   ) 
 

Runtime type information.


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