Go to the documentation of this file.
94 #ifndef functionObjects_age_H
95 #define functionObjects_age_H
104 namespace functionObjects
113 public fvMeshFunctionObject
142 bool converged(
const int nCorr,
const scalar initialResidual)
const;
145 template<
class GeoField>
146 autoPtr<GeoField> newField
148 const word& baseName,
166 const dictionary&
dict
171 virtual ~age() =
default;
183 virtual bool write();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
Specialization of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
List< word > wordList
A List of words.
virtual bool read(const dictionary &)
age(const word &name, const Time &runTime, const dictionary &dict)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Calculates and writes out the time taken for a particle to travel from an inlet to the location....
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const word & name() const noexcept
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...