FreeFOAM The Cross-Platform CFD Toolkit
Hosted by SourceForge:
Get FreeFOAM at SourceForge.net.
            Fast, secure and Free Open Source software downloads

laminar Class Reference

Dummy turbulence model for laminar incompressible flow. More...

#include <incompressibleRASModels/laminar.H>


Detailed Description

Dummy turbulence model for laminar incompressible flow.

Source files

Definition at line 53 of file laminar.H.

Inheritance diagram for laminar:
Collaboration diagram for laminar:

List of all members.

Public Member Functions

 TypeName ("laminar")
 Runtime type information.
 laminar (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport)
 Construct from components.
virtual  ~laminar ()
 Destructor.
virtual tmp< volScalarField >  nut () const
 Return the turbulence viscosity, i.e. 0 for laminar flow.
virtual tmp< volScalarField >  nuEff () const
 Return the effective viscosity, i.e. the laminar viscosity.
virtual tmp< volScalarField >  k () const
 Return the turbulence kinetic energy, i.e. 0 for laminar flow.
virtual tmp< volScalarField >  epsilon () const
 Return the turbulence kinetic energy dissipation rate,.
virtual tmp< volSymmTensorField >  R () const
 Return the Reynolds stress tensor, i.e. 0 for laminar flow.
virtual tmp< volSymmTensorField >  devReff () const
 Return the effective stress tensor, i.e. the laminar stress.
virtual tmp< fvVectorMatrix >  divDevReff (volVectorField &U) const
 Return the source term for the momentum equation.
virtual void  correct ()
 Correct the laminar viscosity.
virtual bool  read ()
 Read RASProperties dictionary.

Constructor & Destructor Documentation

laminar ( const volVectorField &   U,
const surfaceScalarField &   phi,
transportModel &   transport  
)

Construct from components.

Definition at line 46 of file laminar.C.

virtual ~laminar (  ) [inline, virtual]

Destructor.

Definition at line 75 of file laminar.H.


Member Function Documentation

TypeName ( "laminar"    )

Runtime type information.

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

Return the effective viscosity, i.e. the laminar viscosity.

Reimplemented from incompressible::RASModel.

Definition at line 85 of file laminar.H.

References incompressible::turbulenceModel::nu().

Referenced by laminar::divDevReff().

tmp< fvVectorMatrix > divDevReff ( volVectorField &   U  ) const [virtual]

Return the source term for the momentum equation.

Implements incompressible::RASModel.

Definition at line 168 of file laminar.C.

References Foam::dev(), Foam::fvc::div(), Foam::fvc::grad(), Foam::fvm::laplacian(), laminar::nuEff(), and Foam::T().

void correct (  ) [virtual]

Correct the laminar viscosity.

Implements incompressible::RASModel.

Definition at line 184 of file laminar.C.

bool read (  ) [virtual]

Read RASProperties dictionary.

Implements incompressible::RASModel.

Definition at line 178 of file laminar.C.


The documentation for this class was generated from the following files:
  • src/turbulenceModels/incompressible/RAS/laminar/laminar.H
  • src/turbulenceModels/incompressible/RAS/laminar/laminar.C