78#ifndef Foam_multiDisplacementMotionSolver_H
79#define Foam_multiDisplacementMotionSolver_H
92class multiDisplacementMotionSolver
108 multiDisplacementMotionSolver
110 const multiDisplacementMotionSolver&
114 void operator=(
const multiDisplacementMotionSolver&) =
delete;
126 multiDisplacementMotionSolver
133 multiDisplacementMotionSolver
152 virtual void solve();
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
pointVectorField & pointDisplacement() noexcept
Return reference to the point motion displacement field.
displacementMotionSolver(const displacementMotionSolver &)=delete
No copy construct.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
const polyMesh & mesh() const
Return reference to mesh.
virtual tmp< pointField > curPoints() const
Provide current points for motion.
~multiDisplacementMotionSolver()=default
Destructor.
TypeName("multiDisplacement")
Runtime type information.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
virtual void solve()
Solve for motion.
pointField & points0() noexcept
Return reference to the reference ('0') pointField.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
GeometricField< vector, pointPatchField, pointMesh > pointVectorField
vectorIOField pointIOField
pointIOField is a vectorIOField.
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.