compressibleTransportModel Class Referenceabstract

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

Inheritance diagram for compressibleTransportModel:
[legend]

Public Member Functions

 TypeName ("compressibleTransportModel")
 Runtime type information. More...
 
 compressibleTransportModel ()
 Construct from components. More...
 
virtual ~compressibleTransportModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldmu () const =0
 Return the dynamic laminar viscosity. More...
 
virtual tmp< scalarFieldmu (const label patchi) const =0
 Return the dynamic laminar viscosity for patch. 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...
 

Detailed Description

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

Source files

Definition at line 53 of file compressibleTransportModel.H.

Constructor & Destructor Documentation

◆ compressibleTransportModel()

Construct from components.

Definition at line 40 of file compressibleTransportModel.C.

◆ ~compressibleTransportModel()

Destructor.

Definition at line 46 of file compressibleTransportModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "compressibleTransportModel"  )

Runtime type information.

◆ mu() [1/2]

virtual tmp< volScalarField > mu ( ) const
pure virtual

Return the dynamic laminar viscosity.

Implemented in incompressibleTwoPhaseInteractingMixture, multiphaseInterSystem, psiThermo, rhoThermo, and fluidThermo.

◆ mu() [2/2]

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

Return the dynamic laminar viscosity for patch.

Implemented in incompressibleTwoPhaseInteractingMixture, multiphaseInterSystem, psiThermo, rhoThermo, and fluidThermo.

◆ nu() [1/2]

virtual tmp< volScalarField > nu ( ) const
pure virtual

◆ nu() [2/2]

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

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