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... | |
compressibleTransportModel (const compressibleTransportModel &) | |
Disallow default bitwise copy construction. 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... | |
void | operator= (const compressibleTransportModel &)=delete |
Disallow default bitwise assignment. 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.
compressibleTransportModel | ( | const compressibleTransportModel & | ) |
Disallow default bitwise copy construction.
|
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.
|
delete |
Disallow default bitwise assignment.