71 #ifndef age_functionObject_H
72 #define age_functionObject_H
81 namespace functionObjects
90 public fvMeshFunctionObject
119 bool converged(
const int nCorr,
const scalar initialResidual)
const;
155 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.
age(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual wordList fields() const
Return the list of fields required.
TypeName("age")
Runtime type information.
virtual ~age()
Destructor.
virtual bool execute()
Execute.
virtual bool write()
Write.
virtual bool read(const dictionary &)
Read the data.
A class for handling words, derived from string.
List< word > wordList
A List of words.