33 namespace functionObjects
43 bool Foam::functionObjects::ddt::calc()
48 <<
"ddt is not supported with the foamPostProcess utility"
54 bool processed =
false;
56 #define processType(fieldType, none) \
57 processed = processed || calcDdt<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 keyword definitions, which are a keyword followed by any number of values (e....
Abstract base-class for Time/database functionObjects.
static bool postProcess
Global post-processing mode switch.
Calculates the Eulerian time derivative of a field.
ddt(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual ~ddt()
Destructor.
const word fieldName_
Name of field to process.
void cannotFindObject(const word &fieldName)
Prints a warning message that fieldName cannot be found.
A class for handling words, derived from string.
#define processType(fieldType, none)
#define WarningInFunction
Report a warning using Foam::Warning.
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
addToRunTimeSelectionTable(functionObject, adjustTimeStepToCombustion, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
word name(const bool)
Return a word representation of a bool.
FOR_ALL_FIELD_TYPES(makeFieldSourceTypedef)