49 namespace viscosityModels
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
virtual ~BirdCarreau()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool read(const dictionary &viscosityProperties)
Read transportProperties dictionary.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
An incompressible Bird-Carreau non-Newtonian viscosity model.
An abstract base class for incompressible viscosityModels.
TypeName("BirdCarreau")
Runtime type information.
const dictionary & viscosityProperties() const
Return the phase transport properties dictionary.
A class for handling words, derived from string.
virtual tmp< volScalarField > nu() const
Return the laminar viscosity.
word name(const complex &)
Return a string representation of a complex.
virtual void correct()
Correct the laminar viscosity.
A class for managing temporary objects.
BirdCarreau(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi)
Construct from components.