33 namespace functionObjects
43 bool Foam::functionObjects::add::calc()
45 return calcAllTypes(*
this);
A list of keyword definitions, which are a keyword followed by any number of values (e...
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
A class for handling words, derived from string.
void add(FieldField< Field1, typename typeOfSum< Type1, Type2 >::type > &f, const FieldField< Field1, Type1 > &f1, const FieldField< Field2, Type2 > &f2)
add(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
defineTypeNameAndDebug(fvMeshFunctionObject, 0)
virtual ~add()
Destructor.
addToRunTimeSelectionTable(functionObject, add, dictionary)