78 #ifndef Foam_multiDisplacementMotionSolver_H 79 #define Foam_multiDisplacementMotionSolver_H 152 virtual void solve();
Virtual base class for displacement motion solver.
virtual tmp< pointField > curPoints() const
Provide current points for motion.
~multiDisplacementMotionSolver()=default
Destructor.
pointVectorField & pointDisplacement() noexcept
Return reference to the point motion displacement field.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
Mesh motion solver for a polyMesh. Applies multiple (displacement) motion solvers in order...
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
TypeName("multiDisplacement")
Runtime type information.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
virtual void solve()
Solve for motion.
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers...
pointField & points0() noexcept
Return reference to the reference ('0') pointField.
Mesh consisting of general polyhedral cells.
const polyMesh & mesh() const
Return reference to mesh.
A class for managing temporary objects.
A primitive field of type <T> with automated input and output.