38 #ifndef cloud_functionObject_H
39 #define cloud_functionObject_H
48 namespace functionObjects
113 virtual bool write();
173 #define makeCloudFunctionObject(Type) \
175 typedef Cloud<clouds::Type> Type##CloudFunctionObject; \
177 defineTemplateTypeNameAndDebugWithName \
179 Type##CloudFunctionObject, \
180 (clouds::Type::typeName + "Cloud").c_str(), \
184 addToRunTimeSelectionTable \
187 Type##CloudFunctionObject, \
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const word & name() const
Return the name of this functionObject.
TypeName("Cloud")
Run-time type information.
Cloud(const word &name, const Time &runTime, const dictionary &dict)
Construct from components.
Empty template class used to template the constructor on the type.
Function object that solves for the evolution of a cloud. Only provides one-way coupling with a finit...
virtual wordList fields() const
Return the list of fields required.
virtual bool executeAtStart() const
Return false so that this function does not execute at the start.
virtual void topoChange(const polyTopoChangeMap &)
Update topology using the given map.
virtual void distribute(const polyDistributionMap &)
Redistribute or update using the given distribution map.
cloud(const word &name, const Time &runTime, const dictionary &dict, const Cloud< Type > &)
Construct from components.
TypeName("cloud")
Run-time type information.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual void movePoints(const polyMesh &)
Update for mesh motion.
virtual ~cloud()
Destructor.
virtual bool execute()
Solve the cloud.
virtual bool write()
Dummy write.
Specialisation of Foam::functionObject for a region.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for handling words, derived from string.