79#ifndef Foam_functionObjects_syncObjects_H
80#define Foam_functionObjects_syncObjects_H
103 public functionObject
110 const objectRegistry& obr_;
119 syncObjects(
const syncObjects&) =
delete;
122 void operator=(
const syncObjects&) =
delete;
171 virtual bool write();
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,...
A class for handling file names.
const word & name() const noexcept
Return the name of this functionObject.
functionObject(const word &name, const bool withNamePrefix=defaultUseNamePrefix)
Construct from components.
Copies content of local objectRegistry to all processors.
const objectRegistry & obr() const
virtual ~syncObjects()=default
Destructor.
TypeName("syncObjects")
Runtime type information.
void sync()
Do all: synchronise all IOFields and objectRegistry.
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.
const fileName & root() const
Registry of regIOobjects.
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.