58 #ifndef adjustTimeStepToNucleation_functionObject_H
59 #define adjustTimeStepToNucleation_functionObject_H
67 namespace functionObjects
74 class adjustTimeStepToNucleation
76 public fvMeshFunctionObject
90 TypeName(
"adjustTimeStepToNucleation");
126 virtual bool write();
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.
Controls the time-step to the minimum nucleation time scale. A specific nucleation model can be speci...
void operator=(const adjustTimeStepToNucleation &)=delete
Disallow default bitwise assignment.
virtual wordList fields() const
Return the list of fields required.
TypeName("adjustTimeStepToNucleation")
Runtime type information.
adjustTimeStepToNucleation(const word &name, const Time &runTime, const dictionary &dict)
Construct from components.
virtual scalar maxDeltaT() const
Return the minimum chemistry.deltaTChem()
virtual bool execute()
Do nothing.
virtual bool write()
Do nothing.
virtual ~adjustTimeStepToNucleation()
virtual bool read(const dictionary &)
Read and reset the timeStep Function1.
A class for handling words, derived from string.