Base-class for all transport models used by the incompressible turbulence models. More...
Public Member Functions | |
| TypeName ("transportModel") | |
| Runtime type information. More... | |
| transportModel () | |
| Construct from components. More... | |
| virtual | ~transportModel () |
| 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... | |
| virtual void | correct ()=0 |
| Correct the laminar viscosity. More... | |
| virtual bool | read ()=0 |
| Read transportProperties dictionary. More... | |
Base-class for all transport models used by the incompressible turbulence models.
Definition at line 53 of file transportModel.H.
| transportModel | ( | ) |
Construct from components.
Definition at line 40 of file transportModel.C.
|
virtual |
Destructor.
Definition at line 46 of file transportModel.C.
| TypeName | ( | "transportModel" | ) |
Runtime type information.
|
pure virtual |
Return the laminar viscosity.
Implemented in multiphaseMixture, incompressibleThreePhaseMixture, incompressibleTwoPhaseMixture, and singlePhaseTransportModel.
Referenced by ReynoldsAnalogy::devReff(), forces::devRhoReff(), and forces::mu().
|
pure virtual |
Return the laminar viscosity for patch.
Implemented in multiphaseMixture, incompressibleThreePhaseMixture, incompressibleTwoPhaseMixture, and singlePhaseTransportModel.
|
pure virtual |
Correct the laminar viscosity.
Implemented in phaseChangeTwoPhaseMixture, twoPhaseMixtureEThermo, multiphaseMixture, incompressibleThreePhaseMixture, incompressibleTwoPhaseMixture, SchnerrSauer, Kunz, Merkle, singlePhaseTransportModel, immiscibleIncompressibleTwoPhaseMixture, and immiscibleIncompressibleThreePhaseMixture.
|
pure virtual |
Read transportProperties dictionary.
Implemented in phaseChangeTwoPhaseMixture, twoPhaseMixtureEThermo, multiphaseMixture, incompressibleThreePhaseMixture, incompressibleTwoPhaseMixture, thermoIncompressibleTwoPhaseMixture, SchnerrSauer, Kunz, Merkle, singlePhaseTransportModel, and immiscibleIncompressibleTwoPhaseMixture.
Definition at line 52 of file transportModel.C.