33 namespace functionObjects
40 setTimeStepFunctionObject,
85 time_.controlDict().lookupOrDefault(
"adjustTimeStep",
false);
89 const_cast<Time&
>(time_).setDeltaT
91 timeStepPtr_().value(time_.userTimeValue())
virtual ~setTimeStepFunctionObject()
A list of keyword definitions, which are a keyword followed by any number of values (e...
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
virtual bool write()
Do nothing.
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.
Macros for easy insertion into run-time selection tables.
bool read(const char *, int32_t &)
A class for handling words, derived from string.
virtual bool read(const dictionary &)
Read and reset the timeStep Function1.
defineTypeNameAndDebug(Qdot, 0)
setTimeStepFunctionObject(const word &name, const Time &runTime, const dictionary &dict)
Construct from components.
static autoPtr< Function1< Type > > New(const word &name, const dictionary &dict)
Selector.