45 #ifndef functionObjects_setTimeStepFunctionObject_H 46 #define functionObjects_setTimeStepFunctionObject_H 56 namespace functionObjects
115 virtual bool write();
virtual ~setTimeStepFunctionObject()
const word & name() const
Return the name of this functionObject.
TypeName("setTimeStep")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool write()
Do nothing.
static const List< T > & null()
Return a null List.
Abstract base-class for Time/database functionObjects.
virtual bool execute()
Reset the timeStep from the Function1 of time.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Updates the time step as a Function1 of time.
A class for handling words, derived from string.
virtual bool read(const dictionary &)
Read and reset the timeStep Function1.
void operator=(const setTimeStepFunctionObject &)=delete
Disallow default bitwise assignment.
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...
setTimeStepFunctionObject(const word &name, const Time &runTime, const dictionary &dict)
Construct from components.