34 namespace functionObjects
48 class R = decltype(std::declval<A>() + std::declval<B>())
61 bool Foam::functionObjects::add::calc()
63 return calcOp<plusOpAuto>();
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].
Combination-Reduction operation for a parallel run.
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(Qdot, 0)
#define R(A, B, C, D, E, F, K, M)
R operator()(const A &a, const B &b)
virtual ~add()
Destructor.