86#ifndef functionObjects_writeObjects_H
87#define functionObjects_writeObjects_H
101namespace functionObjects
110 public functionObject
132 const objectRegistry& obr_;
138 wordRes objectNames_;
180 virtual bool write();
Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values...
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 a number of values (eg,...
Abstract base-class for Time/database function objects.
const word & name() const noexcept
Return the name of this functionObject.
Allows specification of different writing frequency of objects registered to the database.
static const Enum< writeOption > writeOptionNames_
virtual ~writeObjects()=default
Destructor.
TypeName("writeObjects")
Runtime type information.
writeOption
Re-enumeration defining the write options, based on the original.
virtual bool execute()
Do nothing.
virtual bool write()
Write the registered objects.
virtual bool read(const dictionary &)
Read the writeObjects data.
Registry of regIOobjects.
A List of wordRe with additional matching capabilities.
A class for handling words, derived from Foam::string.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.