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.
Inheritance diagram for powerLaw:
Collaboration diagram for powerLaw: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. | |
Public Member Functions inherited from viscosityModel | |
| TypeName ("viscosityModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, viscosityModel, dictionary,(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi),(name, viscosityProperties, U, phi)) | |
| viscosityModel (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) | |
| Construct from components. | |
| virtual | ~viscosityModel () |
| const dictionary & | viscosityProperties () const |
| Return the phase transport properties dictionary. | |
| tmp< volScalarField > | strainRate () const |
| Return the strain rate mag(grad(U)) | |
Additional Inherited Members | |
Static Public Member Functions inherited from viscosityModel | |
| static autoPtr< viscosityModel > | New (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) |
| Return a reference to the selected viscosity model. | |
Protected Member Functions inherited from viscosityModel | |
| viscosityModel (const viscosityModel &) | |
| Disallow copy construct. | |
| void | operator= (const viscosityModel &) |
| Disallow default bitwise assignment. | |
Protected Attributes inherited from viscosityModel | |
| word | name_ |
| dictionary | viscosityProperties_ |
| const volVectorField & | U_ |
| const surfaceScalarField & | phi_ |
| powerLaw | ( | const word & | name, |
| const dictionary & | viscosityProperties, | ||
| const volVectorField & | U, | ||
| const surfaceScalarField & | phi | ||
| ) |
Construct from components.
Definition at line 76 of file powerLaw.C.
|
inline |
Definition at line 95 of file powerLaw.H.
| TypeName | ( | "powerLaw" | ) |
Runtime type information.
|
inlinevirtual |
|
inlinevirtual |
Correct the laminar viscosity.
Implements viscosityModel.
Definition at line 108 of file powerLaw.H.
|
virtual |
Read transportProperties dictionary.
Implements viscosityModel.
Definition at line 107 of file powerLaw.C.
References dictionary::lookup(), viscosityModel::read(), and dictionary::subDict().