Go to the documentation of this file.
59 #ifndef functionObjects_timeControl_H
60 #define functionObjects_timeControl_H
70 namespace functionObjects
127 label nStepsToStartTimeChange_;
140 label executeTimeIndex_;
149 scalar seriesDTCoeff_;
162 static scalar calcExpansion
164 const scalar startRatio,
173 scalar& requiredDeltaTCoeff,
174 const scalar wantedDT,
176 const scalar presentTime,
177 const scalar timeToNextWrite,
178 const bool rampDirectionUp
234 virtual bool execute(
const label subIndex);
239 virtual bool write();
virtual void movePoints(const polyMesh &mesh)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
Wrapper around functionObjects to add time control.
Virtual base class for function objects with a reference to Time.
const Foam::timeControl & writeControl() const
Mesh consisting of general polyhedral cells.
Abstract base-class for Time/database function objects.
virtual bool read(const dictionary &)
static const Enum< controlMode > controlModeNames_
General time dependent execution controller. The execution parameters are given by the "Control" and ...
const dictionary & dict() const
virtual bool adjustTimeStep()
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual bool filesModified() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const word & name() const noexcept
virtual void updateMesh(const mapPolyMesh &mpm)
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
static bool entriesPresent(const dictionary &dict)
const functionObject & filter() const
const Foam::timeControl & executeControl() const