Public Member Functions | List of all members
compressibleTransportModel Class Referenceabstract

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

Inheritance diagram for compressibleTransportModel:
Inheritance graph
[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 51 of file compressibleTransportModel.H.

Constructor & Destructor Documentation

◆ compressibleTransportModel()

Construct from components.

Definition at line 38 of file compressibleTransportModel.C.

◆ ~compressibleTransportModel()

Destructor.

Definition at line 44 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, rhoThermo, psiThermo, 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, rhoThermo, psiThermo, 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

Return the laminar viscosity for patch.

Implemented in multiphaseMixtureThermo, twoPhaseMixtureThermo, incompressibleTwoPhaseInteractingMixture, and fluidThermo.


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