33 namespace functionObjects
43 bool Foam::functionObjects::volField::calc()
45 bool processed =
false;
47 #define processType(fieldType, none) \
48 processed = processed || calcVolField<fieldType>();
Macros for easy insertion into run-time selection tables.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base-class for Time/database functionObjects.
const word fieldName_
Name of field to process.
void cannotFindObject(const word &fieldName)
Prints a warning message that fieldName cannot be found.
Converts a volField::Internal to volField.
virtual ~volField()
Destructor.
volField(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
A class for handling words, derived from string.
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
addToRunTimeSelectionTable(functionObject, adjustTimeStepToCombustion, dictionary)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
FOR_ALL_FIELD_TYPES(makeFieldSourceTypedef)
#define processType(fieldType, none)