111 #ifndef generateZone_functionObject_H
112 #define generateZone_functionObject_H
121 namespace functionObjects
130 public fvMeshFunctionObject
135 autoPtr<zoneGenerator> zg_;
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 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.
Generates, registers and optionally writes the zoneSet generated by a zoneGenerator.
virtual ~generateZone()
Destructor.
virtual wordList fields() const
Return the list of fields required.
generateZone(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
void operator=(const generateZone &)=delete
Disallow default bitwise assignment.
TypeName("generateZone")
Runtime type information.
virtual bool execute()
Remove the registered objects.
virtual bool write()
Do nothing.
A class for handling words, derived from string.