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