transportModel Class Referenceabstract

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

Inheritance diagram for transportModel:

Public Member Functions

 TypeName ("transportModel")
 Runtime type information. More...
 
 transportModel ()
 Construct from components. More...
 
 transportModel (const transportModel &)
 Disallow default bitwise copy construction. 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...
 
void operator= (const transportModel &)=delete
 Disallow default bitwise assignment. 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

◆ transportModel() [1/2]

Construct from components.

Definition at line 38 of file transportModel.C.

◆ transportModel() [2/2]

Disallow default bitwise copy construction.

◆ ~transportModel()

~transportModel ( )
virtual

Destructor.

Definition at line 44 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 phaseModel, multiphaseSystem, multiphaseMixture, incompressibleThreePhaseMixture, phaseModel, phaseModel, incompressibleTwoPhaseMixture, and singlePhaseTransportModel.

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

Here is the caller graph for this function:

◆ nu() [2/2]

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

◆ correct()

◆ read()

◆ operator=()

void operator= ( const transportModel )
delete

Disallow default bitwise assignment.


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