70 #ifndef lambdaThixotropic_H
71 #define lambdaThixotropic_H
80 namespace laminarModels
87 template<
class BasicMomentumTransportModel>
88 class lambdaThixotropic
90 public linearViscousStress<laminarModel<BasicMomentumTransportModel>>
117 bool BinghamPlastic_;
151 typedef typename BasicMomentumTransportModel::alphaField
alphaField;
152 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.
virtual tmp< volScalarField > nuEff() const
Return the effective viscosity.
lambdaThixotropic(const alphaField &alpha, const rhoField &rho, const volVectorField &U, const surfaceScalarField &alphaRhoPhi, const surfaceScalarField &phi, const viscosity &viscosity)
Construct from components.
virtual bool read()
Read momentumTransport dictionary.
BasicMomentumTransportModel::rhoField rhoField
A class for managing temporary objects.
Abstract base class for all fluid physical properties.
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.