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 51 of file transportModel.H.
| transportModel | ( | ) |
Construct from components.
Definition at line 38 of file transportModel.C.
|
virtual |
Destructor.
Definition at line 44 of file transportModel.C.
| TypeName | ( | "transportModel" | ) |
Runtime type information.
|
pure virtual |
Return the laminar viscosity.
Implemented in phaseModel, multiphaseSystem, multiphaseMixture, incompressibleThreePhaseMixture, phaseModel, phaseModel, incompressibleTwoPhaseMixture, and singlePhaseTransportModel.
Referenced by forces::devRhoReff(), and forces::mu().

|
pure virtual |
Return the laminar viscosity for patch.
Implemented in phaseModel, multiphaseSystem, multiphaseMixture, incompressibleThreePhaseMixture, phaseModel, incompressibleTwoPhaseMixture, and singlePhaseTransportModel.
|
pure virtual |
Correct the laminar viscosity.
Implemented in phaseModel, multiphaseSystem, multiphaseMixture, incompressibleThreePhaseMixture, phaseModel, phaseModel, incompressibleTwoPhaseMixture, phaseChangeTwoPhaseMixture, phaseModel, SchnerrSauer, Kunz, Merkle, singlePhaseTransportModel, immiscibleIncompressibleTwoPhaseMixture, and immiscibleIncompressibleThreePhaseMixture.
|
pure virtual |
Read transportProperties dictionary.
Implemented in phaseModel, multiphaseSystem, multiphaseMixture, incompressibleThreePhaseMixture, phaseModel, incompressibleTwoPhaseMixture, phaseChangeTwoPhaseMixture, SchnerrSauer, Kunz, Merkle, singlePhaseTransportModel, and immiscibleIncompressibleTwoPhaseMixture.
Definition at line 50 of file transportModel.C.
1.8.13