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... | |
Private Member Functions | |
compressibleTransportModel (const compressibleTransportModel &) | |
Disallow copy construct. More... | |
void | operator= (const compressibleTransportModel &) |
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.
|
private |
Disallow copy construct.
Construct from components.
Definition at line 38 of file compressibleTransportModel.C.
|
virtual |
Destructor.
Definition at line 44 of file compressibleTransportModel.C.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "compressibleTransportModel" | ) |
Runtime type information.
|
pure virtual |
Return the dynamic laminar viscosity.
Implemented in fluidThermo, incompressibleTwoPhaseInteractingMixture, rhoThermo, and psiThermo.
|
pure virtual |
Return the dynamic laminar viscosity for patch.
Implemented in fluidThermo, incompressibleTwoPhaseInteractingMixture, rhoThermo, and psiThermo.
|
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.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.