32 namespace functionObjects
69 cloudPtr_->mesh().write();
80 cloudPtr_->topoChange(map);
86 cloudPtr_->mapMesh(map);
92 cloudPtr_->distribute(map);
static const List< word > & null()
Return a null List.
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.
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.
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.
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
Ostream & endl(Ostream &os)
Add newline and flush stream.