Go to the documentation of this file.
36 namespace functionObjects
46 bool Foam::functionObjects::pow::calc()
55 if (!checkDimensions_)
67 if (!checkDimensions_)
89 checkDimensions_(true),
104 checkDimensions_ =
dict.getOrDefault<
Switch>(
"checkDimensions",
true);
105 n_ =
dict.get<scalar>(
"n");
106 scale_ =
dict.getOrDefault<scalar>(
"scale", 1.0);
107 offset_ =
dict.getOrDefault<scalar>(
"offset", 0.0);
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
pow(const word &name, const Time &runTime, const dictionary &dict)
bool read(const char *buf, int32_t &val)
virtual bool read(const dictionary &)
virtual bool read(const dictionary &dict)
bool store(word &fieldName, const tmp< ObjectType > &tfield, bool cacheable=false)
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual bool read(const dictionary &dict)
Macros for easy insertion into run-time selection tables.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
addToRunTimeSelectionTable(functionObject, ObukhovLength, dictionary)
defineTypeNameAndDebug(ObukhovLength, 0)
word name(const expressions::valueTypeCode typeCode)
static bool checking() noexcept