Cross-Power law generalized Newtonian viscosity model. More...
#include <CrossPowerLaw.H>


Public Member Functions | |
| TypeName ("CrossPowerLaw") | |
| Runtime type information. | |
| CrossPowerLaw (const dictionary &viscosityProperties) | |
| Construct from dictionary (components). | |
| virtual | ~CrossPowerLaw ()=default |
| Destructor. | |
| virtual bool | read (const dictionary &viscosityProperties) |
| Read transportProperties dictionary. | |
| virtual tmp< volScalarField > | nu (const volScalarField &nu0, const volScalarField &strainRate) const |
| Return the laminar viscosity. | |
| Public Member Functions inherited from generalizedNewtonianViscosityModel | |
| TypeName ("generalizedNewtonianViscosityModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, generalizedNewtonianViscosityModel, dictionary,(const dictionary &viscosityProperties),(viscosityProperties)) | |
| generalizedNewtonianViscosityModel (const generalizedNewtonianViscosityModel &)=delete | |
| No copy construct. | |
| void | operator= (const generalizedNewtonianViscosityModel &)=delete |
| No copy assignment. | |
| generalizedNewtonianViscosityModel (const dictionary &viscosityProperties) | |
| Construct from dictionary (components). | |
| virtual | ~generalizedNewtonianViscosityModel ()=default |
| Destructor. | |
| const dictionary & | viscosityProperties () const |
| Return the phase transport properties dictionary. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from generalizedNewtonianViscosityModel | |
| static autoPtr< generalizedNewtonianViscosityModel > | New (const dictionary &dict) |
| Select a viscosity model. | |
| Protected Attributes inherited from generalizedNewtonianViscosityModel | |
| dictionary | viscosityProperties_ |
Cross-Power law generalized 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]
![\[ \nu = \nu_\infty + \frac{(\nu_0 - \nu_\infty)}{1 + (m\gamma)^n}
\]](form_1064.png)
or
![\[ \nu = \nu_\infty
+ \frac{(\nu_0 - \nu_\infty)}
{1 + \left(\frac{\nu_0\gamma}{\tau^*}\right)^n}
\]](form_1065.png)
Example specification:
viscosityModel CrossPowerLaw;
nuInf 10;
m 0.4;
n 3;
Definition at line 79 of file CrossPowerLaw.H.
|
explicit |
Construct from dictionary (components).
Definition at line 49 of file CrossPowerLaw.C.
References Foam::dimless, Foam::dimTime, Foam::dimViscosity, generalizedNewtonianViscosityModel::generalizedNewtonianViscosityModel(), Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, and generalizedNewtonianViscosityModel::viscosityProperties().

|
virtualdefault |
Destructor.
References generalizedNewtonianViscosityModel::viscosityProperties().

| TypeName | ( | "CrossPowerLaw" | ) |
Runtime type information.
References generalizedNewtonianViscosityModel::viscosityProperties().

|
virtual |
Read transportProperties dictionary.
Implements generalizedNewtonianViscosityModel.
Definition at line 69 of file CrossPowerLaw.C.
References Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, generalizedNewtonianViscosityModel::read(), and generalizedNewtonianViscosityModel::viscosityProperties().

|
virtual |
Return the laminar viscosity.
Implements generalizedNewtonianViscosityModel.
Definition at line 89 of file CrossPowerLaw.C.
References Foam::pow().
