Go to the documentation of this file.
36 #ifndef regionModelFunctionObjectList_H
37 #define regionModelFunctionObjectList_H
46 namespace regionModels
57 public PtrList<regionModelFunctionObject>
regionModelFunctionObjectList(regionModel &owner)
Null constructor.
This function object reads fields from the time directories and adds them to the mesh database for fu...
const regionModel & owner() const
Return const access to the cloud owner.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
regionModel & owner_
Reference to the owner region model.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual ~regionModelFunctionObjectList()
Destructor.
virtual void preEvolveRegion()
Pre-evolve hook.
const dictionary dict_
Dictionary.
Base class for region models.
virtual void postEvolveRegion()
Post-evolve hook.
const dictionary & dict() const
Return the forces dictionary.