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

LES model for laminar incompressible flow. It simply returns laminar properties. More...

#include <incompressibleLESModels/laminar.H>


Detailed Description

LES model for laminar incompressible flow. It simply returns laminar properties.

Source files

Definition at line 55 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 >  k () const
 Return SGS kinetic energy.
virtual tmp< volScalarField >  epsilon () const
 Return sub-grid disipation rate.
virtual tmp< volScalarField >  nuSgs () const
 Return SGS viscosity.
virtual tmp< volScalarField >  nuEff () const
 Return the effective viscosity.
virtual tmp< volSymmTensorField >  B () const
 Return the sub-grid stress tensor B.
virtual tmp< volSymmTensorField >  devBeff () const
 Return the deviatoric part of the effective sub-grid.
virtual tmp< fvVectorMatrix >  divDevBeff (volVectorField &U) const
 Return the deviatoric part of the divergence of Beff.
bool  read ()
 Read LESProperties dictionary.

Constructor & Destructor Documentation

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

Construct from components.

Definition at line 47 of file laminar.C.

virtual ~laminar (  ) [inline, virtual]

Destructor.

Definition at line 84 of file laminar.H.


Member Function Documentation

TypeName ( "laminar"    )

Runtime type information.

tmp< volScalarField > epsilon (  ) const [virtual]

Return sub-grid disipation rate.

Implements incompressible::LESModel.

Definition at line 79 of file laminar.C.

References Foam::fvc::grad(), Foam::magSqr(), incompressible::turbulenceModel::nu(), Foam::symm(), and incompressible::turbulenceModel::U().

tmp< volScalarField > nuEff (  ) const [virtual]

Return the effective viscosity.

Reimplemented from incompressible::LESModel.

Definition at line 104 of file laminar.C.

References incompressible::turbulenceModel::nu().

tmp< volSymmTensorField > devBeff (  ) const [virtual]

Return the deviatoric part of the effective sub-grid.

turbulence stress tensor including the laminar stress

Implements incompressible::LESModel.

Definition at line 137 of file laminar.C.

References Foam::dev(), Foam::fvc::grad(), incompressible::turbulenceModel::nu(), Foam::twoSymm(), and incompressible::turbulenceModel::U().

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

Return the deviatoric part of the divergence of Beff.

i.e. the additional term in the filtered NSE.

Implements incompressible::LESModel.

Definition at line 143 of file laminar.C.

References Foam::dev(), Foam::fvc::div(), Foam::fvc::grad(), Foam::fvm::laplacian(), incompressible::turbulenceModel::nu(), and Foam::T().

bool read (  ) [virtual]

Read LESProperties dictionary.

Implements incompressible::LESModel.

Definition at line 152 of file laminar.C.


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