An abstract base class for generalized Newtonian viscosity models. More...


Static Public Member Functions | |
| static autoPtr< generalizedNewtonianViscosityModel > | New (const dictionary &dict) |
| Select a viscosity model. More... | |
Protected Attributes | |
| dictionary | viscosityProperties_ |
An abstract base class for generalized Newtonian viscosity models.
Definition at line 60 of file generalizedNewtonianViscosityModel.H.
|
delete |
No copy construct.
|
explicit |
Construct from dictionary (components)
Definition at line 39 of file generalizedNewtonianViscosityModel.C.
|
virtualdefault |
Destructor.
| TypeName | ( | "generalizedNewtonianViscosityModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| generalizedNewtonianViscosityModel | , | ||
| dictionary | , | ||
| (const dictionary &viscosityProperties) | , | ||
| (viscosityProperties) | |||
| ) |
|
delete |
No copy assignment.
|
static |
Select a viscosity model.
Definition at line 28 of file generalizedNewtonianViscosityModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

|
inline |
Return the phase transport properties dictionary.
Definition at line 140 of file generalizedNewtonianViscosityModel.H.
References generalizedNewtonianViscosityModel::viscosityProperties_.
|
pure virtual |
Return the laminar viscosity.
Implemented in CrossPowerLaw, Casson, strainRateFunction, BirdCarreau, powerLaw, and HerschelBulkley.
|
pure virtual |
Read transportProperties dictionary.
Implemented in CrossPowerLaw, Casson, strainRateFunction, BirdCarreau, powerLaw, and HerschelBulkley.
Definition at line 50 of file generalizedNewtonianViscosityModel.C.
|
protected |
Definition at line 66 of file generalizedNewtonianViscosityModel.H.
Referenced by generalizedNewtonianViscosityModel::viscosityProperties().