OpenFOAM logo
The Open Source CFD Toolbox
  Source Guide OpenCFD Solutions Contact OpenFOAM

laminar Class Reference

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

Inheritance diagram for laminar:
Collaboration diagram for laminar:

List of all members.


Public Member Functions

 TypeName ("laminar")
 Runtime type information.
 laminar (const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const basicThermo &thermophysicalModel)
 Construct from components.
virtual ~laminar ()
 Destructor.
virtual tmp< volScalarFieldmut () const
 Return the turbulence viscosity, i.e. 0 for laminar flow.
virtual tmp< volScalarFieldmuEff () const
 Return the effective viscosity, i.e. the laminar viscosity.
virtual tmp< volScalarFieldalphaEff () const
 Return the effective turbulent thermal diffusivity,.
virtual tmp< volScalarFieldk () const
 Return the turbulence kinetic energy, i.e. 0 for laminar flow.
virtual tmp< volScalarFieldepsilon () const
 Return the turbulence kinetic energy dissipation rate,.
virtual tmp< volSymmTensorFieldR () const
 Return the Reynolds stress tensor, i.e. 0 for laminar flow.
virtual tmp< volSymmTensorFielddevRhoReff () const
 Return the effective stress tensor, i.e. the laminar stress.
virtual tmp< fvVectorMatrixdivDevRhoReff (volVectorField &U) const
 Return the source term for the momentum equation.
virtual void correct ()
 Correct the laminar viscosity.
virtual bool read ()
 Read RASProperties dictionary.

Detailed Description

Dummy turbulence model for laminar compressible flow.

Source files

Definition at line 48 of file laminar.H.


Constructor & Destructor Documentation

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

Construct from components.

Definition at line 38 of file laminar.C.

virtual ~laminar (  )  [inline, virtual]

Destructor.

Definition at line 71 of file laminar.H.


Member Function Documentation

TypeName ( "laminar"   ) 

Runtime type information.

tmp< volScalarField > mut (  )  const [virtual]

Return the turbulence viscosity, i.e. 0 for laminar flow.

Implements RASModel.

Definition at line 51 of file laminar.C.

Referenced by laminar::muEff().

Here is the caller graph for this function:

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

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

Reimplemented from RASModel.

Definition at line 81 of file laminar.H.

References laminar::mut().

Here is the call graph for this function:

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

Return the effective turbulent thermal diffusivity,.

i.e. the laminar thermal diffusivity

Implements RASModel.

Definition at line 90 of file laminar.H.

tmp< volScalarField > k (  )  const [virtual]

Return the turbulence kinetic energy, i.e. 0 for laminar flow.

Implements RASModel.

Definition at line 72 of file laminar.C.

tmp< volScalarField > epsilon (  )  const [virtual]

Return the turbulence kinetic energy dissipation rate,.

i.e. 0 for laminar flow

Implements RASModel.

Definition at line 93 of file laminar.C.

References turbulenceModel::U_.

tmp< volSymmTensorField > R (  )  const [virtual]

Return the Reynolds stress tensor, i.e. 0 for laminar flow.

Implements RASModel.

Definition at line 117 of file laminar.C.

References turbulenceModel::U_.

tmp< volSymmTensorField > devRhoReff (  )  const [virtual]

Return the effective stress tensor, i.e. the laminar stress.

Implements RASModel.

Definition at line 141 of file laminar.C.

References turbulenceModel::U_.

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

Return the source term for the momentum equation.

Implements RASModel.

Definition at line 161 of file laminar.C.

void correct (  )  [virtual]

Correct the laminar viscosity.

Implements RASModel.

Definition at line 177 of file laminar.C.

bool read (  )  [virtual]

Read RASProperties dictionary.

Implements RASModel.

Definition at line 171 of file laminar.C.

References Foam::dev2(), Foam::fvc::div(), Foam::fvc::grad(), Foam::fvm::laplacian(), muEff(), and Foam::T().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
  • src/turbulenceModels/compressible/RAS/laminar/laminar.H
  • src/turbulenceModels/compressible/RAS/laminar/laminar.C
Copyright © 2000-2009 OpenCFD Ltd