41#ifndef velocityMotionSolver_H
42#define velocityMotionSolver_H
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
motionSolver(const polyMesh &mesh)
Construct from polyMesh.
Mesh consisting of general polyhedral cells.
velocityMotionSolver(const velocityMotionSolver &)=delete
No copy construct.
virtual ~velocityMotionSolver()=default
Destructor.
void operator=(const velocityMotionSolver &)=delete
No copy assignment.
TypeName("velocityMotionSolver")
Runtime type information.
const pointVectorField & pointMotionU() const
Return const reference to the point motion velocity field.
pointVectorField pointMotionU_
Point motion field.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
pointVectorField & pointMotionU()
Return reference to the point motion velocity field.
A class for handling words, derived from Foam::string.
GeometricField< vector, pointPatchField, pointMesh > pointVectorField
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.