62 #ifndef adjustTimeStepToReaction_functionObject_H
63 #define adjustTimeStepToReaction_functionObject_H
72 namespace functionObjects
79 class adjustTimeStepToReaction
81 public regionFunctionObject
98 mutable bool haveReactionDeltaT0_;
101 mutable scalar reactionDeltaT0_;
115 TypeName(
"adjustTimeStepToReaction");
151 virtual bool write();
readOption
Enumeration defining the read options.
static const List< word > & null()
Return a null List.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const word & name() const
Return the name of this functionObject.
Returns the minimum bulk reaction time scale.
TypeName("adjustTimeStepToReaction")
Runtime type information.
virtual wordList fields() const
Return the list of fields required.
void operator=(const adjustTimeStepToReaction &)=delete
Disallow default bitwise assignment.
virtual scalar maxDeltaT() const
Return the minimum reaction time-scale.
adjustTimeStepToReaction(const word &name, const Time &runTime, const dictionary &dict)
Construct from components.
virtual ~adjustTimeStepToReaction()
virtual bool execute()
Do nothing.
virtual bool write()
Do nothing.
virtual bool read(const dictionary &)
Read and reset the timeStep Function1.
Templated form of IOobject providing type information for file reading and header type checking.
A class for handling words, derived from string.