Viscosity correction model for a generic power-law plastic. More...
#include <plastic.H>


Public Member Functions | |
| TypeName ("plastic") | |
| Runtime type information. | |
| plastic (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi, const word modelName=typeName) | |
| Construct from components. | |
| ~plastic () | |
| Destructor. | |
| tmp< volScalarField > | mu (const volScalarField &muc) const |
| Return the mixture viscosity. | |
| bool | read (const dictionary &viscosityProperties) |
| Read transportProperties dictionary. | |
| Public Member Functions inherited from mixtureViscosityModel | |
| TypeName ("mixtureViscosityModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, mixtureViscosityModel, dictionary,(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi),(name, viscosityProperties, U, phi)) | |
| mixtureViscosityModel (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) | |
| Construct from components. | |
| virtual | ~mixtureViscosityModel ()=default |
| Destructor. | |
| const dictionary & | viscosityProperties () const |
| Return the phase transport properties dictionary. | |
Protected Attributes | |
| dictionary | plasticCoeffs_ |
| Dictionary. | |
| dimensionedScalar | plasticViscosityCoeff_ |
| Plastic viscosity coefficient. | |
| dimensionedScalar | plasticViscosityExponent_ |
| Plastic viscosity exponent. | |
| dimensionedScalar | muMax_ |
| Maximum viscosity. | |
| const volScalarField & | alpha_ |
| Plastic phase fraction. | |
| Protected Attributes inherited from mixtureViscosityModel | |
| word | name_ |
| dictionary | viscosityProperties_ |
| const volVectorField & | U_ |
| const surfaceScalarField & | phi_ |
Additional Inherited Members | |
| Static Public Member Functions inherited from mixtureViscosityModel | |
| static autoPtr< mixtureViscosityModel > | New (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi) |
| Return a reference to the selected viscosity model. | |
| Protected Member Functions inherited from mixtureViscosityModel | |
| mixtureViscosityModel (const mixtureViscosityModel &)=delete | |
| No copy construct. | |
| void | operator= (const mixtureViscosityModel &)=delete |
| No copy assignment. | |
Viscosity correction model for a generic power-law plastic.
| plastic | ( | const word & | name, |
| const dictionary & | viscosityProperties, | ||
| const volVectorField & | U, | ||
| const surfaceScalarField & | phi, | ||
| const word | modelName = typeName ) |
Construct from components.
References Foam::GlobalIOList< Tuple2< scalar, vector > >::typeName, Foam::name(), phi, U, and mixtureViscosityModel::viscosityProperties().

| TypeName | ( | "plastic" | ) |
Runtime type information.
|
virtual |
Return the mixture viscosity.
given the viscosity of the continuous phase
Implements mixtureViscosityModel.
|
virtual |
Read transportProperties dictionary.
Implements mixtureViscosityModel.
References mixtureViscosityModel::viscosityProperties().

|
protected |
|
protected |
|
protected |
|
protected |
|
protected |