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

qZeta Class Reference

Gibson and Dafa'Alla's q-zeta two-equation low-Re turbulence model for incompressible flows. More...

#include <incompressibleRASModels/qZeta.H>


Detailed Description

Gibson and Dafa'Alla's q-zeta two-equation low-Re turbulence model for incompressible flows.

Source files

Definition at line 54 of file qZeta.H.

Inheritance diagram for qZeta:
Collaboration diagram for qZeta:

List of all members.

Public Member Functions

 TypeName ("qZeta")
 Runtime type information.
 qZeta (const volVectorField &U, const surfaceScalarField &phi, transportModel &transport)
 Construct from components.
virtual  ~qZeta ()
 Destructor.
virtual tmp< volScalarField >  nut () const
 Return the turbulence viscosity.
tmp< volScalarField >  DqEff () const
 Return the effective diffusivity for q.
tmp< volScalarField >  DzetaEff () 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 const volScalarField &  q () const
virtual const volScalarField &  zeta () const
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

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

Construct from components.

Definition at line 74 of file qZeta.C.

References Foam::sqr().

virtual ~qZeta (  ) [inline, virtual]

Destructor.

Definition at line 103 of file qZeta.H.


Member Function Documentation

TypeName ( "qZeta"    )

Runtime type information.

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

Return the turbulence viscosity.

Implements incompressible::RASModel.

Definition at line 110 of file qZeta.H.

tmp<volScalarField> DqEff (  ) const [inline]

Return the effective diffusivity for q.

Definition at line 116 of file qZeta.H.

References incompressible::turbulenceModel::nu().

Referenced by qZeta::correct().

tmp<volScalarField> DzetaEff (  ) const [inline]

Return the effective diffusivity for epsilon.

Definition at line 125 of file qZeta.H.

References incompressible::turbulenceModel::nu().

Referenced by qZeta::correct().

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

Return the turbulence kinetic energy.

Implements incompressible::RASModel.

Definition at line 134 of file qZeta.H.

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

Return the turbulence kinetic energy dissipation rate.

Implements incompressible::RASModel.

Definition at line 140 of file qZeta.H.

virtual const volScalarField& q (  ) const [inline, virtual]

Definition at line 148 of file qZeta.H.

virtual const volScalarField& zeta (  ) const [inline, virtual]

Definition at line 153 of file qZeta.H.

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

Return the source term for the momentum equation.

Implements incompressible::RASModel.

Definition at line 245 of file qZeta.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 255 of file qZeta.C.

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


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