36 #ifndef multiSolidBody_pointMeshMover_H
37 #define multiSolidBody_pointMeshMover_H
46 namespace pointMeshMovers
75 void updateZonePointIndices();
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Solid-body motion of the mesh parts specified by a run-time selectable motion functions.
virtual bool solidBodyMotion() const
This is a solid body motion.
virtual void topoChange(const polyTopoChangeMap &)
Update local data for topology changes.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
virtual tmp< pointField > newPoints()
Return point location obtained from the current motion field.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
void operator=(const multiSolidBody &)=delete
Disallow default bitwise assignment.
~multiSolidBody()
Destructor.
TypeName("multiSolidBody")
Runtime type information.
multiSolidBody(const polyMesh &, const dictionary &)
Construct from mesh and dictionary.
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 managing temporary objects.