47 class incompressibleDriftFluxMixture;
49 namespace mixtureViscosityModels
Generic GeometricField class.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Class to represent a mixture of two constant density phases.
An abstract base class for incompressible mixtureViscosityModels.
Viscosity correction model for a generic power-law plastic.
virtual tmp< volScalarField > mu(const volScalarField &muc, const volVectorField &U) const
Return the mixture viscosity.
virtual ~plastic()
Destructor.
TypeName("plastic")
Runtime type information.
dimensionedScalar muMax_
Maximum viscosity.
plastic(const incompressibleDriftFluxMixture &mixture)
Construct from mixture.
dimensionedScalar plasticViscosityCoeff_
Plastic viscosity coefficient.
virtual bool read()
Read phaseProperties dictionary.
dictionary plasticCoeffs_
Dictionary.
dimensionedScalar plasticViscosityExponent_
Plastic viscosity exponent.
A class for managing temporary objects.