34 namespace functionObjects
50 bool Foam::functionObjects::stopAtTimeStep::condition()
const
84 minDeltaT_ =
dict.lookup<scalar>(
"minDeltaT", time_.userUnits());
Macros for easy insertion into run-time selection tables.
scalar deltaTValue() const
Return time step value.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base-class for Time/database functionObjects.
const Time & time_
Reference to time.
Stops the run if the time-step drops below the specified value in seconds and optionally write result...
stopAtTimeStep(const word &name, const Time &runTime, const dictionary &)
Construct from Time and dictionary.
virtual ~stopAtTimeStep()
Destructor.
virtual bool read(const dictionary &)
Read the dictionary settings.
Abstract base class for stop conditions.
@ writeNow
write data and stop immediately
actionType action_
The type of action.
virtual bool read(const dictionary &)
Read the dictionary settings.
A class for handling words, derived from string.
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
addToRunTimeSelectionTable(functionObject, adjustTimeStepToCombustion, dictionary)
word name(const bool)
Return a word representation of a bool.