33 namespace functionObjects
40 meshToMeshAdjustTimeStepFunctionObject,
60 refCast<const fvMeshTopoChangers::meshToMesh>(mesh_.topoChanger())
90 if (time_.userTimeValue() + meshToMesh_.timeDelta() < times.
last())
94 if (times[i] > time_.userTimeValue() + meshToMesh_.timeDelta())
96 return time_.userTimeToTime(times[i] - time_.userTimeValue());
virtual scalar timeToNextWrite()
Return the time to the next write.
#define forAll(list, i)
Loop across all elements in list.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual bool read(const dictionary &)
Read and reset the timeStep Function1.
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
virtual bool write()
Do nothing.
Macros for easy insertion into run-time selection tables.
virtual bool read(const dictionary &)
Read optional controls.
A class for handling words, derived from string.
meshToMeshAdjustTimeStepFunctionObject(const word &name, const Time &runTime, const dictionary &dict)
Construct from components.
defineTypeNameAndDebug(Qdot, 0)
Specialisation of Foam::functionObject for an Foam::fvMesh, providing a reference to the Foam::fvMesh...
virtual ~meshToMeshAdjustTimeStepFunctionObject()
virtual bool execute()
Do nothing.
T & last()
Return the last element of the list.