Go to the documentation of this file.
36 #ifndef displacementMeshMoverMotionSolver_H
37 #define displacementMeshMoverMotionSolver_H
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
TypeName("displacementMeshMover")
Runtime type information.
A class for managing temporary objects.
virtual void updateMesh(const mapPolyMesh &)
Update topology.
virtual void solve()
Solve for motion.
~displacementMeshMoverMotionSolver()
Destructor.
Mesh consisting of general polyhedral cells.
externalDisplacementMeshMover & meshMover() const
virtual tmp< pointField > curPoints() const
Return point location obtained from the current motion field.
Pre-declare SubField and related Field type.
Virtual base class for mesh movers with externally provided displacement field giving the boundary co...
Virtual base class for displacement motion solver.
autoPtr< externalDisplacementMeshMover > meshMoverPtr_
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual void movePoints(const pointField &)
Update local data for geometry changes.
Mesh motion solver for an fvMesh. Uses externalDisplacementMeshMover to do the mesh motion.
void operator=(const displacementMeshMoverMotionSolver &)
Disallow default bitwise assignment.
displacementMeshMoverMotionSolver(const displacementMeshMoverMotionSolver &)
Disallow default bitwise copy construct.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.