Go to the documentation of this file.
37 namespace viscosityModels
69 n_.
value() - scalar(1)
87 powerLawCoeffs_(viscosityProperties.optionalSubDict(typeName +
"Coeffs")),
89 n_(
"n",
dimless, powerLawCoeffs_),
116 powerLawCoeffs_ = viscosityProperties.
optionalSubDict(typeName +
"Coeffs");
119 powerLawCoeffs_.readEntry(
"n", n_);
120 powerLawCoeffs_.readEntry(
"nuMin", nuMin_);
121 powerLawCoeffs_.readEntry(
"nuMax", nuMax_);
Defines the attributes of an object for which implicit objectRegistry management is supported,...
An abstract base class for incompressible viscosityModels.
A class for handling words, derived from Foam::string.
A class for managing temporary objects.
virtual bool read(const dictionary &viscosityProperties)
const Type & value() const
label min(const labelHashSet &set, label minValue=labelMax)
powerLaw(const word &name, const dictionary &viscosityProperties, const volVectorField &U, const surfaceScalarField &phi)
virtual bool read(const dictionary &viscosityProperties)=0
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
bool readEntry(const word &keyword, T &val, enum keyType::option matchOpt=keyType::REGEX, bool mandatory=true) const
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
tmp< volScalarField > calcNu() const
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
label max(const labelHashSet &set, label maxValue=labelMin)
defineTypeNameAndDebug(BirdCarreau, 0)
const dimensionSet dimViscosity
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
const dictionary & optionalSubDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
word name(const expressions::valueTypeCode typeCode)
Generic GeometricField class.
addToRunTimeSelectionTable(viscosityModel, BirdCarreau, dictionary)
tmp< volScalarField > strainRate() const
const dimensionSet dimless