Standard power-law non-Newtonian viscosity model. More...
#include <incompressibleTransportModels/powerLaw.H>
Standard power-law non-Newtonian viscosity model.
Definition at line 53 of file powerLaw.H.
Public Member Functions | |
TypeName ("powerLaw") | |
Runtime type information.
| |
powerLaw (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) | |
Construct from components.
| |
~powerLaw () | |
tmp< volScalarField > | nu () const |
Return the laminar viscosity.
| |
void | correct () |
Correct the laminar viscosity.
| |
bool | read (const dictionary &viscosityProperties) |
Read transportProperties dictionary.
|
powerLaw | ( | const word & | name, |
const dictionary & | viscosityProperties, | ||
const volVectorField & | U, | ||
const surfaceScalarField & | phi | ||
) |
Construct from components.
Definition at line 76 of file powerLaw.C.
~powerLaw | ( | ) | [inline]
|
Definition at line 95 of file powerLaw.H.
TypeName | ( | "powerLaw" | ) |
Runtime type information.
tmp<volScalarField> nu | ( | ) | const [inline, virtual]
|
void correct | ( | ) | [inline, virtual]
|
Correct the laminar viscosity.
Implements viscosityModel.
Definition at line 108 of file powerLaw.H.
bool read | ( | const dictionary & | viscosityProperties ) | [virtual]
|
Read transportProperties dictionary.
Implements viscosityModel.
Definition at line 107 of file powerLaw.C.
References dictionary::lookup(), viscosityModel::read(), and dictionary::subDict().