Herschel-Bulkley generalised Newtonian viscosity model. More...


Public Member Functions | |
| TypeName ("HerschelBulkley") | |
| Runtime type information. More... | |
| HerschelBulkley (const dictionary &viscosityProperties) | |
| Construct from components. More... | |
| virtual | ~HerschelBulkley () |
| Destructor. More... | |
| virtual bool | read (const dictionary &viscosityProperties) |
| Read transportProperties dictionary. More... | |
| virtual tmp< volScalarField > | nu (const volScalarField &nu0, const volScalarField &strainRate) const |
| Return the laminar viscosity. More... | |
Public Member Functions inherited from generalisedNewtonianViscosityModel | |
| TypeName ("generalisedNewtonianViscosityModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, generalisedNewtonianViscosityModel, dictionary,(const dictionary &viscosityProperties),(viscosityProperties)) | |
| generalisedNewtonianViscosityModel (const dictionary &viscosityProperties) | |
| Construct from components. More... | |
| generalisedNewtonianViscosityModel (const generalisedNewtonianViscosityModel &) | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~generalisedNewtonianViscosityModel () |
| Destructor. More... | |
| const dictionary & | viscosityProperties () const |
| Return the phase transport properties dictionary. More... | |
| void | operator= (const generalisedNewtonianViscosityModel &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from generalisedNewtonianViscosityModel | |
| static autoPtr< generalisedNewtonianViscosityModel > | New (const dictionary &viscosityProperties) |
| Return a reference to the selected viscosity model. More... | |
Protected Attributes inherited from generalisedNewtonianViscosityModel | |
| dictionary | viscosityProperties_ |
Herschel-Bulkley generalised Newtonian viscosity model.
Definition at line 53 of file HerschelBulkley.H.
| HerschelBulkley | ( | const dictionary & | viscosityProperties | ) |
Construct from components.
Definition at line 55 of file HerschelBulkley.C.
References Foam::read(), and HerschelBulkley::read().

|
inlinevirtual |
Destructor.
Definition at line 77 of file HerschelBulkley.H.
References HerschelBulkley::nu(), and HerschelBulkley::read().

| TypeName | ( | "HerschelBulkley" | ) |
Runtime type information.
|
virtual |
Read transportProperties dictionary.
Implements generalisedNewtonianViscosityModel.
Definition at line 72 of file HerschelBulkley.C.
References dictionary::lookup(), HerschelBulkley::nu(), dictionary::optionalSubDict(), and generalisedNewtonianViscosityModel::read().
Referenced by HerschelBulkley::HerschelBulkley(), and HerschelBulkley::~HerschelBulkley().


|
virtual |
Return the laminar viscosity.
Implements generalisedNewtonianViscosityModel.
Definition at line 92 of file HerschelBulkley.C.
References Foam::dimless, Foam::dimTime, Foam::max(), Foam::min(), and Foam::pow().
Referenced by HerschelBulkley::read(), and HerschelBulkley::~HerschelBulkley().

