A simple single-phase transport model based on viscosityModel. More...
#include <incompressibleTransportModels/singlePhaseTransportModel.H>
A simple single-phase transport model based on viscosityModel.
Used by the incompressible single-phase solvers like simpleFoam, turbFoam etc.
Definition at line 55 of file singlePhaseTransportModel.H.
Inheritance diagram for singlePhaseTransportModel:
Collaboration diagram for singlePhaseTransportModel:Public Member Functions | |
| singlePhaseTransportModel (const volVectorField &U, const surfaceScalarField &phi) | |
| Construct from components.
| |
| virtual | ~singlePhaseTransportModel () |
| tmp< volScalarField > | nu () const |
| Return the laminar viscosity.
| |
| void | correct () |
| Correct the laminar viscosity.
| |
| virtual bool | read () |
| Read transportProperties dictionary.
| |
| singlePhaseTransportModel | ( | const volVectorField & | U, |
| const surfaceScalarField & | phi | ||
| ) |
Construct from components.
Definition at line 39 of file singlePhaseTransportModel.C.
| ~singlePhaseTransportModel | ( | ) | [virtual]
|
Definition at line 51 of file singlePhaseTransportModel.C.
| tmp< volScalarField > nu | ( | ) | const [virtual]
|
Return the laminar viscosity.
Implements transportModel.
Definition at line 57 of file singlePhaseTransportModel.C.
Referenced by forces::devRhoReff().
| void correct | ( | ) | [virtual]
|
Correct the laminar viscosity.
Implements transportModel.
Definition at line 63 of file singlePhaseTransportModel.C.
| bool read | ( | ) | [virtual]
|
Read transportProperties dictionary.
Implements transportModel.
Definition at line 69 of file singlePhaseTransportModel.C.
References regIOobject::read().