65 #ifndef flowType_functionObject_H
66 #define flowType_functionObject_H
75 namespace functionObjects
90 const word fieldName_;
93 const word resultName_;
129 virtual bool write();
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.
const word & name() const
Return the name of this functionObject.
Calculates and writes a field in the range -1 to 1, in which:
virtual ~flowType()
Destructor.
virtual wordList fields() const
Return the list of fields required.
flowType(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
TypeName("flowType")
Runtime type information.
virtual bool execute()
Calculate the flowType fields.
virtual bool write()
Write the flowType fields.
virtual bool read(const dictionary &)
Read the data.
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
FunctionObject base class for managing a list of objects on behalf of the inheriting function object,...
A class for handling words, derived from string.