78#ifndef Foam_functionObjects_multiRegion_H
79#define Foam_functionObjects_multiRegion_H
96 public functionObjects::timeFunctionObject
145 virtual bool write();
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
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.
Wrapper that clones the supplied function object for each region.
void operator=(const multiRegion &)=delete
No copy assignment.
multiRegion(const multiRegion &)=delete
No copy construct.
PtrList< functionObject > functions_
List of cloned objects (1 per region).
virtual bool read(const dictionary &dict)
Read the function-object dictionary.
virtual ~multiRegion()=default
Destructor.
virtual bool execute()
Execute the function-object operations (no-op).
virtual bool write()
Write the function-object results.
TypeName("multiRegion")
Runtime type information.
Virtual base class for function objects with a reference to Time.
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.