Go to the documentation of this file.
35 namespace functionObjects
37 namespace runTimeControls
64 return conditionDict_;
71 return conditionDict_;
88 active_(
dict.getOrDefault(
"active", true)),
89 conditionDict_(setConditionDict()),
90 groupID_(
dict.getOrDefault(
"groupID", -1)),
defineTypeNameAndDebug(averageCondition, 0)
virtual const word & name() const
dictionary & propertyDict()
A class for handling words, derived from Foam::string.
bool found(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
Base class for function objects, adding functionality to read/write state information (data required ...
stateFunctionObject & state_
Registry of regIOobjects.
defineRunTimeSelectionTable(runTimeCondition, dictionary)
const dictionary & conditionDict() const
const dictionary & subDict(const word &keyword, enum keyType::option matchOpt=keyType::REGEX) const
dictionary & setConditionDict()
runTimeCondition(const word &name, const objectRegistry &obr, const dictionary &dict, stateFunctionObject &state)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
dimensionedScalar log(const dimensionedScalar &ds)
word name(const expressions::valueTypeCode typeCode)
Computes the natural logarithm of an input volScalarField.
entry * add(entry *entryPtr, bool mergeEntry=false)
virtual label groupID() const
virtual bool active() const