35 #ifndef NewtonianViscosityModel_H
36 #define NewtonianViscosityModel_H
44 namespace laminarModels
46 namespace generalisedNewtonianViscosityModels
Generic GeometricField class.
A list of keyword definitions, which are a keyword followed by any number of values (e....
An abstract base class for generalised Newtonian viscosity models.
const viscosity & viscosity_
Reference to the fluid Newtonian viscosity.
Newtonian viscosity model which returns the fluid Newtonian viscosity.
virtual bool read(const dictionary &viscosityProperties)
Read transportProperties dictionary.
TypeName("Newtonian")
Runtime type information.
virtual tmp< volScalarField > nu() const
Return the laminar viscosity.
void operator=(const Newtonian &)=delete
Disallow default bitwise assignment.
virtual void correct()
Correct the laminar viscosity.
virtual ~Newtonian()
Destructor.
Newtonian(const dictionary &viscosityProperties, const viscosity &viscosity, const volVectorField &U)
Construct from components.
A class for managing temporary objects.
Abstract base class for all fluid physical properties.
virtual tmp< volScalarField > nu() const =0
Return the laminar viscosity.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.