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