35 #ifndef pointMeshMover_fvMeshMover_H
36 #define pointMeshMover_fvMeshMover_H
45 namespace fvMeshMovers
58 const word pointMeshMoverName_;
67 TypeName(Foam::pointMeshMover::typeName_());
104 virtual bool write(
const bool write =
true)
const;
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base class for fvMesh movers.
fvMesh & mesh()
Return the fvMesh.
Wrapper class so that a pointMeshMover can be instantiated to move an fvMesh.
const Foam::pointMeshMover & mover() const
Return the pointMeshMover.
void operator=(const pointMeshMover &)=delete
Disallow default bitwise assignment.
virtual void topoChange(const polyTopoChangeMap &)
Update corresponding to the given map.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
~pointMeshMover()
Destructor.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual bool write(const bool write=true) const
Write the motion solver state.
virtual bool update()
Update the mesh for both mesh motion and topology change.
TypeName(Foam::pointMeshMover::typeName_())
Runtime type information.
virtual bool solidBodyMotion() const
Is this motion solid body? Delegate to the motion solver.
pointMeshMover(fvMesh &mesh, const dictionary &dict)
Construct from fvMesh.
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for pointMesh movers.
Class containing mesh-to-mesh mapping information after a mesh distribution where we send parts of me...
Class containing mesh-to-mesh mapping information.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for handling words, derived from string.