33 namespace functionObjects
43 bool Foam::functionObjects::ddt::calc()
48 <<
"ddt is not supported with the postProcess utility" 54 bool processed =
false;
56 #define processType(fieldType, none) \ 57 processed = processed || calcDdt<fieldType>(); 62 cannotFindObject(fieldName_);
A list of keyword definitions, which are a keyword followed by any number of values (e...
static bool postProcess
Global post-processing mode switch.
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
Ostream & endl(Ostream &os)
Add newline and flush stream.
#define processType(fieldType, none)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
ddt(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
tmp< GeometricField< Type, fvPatchField, volMesh > > ddt(const dimensioned< Type > dt, const fvMesh &mesh)
A class for handling words, derived from string.
defineTypeNameAndDebug(Qdot, 0)
#define WarningInFunction
Report a warning using Foam::Warning.
virtual ~ddt()
Destructor.
FOR_ALL_FIELD_TYPES(DefineFvWallInfoType)