35 #ifndef rigidBodyDisplacement_pointMeshMover_H
36 #define rigidBodyDisplacement_pointMeshMover_H
46 namespace pointMeshMovers
65 const label bodyIndex_;
164 virtual bool write()
const;
const word & name(const label bodyID) const
Return the name of body with the given ID.
Six degree of freedom motion for a rigid body.
virtual void write(Ostream &) const
Write.
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base class for pointMesh movers.
Abstract base class for displacement pointMesh movers.
Rigid-body mesh motion solver for fvMesh.
~rigidBodyDisplacement()
Destructor.
TypeName("rigidBodyDisplacement")
Runtime type information.
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.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
void operator=(const rigidBodyDisplacement &)=delete
Disallow default bitwise assignment.
virtual bool write() const
Write motion state information for restart.
rigidBodyDisplacement(const polyMesh &, const dictionary &dict)
Construct from polyMesh 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.
A class for handling words, derived from string.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.