37 #ifndef BinghamPlastic_H 38 #define BinghamPlastic_H 46 namespace mixtureViscosityModels
A list of keyword definitions, which are a keyword followed by any number of values (e...
Viscosity correction model for a generic power-law plastic.
dimensionedScalar yieldStressExponent_
Yield stress exponent.
A class for handling words, derived from string.
const volVectorField & U_
Velocity.
dimensionedScalar yieldStressOffset_
Yield stress offset.
tmp< volScalarField > mu(const volScalarField &muc) const
Return the mixture viscosity.
BinghamPlastic(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi)
Construct from components.
const dictionary & viscosityProperties() const
Return the phase transport properties dictionary.
word name(const complex &)
Return a string representation of a complex.
dimensionedScalar yieldStressCoeff_
Yield stress coefficient.
Viscosity correction model for Bingham plastics.
A class for managing temporary objects.
TypeName("BinghamPlastic")
Runtime type information.
~BinghamPlastic()
Destructor.
bool read(const dictionary &viscosityProperties)
Read transportProperties dictionary.