36 #ifndef displacementMeshMoverMotionSolver_H 37 #define displacementMeshMoverMotionSolver_H Virtual base class for displacement motion solver.
virtual void updateMesh(const mapPolyMesh &)
Update topology.
TypeName("displacementMeshMover")
Runtime type information.
A list of keyword definitions, which are a keyword followed by any number of values (e...
void operator=(const displacementMeshMoverMotionSolver &)=delete
Disallow default bitwise assignment.
virtual void solve()
Solve for motion.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
~displacementMeshMoverMotionSolver()
Destructor.
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
externalDisplacementMeshMover & meshMover() const
virtual void movePoints(const pointField &)
Update local data for geometry changes.
Virtual base class for mesh movers with externally provided displacement field giving the boundary co...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
Mesh motion solver for an fvMesh. Based on solving the cell-centre Laplacian for the motion displacem...
displacementMeshMoverMotionSolver(const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.