37 #ifndef functionObjects_fieldExpression_H 38 #define functionObjects_fieldExpression_H 47 namespace functionObjects
71 virtual bool calc() = 0;
122 virtual bool write();
125 virtual bool clear();
word resultName_
Name of result field.
TypeName("fieldExpression")
Runtime type information.
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
word fieldName_
Name of field to process.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
void setResultName(const word &typeName, const word &defaultArg)
bool foundObject(const word &name)
virtual ~fieldExpression()
Destructor.
A class for handling words, derived from string.
static const word null
An empty word.
virtual bool write()
Write the result field.
virtual bool read(const dictionary &)
Read the fieldExpression data.
virtual bool execute()
Calculate the result field.
virtual bool clear()
Clear the result field from the objectRegistry.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...