33 namespace functionObjects
47 class R = decltype(std::declval<A>() - std::declval<B>())
60 bool Foam::functionObjects::subtract::calc()
62 return calcOp<minusOpAuto>();
77 setResultName(
"subtract");
A list of keyword definitions, which are a keyword followed by any number of values (e...
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
const dimensionedScalar b
Wien displacement law constant: default SI units: [m K].
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.
R operator()(const A &a, const B &b)
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(Qdot, 0)
#define R(A, B, C, D, E, F, K, M)