Base-class for all transport models used by the compressible turbulence models. More...
#include <compressibleTransportModel.H>

Public Member Functions | |
| TypeName ("compressibleTransportModel") | |
| Runtime type information. | |
| compressibleTransportModel () | |
| Construct from components. | |
| virtual | ~compressibleTransportModel () |
| Destructor. | |
| virtual tmp< volScalarField > | mu () const =0 |
| Return the dynamic laminar viscosity. | |
| virtual tmp< scalarField > | mu (const label patchi) const =0 |
| Return the dynamic laminar viscosity for patch. | |
| virtual tmp< volScalarField > | nu () const =0 |
| Return the laminar viscosity. | |
| virtual tmp< scalarField > | nu (const label patchi) const =0 |
| Return the laminar viscosity for patch. | |
Base-class for all transport models used by the compressible turbulence models.
Definition at line 49 of file compressibleTransportModel.H.
| compressibleTransportModel | ( | ) |
Construct from components.
Definition at line 33 of file compressibleTransportModel.C.
|
virtual |
Destructor.
Definition at line 39 of file compressibleTransportModel.C.
| TypeName | ( | "compressibleTransportModel" | ) |
Runtime type information.
|
pure virtual |
Return the dynamic laminar viscosity.
Implemented in fluidThermo, incompressibleTwoPhaseInteractingMixture, multiphaseInterSystem, psiThermo, and rhoThermo.
|
pure virtual |
Return the dynamic laminar viscosity for patch.
Implemented in fluidThermo, incompressibleTwoPhaseInteractingMixture, multiphaseInterSystem, psiThermo, and rhoThermo.
|
pure virtual |
Return the laminar viscosity.
Implemented in fluidThermo, incompressibleTwoPhaseInteractingMixture, multiphaseInterSystem, multiphaseMixtureThermo, and twoPhaseMixtureThermo.
|
pure virtual |
Return the laminar viscosity for patch.
Implemented in fluidThermo, incompressibleTwoPhaseInteractingMixture, multiphaseInterSystem, multiphaseMixtureThermo, and twoPhaseMixtureThermo.