37 #ifndef strainRateViscosityModel_H
38 #define strainRateViscosityModel_H
47 namespace laminarModels
49 namespace generalisedNewtonianViscosityModels
84 TypeName(
"strainRateViscosityModel");
Generic GeometricField class.
const Boundary & boundaryField() const
Return const-reference to the boundary field.
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.
An abstract base class for strain-rate dependent generalised Newtonian viscosity models.
TypeName("strainRateViscosityModel")
Runtime type information.
void operator=(const strainRateViscosityModel &)=delete
Disallow default bitwise assignment.
virtual void correct()
Correct the laminar viscosity.
virtual tmp< volScalarField > strainRate() const
Return the strain-rate obtained from the velocity field.
virtual tmp< volScalarField > nu() const
Return the laminar viscosity.
strainRateViscosityModel(const dictionary &viscosityProperties, const viscosity &viscosity, const volVectorField &U)
Construct from components.
virtual ~strainRateViscosityModel()
Destructor.
A class for managing temporary objects.
Abstract base class for all fluid physical properties.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.