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 volVectorField &U, const surfaceScalarField &phi, transportModel &transport)
 Constructor from components.
 ~laminar ()
tmp< volTensorFieldB () const
 Evaluate B. This is done on the fly : its not usually necessary,.
tmp< volScalarFieldk () const
 Return SGS kinetic energy.
tmp< volScalarFieldepsilon () const
 Return sub-grid disipation rate.
tmp< volScalarFieldnuSgs () const
 Return SGS viscosity.
tmp< volScalarFieldnuEff () const
 Return the effective viscosity.
tmp< fvVectorMatrixdivB (volVectorField &U) const
 Returns divergence of B : i.e. the additional term in the.
bool read ()
 Read turbulenceProperties dictionary.

Constructor & Destructor Documentation

laminar const volVectorField U,
const surfaceScalarField phi,
transportModel transport
 

Constructor from components.

~laminar  )  [inline]
 

Definition at line 90 of file laminar.H.

References Foam::volTensorField.


Member Function Documentation

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

Evaluate B. This is done on the fly : its not usually necessary,.

but will be if we want to compare with experiments or DNS

Implements LESmodel.

Definition at line 100 of file laminar.H.

References Foam::dimensionedTensor.

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

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

filtered NSE.

Implements LESmodel.

tmp<volScalarField> epsilon  )  const [virtual]
 

Return sub-grid disipation rate.

Implements LESmodel.

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

Return SGS kinetic energy.

Implements LESmodel.

Definition at line 124 of file laminar.H.

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

Return the effective viscosity.

Reimplemented from LESmodel.

Definition at line 169 of file laminar.H.

References Foam::volVectorField.

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

Return SGS viscosity.

Implements LESmodel.

Definition at line 148 of file laminar.H.

bool read  )  [virtual]
 

Read turbulenceProperties dictionary.

Implements LESmodel.

TypeName "laminar"   ) 
 

Runtime type information.


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