38 namespace functionObjects
52 class R = decltype(std::declval<A>()/std::declval<B>())
65 bool Foam::functionObjects::divide::calc()
67 return calcOp<divideOpAuto>();
82 setResultName(
"divide");
void divide(FieldField< Field, Type > &f, const FieldField< Field, Type > &f1, const FieldField< Field, scalar > &f2)
divide(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
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].
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
R operator()(const A &a, const B &b)
A class for handling words, derived from string.
Specialisation of FieldField<Field, T> for sphericalTensor.
defineTypeNameAndDebug(Qdot, 0)
#define R(A, B, C, D, E, F, K, M)
virtual ~divide()
Destructor.