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