76 #ifndef functionObjects_fieldValueDelta_H
77 #define functionObjects_fieldValueDelta_H
87 namespace functionObjects
98 public regionFunctionObject,
124 autoPtr<fieldValue> region1Ptr_;
134 void processFields(
bool&
found);
138 Type applyOperation(
const Type& value1,
const Type& value2)
const;
182 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
const word & name() const
Return the name of this functionObject.
TypeName("fieldValueDelta")
Run-time type information.
virtual wordList fields() const
Return the list of fields required.
static const NamedEnum< operationType, 5 > operationTypeNames_
Operation type names.
fieldValueDelta(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual void writeFileHeader(const label i)
Output file header information.
virtual ~fieldValueDelta()
Destructor.
virtual bool execute()
Do nothing.
virtual bool write()
Calculate and write.
virtual bool read(const dictionary &)
Read from dictionary.
operationType
Operation type enumeration.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.