33 namespace functionObjects
43 bool Foam::functionObjects::blendingFactor::calc()
45 bool processed =
false;
47 processed = processed || calcBF<scalar>();
48 processed = processed || calcBF<vector>();
52 cannotFindObject(fieldName_);
A list of keyword definitions, which are a keyword followed by any number of values (e...
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
bool read(const char *, int32_t &)
virtual bool read(const dictionary &)
Read the blendingFactor data.
A class for handling words, derived from string.
defineTypeNameAndDebug(Qdot, 0)
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
virtual ~blendingFactor()
Destructor.
blendingFactor(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.