Go to the documentation of this file.
38 #include "viscosityModel.H"
46 namespace viscosityModels
bool read(const dictionary &viscosityProperties)
Read transportProperties dictionary.
tmp< scalarField > nu(const label patchi) const
Return the laminar viscosity for patch.
tmp< volScalarField > nu() const
Return the laminar viscosity.
An abstract base class for incompressible viscosityModels.
A class for handling words, derived from string.
A class for managing temporary objects.
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.
A list of keyword definitions, which are a keyword followed by any number of values (e....
void correct()
Correct the laminar viscosity (not appropriate, viscosity constant)
Generic dimensioned Type class.
TypeName("Newtonian")
Runtime type information.
Newtonian(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi)
Construct from components.
Generic GeometricField class.
word name(const complex &)
Return a string representation of a complex.
An incompressible Newtonian viscosity model.