81 #ifndef functionObjects_writeObjects_H
82 #define functionObjects_writeObjects_H
93 namespace functionObjects
102 public functionObject,
103 public writeObjectsBase
174 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 keyword definitions, which are a keyword followed by any number of values (e....
const word & name() const
Return the name of this functionObject.
Allows specification of different writing frequency of objects registered to the database.
virtual wordList fields() const
Return the list of fields required.
virtual ~writeObjects()
Destructor.
void operator=(const writeObjects &)=delete
Disallow default bitwise assignment.
static const NamedEnum< writeOption, 3 > writeOptionNames_
TypeName("writeObjects")
Runtime type information.
writeOption
Re-enumeration defining the write options, based on the original.
virtual bool execute()
Do nothing.
writeObjects(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
virtual bool write()
Write the registered objects.
virtual bool read(const dictionary &)
Read the writeObjects data.
regIOobject is an abstract class derived from IOobject to handle automatic object registration with t...
A class for handling words, derived from string.