Go to the documentation of this file.
113 #ifndef functionObjects_pow_H
114 #define functionObjects_pow_H
122 namespace functionObjects
131 public fieldExpression
136 Switch checkDimensions_;
167 const dictionary&
dict
178 virtual ~pow() =
default;
184 virtual bool read(
const dictionary&);
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.
Computes the power of an input volScalarField.
pow(const word &name, const Time &runTime, const dictionary &dict)
virtual bool read(const dictionary &)
void operator=(const pow &)=delete
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....