113#ifndef functionObjects_pow_H
114#define functionObjects_pow_H
122namespace functionObjects
131 public fieldExpression
136 Switch checkDimensions_;
167 const dictionary&
dict
171 pow(
const pow&) =
delete;
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 list of keyword definitions, which are a keyword followed by a number of values (eg,...
const word & name() const noexcept
Return the name of this functionObject.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
Computes the power of an input volScalarField.
virtual ~pow()=default
Destructor.
pow(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
void operator=(const pow &)=delete
No copy assignment.
TypeName("pow")
Runtime type information.
pow(const pow &)=delete
No copy construct.
virtual bool read(const dictionary &)
Read the randomise data.
A class for handling words, derived from Foam::string.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.