35 #ifndef points0MotionSolver_H 36 #define points0MotionSolver_H Virtual base class for mesh motion solver.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
IOobject points0IO(const polyMesh &mesh) const
Return IO object for points0.
A class for handling words, derived from string.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
fileName::Type type(const fileName &, const bool followLink=true)
Return the file type: DIRECTORY or FILE.
Virtual base class for displacement motion solvers.
pointIOField points0_
Starting points.
virtual ~points0MotionSolver()
Destructor.
Mesh consisting of general polyhedral cells.
const polyMesh & mesh() const
Return reference to mesh.
pointField & points0()
Return reference to the reference field.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
TypeName("points0MotionSolver")
Runtime type information.
A primitive field of type <T> with automated input and output.