56 #ifndef functionObjects_setWriteIntervalFunctionObject_H 57 #define functionObjects_setWriteIntervalFunctionObject_H 67 namespace functionObjects
129 virtual bool write();
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...
TypeName("setWriteInterval")
Runtime type information.
virtual bool write()
Do nothing.
static const List< T > & null()
Return a null List.
Abstract base-class for Time/database functionObjects.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool execute()
Reset the writeInterval from the Function1 of time.
setWriteIntervalFunctionObject(const word &name, const Time &runTime, const dictionary &dict)
Construct from components.
virtual ~setWriteIntervalFunctionObject()
virtual bool read(const dictionary &)
Read and reset the writeInterval Function1.
void operator=(const setWriteIntervalFunctionObject &)=delete
Disallow default bitwise assignment.
Updates the writeInterval as a Function1 of time.
A class for handling words, derived from string.
virtual wordList fields() const
Return the list of fields required.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...