33 namespace functionObjects
43 bool Foam::functionObjects::magSqr::calc()
45 bool processed =
false;
47 #define processType(fieldType, none) \ 48 processed = processed || calcMagSqr<fieldType>(); 53 cannotFindObject(fieldName_);
A list of keyword definitions, which are a keyword followed by any number of values (e...
magSqr(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual ~magSqr()
Destructor.
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
#define FOR_ALL_FIELD_TYPES(Macro,...)
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.
#define processType(fieldType, none)
dimensioned< scalar > magSqr(const dimensioned< Type > &)
defineTypeNameAndDebug(Qdot, 0)