39#ifndef BinghamPlastic_H
40#define BinghamPlastic_H
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const dictionary & viscosityProperties() const
Return the phase transport properties dictionary.
bool read(const dictionary &viscosityProperties)
Read transportProperties dictionary.
~BinghamPlastic()
Destructor.
dimensionedScalar yieldStressExponent_
Yield stress exponent.
TypeName("BinghamPlastic")
Runtime type information.
dimensionedScalar yieldStressCoeff_
Yield stress coefficient.
const volVectorField & U_
Velocity.
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.
dimensionedScalar yieldStressOffset_
Yield stress offset.
plastic(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi, const word modelName=typeName)
Construct from components.
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
A namespace for incompressible mixtureViscosityModel implementations.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< scalar, fvPatchField, volMesh > volScalarField
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.