70 #ifndef lambdaThixotropic_H
71 #define lambdaThixotropic_H
80 namespace laminarModels
89 class BasicMomentumTransportModel,
90 template<
class>
class ViscousStress = linearViscousStress
92 class lambdaThixotropic
94 public ViscousStress<laminarModel<BasicMomentumTransportModel>>
121 bool BinghamPlastic_;
155 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
156 typedef typename BasicMomentumTransportModel::rhoField
rhoField;
Generic GeometricField class.
BasicMomentumTransportModel::alphaField alphaField
virtual ~lambdaThixotropic()
Destructor.
virtual void correct()
Correct the lambdaThixotropic viscosity.
virtual void predict()
The lambdaThixotropic viscosity is not predicted.
TypeName("lambdaThixotropic")
Runtime type information.
lambdaThixotropic(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity, const word &type=typeName)
Construct from components.
virtual tmp< volScalarField > nuEff() const
Return the effective viscosity.
virtual bool read()
Read momentumTransport dictionary.
BasicMomentumTransportModel::rhoField rhoField
A class for managing temporary objects.
Template function which returns the un-mangled name of a given type. Useful for types which do not ha...
Abstract base class for all fluid physical properties.
A class for handling words, derived from string.
volScalarField alpha(IOobject("alpha", runTime.name(), mesh, IOobject::READ_IF_PRESENT, IOobject::AUTO_WRITE), lambda *max(Ua &U, zeroSensitivity))
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.