55 #ifndef timeStepFunctionObject_H 56 #define timeStepFunctionObject_H 65 namespace functionObjects
125 virtual bool write();
Specialisation of Foam::functionObject for a region and providing a reference to the region Foam::obj...
TypeName("timeStep")
Runtime type information.
virtual wordList fields() const
Return the list of fields required.
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...
virtual void writeFileHeader(const label i)
Output file header information.
static const List< T > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
void operator=(const timeStep &)=delete
Disallow default bitwise assignment.
virtual bool write()
Write the time step value.
timeStep(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
A class for handling words, derived from string.
virtual ~timeStep()
Destructor.
virtual bool execute()
Execute, currently does nothing.
virtual bool read(const dictionary &)
Read the controls.
functionObject base class for creating, maintaining and writing log files e.g. integrated of averaged...