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

LienCubicKE Class Reference

Lien cubic non-linear k-epsilon turbulence model for incompressible flows. More...

#include <incompressibleRASModels/LienCubicKE.H>


Detailed Description

Lien cubic non-linear k-epsilon turbulence model for incompressible flows.

Source files

Definition at line 53 of file LienCubicKE.H.

Inheritance diagram for LienCubicKE:
Collaboration diagram for LienCubicKE:

List of all members.

Public Member Functions

 TypeName ("LienCubicKE")
 Runtime type information.
 LienCubicKE (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport)
 Construct from components.
virtual  ~LienCubicKE ()
virtual tmp< volScalarField >  nut () const
 Return the turbulence viscosity.
tmp< volScalarField >  DkEff () const
 Return the effective diffusivity for k.
tmp< volScalarField >  DepsilonEff () const
 Return the effective diffusivity for epsilon.
virtual tmp< volScalarField >  k () const
 Return the turbulence kinetic energy.
virtual tmp< volScalarField >  epsilon () const
 Return the turbulence kinetic energy dissipation rate.
virtual tmp< volSymmTensorField >  R () const
 Return the Reynolds stress tensor.
virtual tmp< volSymmTensorField >  devReff () const
 Return the effective stress tensor including the laminar stress.
virtual tmp< fvVectorMatrix >  divDevReff (volVectorField &U) const
 Return the source term for the momentum equation.
virtual void  correct ()
 Solve the turbulence equations and correct the turbulence viscosity.
virtual bool  read ()
 Read RASProperties dictionary.

Constructor & Destructor Documentation

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

Construct from components.

Definition at line 48 of file LienCubicKE.C.

References Foam::sqr().

virtual ~LienCubicKE (  ) [inline, virtual]

Definition at line 107 of file LienCubicKE.H.


Member Function Documentation

TypeName ( "LienCubicKE"    )

Runtime type information.

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

Return the turbulence viscosity.

Implements incompressible::RASModel.

Definition at line 114 of file LienCubicKE.H.

tmp<volScalarField> DkEff (  ) const [inline]

Return the effective diffusivity for k.

Definition at line 120 of file LienCubicKE.H.

References incompressible::turbulenceModel::nu().

Referenced by LienCubicKE::correct().

tmp<volScalarField> DepsilonEff (  ) const [inline]

Return the effective diffusivity for epsilon.

Definition at line 129 of file LienCubicKE.H.

References incompressible::turbulenceModel::nu().

Referenced by LienCubicKE::correct().

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

Return the turbulence kinetic energy.

Implements incompressible::RASModel.

Definition at line 138 of file LienCubicKE.H.

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

Return the turbulence kinetic energy dissipation rate.

Implements incompressible::RASModel.

Definition at line 144 of file LienCubicKE.H.

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

Return the source term for the momentum equation.

Implements incompressible::RASModel.

Definition at line 278 of file LienCubicKE.C.

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

bool read (  ) [virtual]

Read RASProperties dictionary.

Implements incompressible::RASModel.

Definition at line 289 of file LienCubicKE.C.

References incompressible::RASModel::coeffDict(), and dimensioned< Type >::readIfPresent().


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