Loading...
Searching...
No Matches
plastic Class Reference

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

#include <plastic.H>

Inheritance diagram for plastic:
Collaboration diagram for plastic:

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< volScalarFieldmu (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 dictionaryviscosityProperties () 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 volScalarFieldalpha_
 Plastic phase fraction.
Protected Attributes inherited from mixtureViscosityModel
word name_
dictionary viscosityProperties_
const volVectorFieldU_
const surfaceScalarFieldphi_

Additional Inherited Members

Static Public Member Functions inherited from mixtureViscosityModel
static autoPtr< mixtureViscosityModelNew (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.

Detailed Description

Viscosity correction model for a generic power-law plastic.

Source files

Definition at line 53 of file plastic.H.

Constructor & Destructor Documentation

◆ 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().

Here is the call graph for this function:

◆ ~plastic()

~plastic ( )
inline

Destructor.

Definition at line 113 of file plastic.H.

Member Function Documentation

◆ TypeName()

TypeName ( "plastic" )

Runtime type information.

◆ mu()

tmp< volScalarField > mu ( const volScalarField & muc) const
virtual

Return the mixture viscosity.

given the viscosity of the continuous phase

Implements mixtureViscosityModel.

◆ read()

bool read ( const dictionary & viscosityProperties)
virtual

Read transportProperties dictionary.

Implements mixtureViscosityModel.

References mixtureViscosityModel::viscosityProperties().

Here is the call graph for this function:

Member Data Documentation

◆ plasticCoeffs_

dictionary plasticCoeffs_
protected

Dictionary.

Definition at line 64 of file plastic.H.

◆ plasticViscosityCoeff_

dimensionedScalar plasticViscosityCoeff_
protected

Plastic viscosity coefficient.

Definition at line 69 of file plastic.H.

◆ plasticViscosityExponent_

dimensionedScalar plasticViscosityExponent_
protected

Plastic viscosity exponent.

Definition at line 74 of file plastic.H.

◆ muMax_

dimensionedScalar muMax_
protected

Maximum viscosity.

Definition at line 79 of file plastic.H.

◆ alpha_

const volScalarField& alpha_
protected

Plastic phase fraction.

Definition at line 84 of file plastic.H.


The documentation for this class was generated from the following file:
  • applications/solvers/multiphase/driftFluxFoam/mixtureViscosityModels/plastic/plastic.H