35 #ifndef functionObjects_writeDictionary_H 36 #define functionObjects_writeDictionary_H 50 namespace functionObjects
123 virtual bool write();
virtual bool read(const dictionary &)
Read the writeDictionary data.
const word & name() const
Return the name of this functionObject.
A list of keyword definitions, which are a keyword followed by any number of values (e...
writeDictionary(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
static const List< T > & null()
Return a null List.
Abstract base-class for Time/database functionObjects.
virtual ~writeDictionary()
Destructor.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
void operator=(const writeDictionary &)=delete
Disallow default bitwise assignment.
virtual wordList fields() const
Return the list of fields required.
A class for handling words, derived from string.
TypeName("writeDictionary")
Runtime type information.
virtual bool write()
Write the selected dictionaries.
virtual bool execute()
Execute, currently does nothing.
Writes dictionaries on start-up and on change.
Registry of regIOobjects.