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