92#ifndef Foam_functionObjects_writeObjects_H
93#define Foam_functionObjects_writeObjects_H
116 public functionObject
140 const objectRegistry& obr_;
146 wordRes objectNames_;
152 writeObjects(
const writeObjects&) =
delete;
155 void operator=(
const writeObjects&) =
delete;
188 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,...
const word & name() const noexcept
Return the name of this functionObject.
functionObject(const word &name, const bool withNamePrefix=defaultUseNamePrefix)
Construct from components.
Allows specification of different writing frequency of objects registered to the database.
static const Enum< writeOption > writeOptionNames_
Names for writeOption.
virtual ~writeObjects()=default
Destructor.
TypeName("writeObjects")
Runtime type information.
writeOption
Re-enumeration defining the write options, Naming based on the IOobjectOption::writeOption.
virtual bool execute()
Execute the function-object operations (no-op).
virtual bool write()
Write the function-object results.
virtual bool read(const dictionary &)
Read the function-object dictionary.
Registry of regIOobjects.
A List of wordRe with additional matching capabilities.
A class for handling words, derived from Foam::string.
Function objects are OpenFOAM utilities to ease workflow configurations and enhance workflows.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.