Viscosity correction model for a generic power-law plastic. More...


Public Member Functions | |
| TypeName ("plastic") | |
| Runtime type information. More... | |
| plastic (const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi, const word modelName=typeName) | |
| Construct from components. More... | |
| ~plastic () | |
| Destructor. More... | |
| tmp< volScalarField > | mu (const volScalarField &muc) const |
| Return the mixture viscosity. More... | |
| bool | read (const dictionary &viscosityProperties) |
| Read transportProperties dictionary. More... | |
Public Member Functions inherited from mixtureViscosityModel | |
| TypeName ("mixtureViscosityModel") | |
| Runtime type information. More... | |
| 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. More... | |
| virtual | ~mixtureViscosityModel () |
| Destructor. More... | |
| const dictionary & | viscosityProperties () const |
| Return the phase transport properties dictionary. More... | |
Protected Attributes | |
| dictionary | plasticCoeffs_ |
| Dictionary. More... | |
| dimensionedScalar | plasticViscosityCoeff_ |
| Plastic viscosity coefficient. More... | |
| dimensionedScalar | plasticViscosityExponent_ |
| Plastic viscosity exponent. More... | |
| dimensionedScalar | muMax_ |
| Maximum viscosity. More... | |
| const volScalarField & | alpha_ |
| Plastic phase fraction. More... | |
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. More... | |
Protected Member Functions inherited from mixtureViscosityModel | |
| mixtureViscosityModel (const mixtureViscosityModel &) | |
| Disallow copy construct. More... | |
| void | operator= (const mixtureViscosityModel &) |
| Disallow default bitwise assignment. More... | |
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.
|
inline |
Destructor.
Definition at line 99 of file plastic.H.
References plastic::mu(), plastic::read(), and mixtureViscosityModel::viscosityProperties().

| TypeName | ( | "plastic" | ) |
Runtime type information.
|
virtual |
Return the mixture viscosity.
given the viscosity of the continuous phase
Implements mixtureViscosityModel.
Referenced by plastic::~plastic().

|
virtual |
Read transportProperties dictionary.
Implements mixtureViscosityModel.
Referenced by plastic::~plastic().

|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.11