Loading...
Searching...
No Matches
transportModel Class Referenceabstract

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

#include <transportModel.H>

Inheritance diagram for transportModel:

Public Member Functions

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

Detailed Description

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

Source files

Definition at line 49 of file transportModel.H.

Constructor & Destructor Documentation

◆ transportModel()

transportModel ( )

Construct from components.

Definition at line 33 of file transportModel.C.

◆ ~transportModel()

~transportModel ( )
virtual

Destructor.

Definition at line 39 of file transportModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "transportModel" )

Runtime type information.

◆ nu() [1/2]

virtual tmp< volScalarField > nu ( ) const
pure virtual

Return the laminar viscosity.

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

Referenced by filmTurbulenceModel::devRhoReff().

Here is the caller graph for this function:

◆ nu() [2/2]

virtual tmp< scalarField > nu ( const label patchi) const
pure virtual

◆ correct()

◆ read()


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