Cross-Power law generalised Newtonian viscosity model. More...


Public Member Functions | |
| TypeName ("CrossPowerLaw") | |
| Runtime type information. More... | |
| CrossPowerLaw (const dictionary &viscosityProperties) | |
| Construct from components. More... | |
| virtual | ~CrossPowerLaw () |
| 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_ |
Cross-Power law generalised Newtonian viscosity model.
The strain rate coefficient can be specified either as the constant m or the critical stress level at the transition to shear thinning tauStar if tauStar is provided:
Kinematic viscosity [m^2/s]
or
Example specification:
viscosityModel CrossPowerLaw;
nuInf 10;
m 0.4;
n 3;
Definition at line 80 of file CrossPowerLaw.H.
| CrossPowerLaw | ( | const dictionary & | viscosityProperties | ) |
Construct from components.
Definition at line 55 of file CrossPowerLaw.C.
References Foam::read(), and CrossPowerLaw::read().

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

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


|
virtual |
Return the laminar viscosity.
Implements generalisedNewtonianViscosityModel.
Definition at line 102 of file CrossPowerLaw.C.
References Foam::pow().
Referenced by CrossPowerLaw::read(), and CrossPowerLaw::~CrossPowerLaw().

