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

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