35 #ifndef constantViscosityModel_H
36 #define constantViscosityModel_H
45 namespace viscosityModels
Generic GeometricField class.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
word group() const
Return group (extension part of name)
Mesh data needed to do the Finite Volume discretisation.
A class for managing temporary objects.
An abstract base class for Newtonian viscosity models.
A uniform constant Newtonian viscosity model.
constant(const fvMesh &mesh, const word &group)
Construct from components.
virtual ~constant()
Destructor.
virtual tmp< volScalarField > nu() const
Return the laminar viscosity.
virtual void correct()
Correct the laminar viscosity (not appropriate, viscosity constant)
TypeName("constant")
Runtime type information.
virtual bool read()
Read transportProperties dictionary.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.