Public Member Functions | List of all members
transportModel Class Referenceabstract

Base-class for all transport models used by the incompressible turbulence models. More...

Inheritance diagram for transportModel:
Inheritance graph
[legend]

Public Member Functions

 TypeName ("transportModel")
 Runtime type information. More...
 
 transportModel ()
 Construct from components. More...
 
virtual ~transportModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldnu () const =0
 Return the laminar viscosity. More...
 
virtual tmp< scalarFieldnu (const label patchi) const =0
 Return the laminar viscosity for patch. More...
 
virtual void correct ()=0
 Correct the laminar viscosity. More...
 
virtual bool read ()=0
 Read transportProperties dictionary. More...
 

Detailed Description

Base-class for all transport models used by the incompressible turbulence models.

Source files

Definition at line 51 of file transportModel.H.

Constructor & Destructor Documentation

Construct from components.

Definition at line 38 of file transportModel.C.

~transportModel ( )
virtual

Destructor.

Definition at line 44 of file transportModel.C.

Member Function Documentation

TypeName ( "transportModel"  )

Runtime type information.

virtual tmp<volScalarField> nu ( ) const
pure virtual

Return the laminar viscosity.

Implemented in phaseModel, multiphaseSystem, multiphaseMixture, incompressibleThreePhaseMixture, phaseModel, phaseModel, incompressibleTwoPhaseMixture, and singlePhaseTransportModel.

Referenced by forces::devRhoReff(), and forces::mu().

Here is the caller graph for this function:

virtual tmp<scalarField> nu ( const label  patchi) const
pure virtual
virtual void correct ( )
pure virtual
bool read ( )
pure virtual

The documentation for this class was generated from the following files: