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

Public Member Functions | |
| TypeName ("kinematicTransportModel") | |
| Runtime type information. More... | |
| kinematicTransportModel () | |
| Construct from components. More... | |
| kinematicTransportModel (const kinematicTransportModel &) | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~kinematicTransportModel () |
| Destructor. 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 kinematicTransportModel &)=delete |
| Disallow default bitwise assignment. More... | |
Base-class for all transport models used by the incompressible turbulence models.
Definition at line 51 of file kinematicTransportModel.H.
Construct from components.
Definition at line 38 of file kinematicTransportModel.C.
| kinematicTransportModel | ( | const kinematicTransportModel & | ) |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 44 of file kinematicTransportModel.C.
| TypeName | ( | "kinematicTransportModel" | ) |
Runtime type information.
|
pure virtual |
Return the laminar viscosity.
Implemented in multiphaseMixtureThermo, twoPhaseMixtureThermo, multiphaseMixture, incompressibleThreePhaseMixture, fluidThermo, incompressibleTwoPhaseMixture, and singlePhaseTransportModel.
|
pure virtual |
Return the laminar viscosity for patch.
Implemented in multiphaseMixtureThermo, twoPhaseMixtureThermo, multiphaseMixture, incompressibleThreePhaseMixture, fluidThermo, incompressibleTwoPhaseMixture, and singlePhaseTransportModel.
|
delete |
Disallow default bitwise assignment.