An incompressible Cross-Power law non-Newtonian viscosity model. More...
#include <incompressibleTransportModels/CrossPowerLaw.H>
An incompressible Cross-Power law non-Newtonian viscosity model.
Definition at line 53 of file CrossPowerLaw.H.
Inheritance diagram for CrossPowerLaw:
Collaboration diagram for CrossPowerLaw:Public Member Functions | |
| TypeName ("CrossPowerLaw") | |
| Runtime type information.
| |
| CrossPowerLaw (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) | |
| Construct from components.
| |
| ~CrossPowerLaw () | |
| tmp< volScalarField > | nu () const |
| Return the laminar viscosity.
| |
| void | correct () |
| Correct the laminar viscosity.
| |
| bool | read (const dictionary &viscosityProperties) |
| Read transportProperties dictionary.
| |
| CrossPowerLaw | ( | const word & | name, |
| const dictionary & | viscosityProperties, | ||
| const volVectorField & | U, | ||
| const surfaceScalarField & | phi | ||
| ) |
Construct from components.
Definition at line 60 of file CrossPowerLaw.C.
| ~CrossPowerLaw | ( | ) | [inline]
|
Definition at line 94 of file CrossPowerLaw.H.
| TypeName | ( | "CrossPowerLaw" | ) |
Runtime type information.
| tmp<volScalarField> nu | ( | ) | const [inline, virtual]
|
Return the laminar viscosity.
Implements viscosityModel.
Definition at line 101 of file CrossPowerLaw.H.
| void correct | ( | ) | [inline, virtual]
|
Correct the laminar viscosity.
Implements viscosityModel.
Definition at line 107 of file CrossPowerLaw.H.
| bool read | ( | const dictionary & | viscosityProperties ) | [virtual]
|
Read transportProperties dictionary.
Implements viscosityModel.
Definition at line 91 of file CrossPowerLaw.C.
References dictionary::lookup(), viscosityModel::read(), and dictionary::subDict().