Go to the documentation of this file.
41 #include "viscosityModel.H"
49 namespace viscosityModels
An abstract base class for incompressible viscosityModels.
dictionary BirdCarreauCoeffs_
A class for handling words, derived from string.
A class for managing temporary objects.
TypeName("BirdCarreau")
Runtime type information.
tmp< scalarField > nu(const label patchi) const
Return the laminar viscosity for patch.
BirdCarreau(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi)
Construct from components.
GeometricBoundaryField & boundaryField()
Return reference to GeometricBoundaryField.
const dictionary & viscosityProperties() const
Return the phase transport properties dictionary.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
tmp< volScalarField > nu() const
Return the laminar viscosity.
bool read(const dictionary &viscosityProperties)
Read transportProperties dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Generic dimensioned Type class.
An incompressible Bird-Carreau non-Newtonian viscosity model.
~BirdCarreau()
Destructor.
tmp< volScalarField > calcNu() const
Calculate and return the laminar viscosity.
void correct()
Correct the laminar viscosity.
Generic GeometricField class.
word name(const complex &)
Return a string representation of a complex.