Base-class for all transport models used by the incompressible turbulence models. More...
#include <transportModel.H>

Public Member Functions | |
| TypeName ("transportModel") | |
| Runtime type information. | |
| transportModel () | |
| Construct from components. | |
| virtual | ~transportModel () |
| Destructor. | |
| virtual tmp< volScalarField > | nu () const =0 |
| Return the laminar viscosity. | |
| virtual tmp< scalarField > | nu (const label patchi) const =0 |
| Return the laminar viscosity for patch. | |
| virtual void | correct ()=0 |
| Correct the laminar viscosity. | |
| virtual bool | read ()=0 |
| Read transportProperties dictionary. | |
Base-class for all transport models used by the incompressible turbulence models.
Definition at line 49 of file transportModel.H.
| transportModel | ( | ) |
Construct from components.
Definition at line 33 of file transportModel.C.
|
virtual |
Destructor.
Definition at line 39 of file transportModel.C.
| TypeName | ( | "transportModel" | ) |
Runtime type information.
|
pure virtual |
Return the laminar viscosity.
Implemented in incompressibleThreePhaseMixture, incompressibleTwoPhaseMixture, multiphaseMixture, multiphaseSystem, phaseModel, phaseModel, phaseModel, and singlePhaseTransportModel.
Referenced by filmTurbulenceModel::devRhoReff().

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