38 #ifndef velocityMotionSolver_H 39 #define velocityMotionSolver_H pointVectorField pointMotionU_
Point motion field.
virtual ~velocityMotionSolver()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Virtual base class for velocity motion solver.
Virtual base class for mesh motion solver.
virtual void updateMesh(const mapPolyMesh &)
Update local data for topology changes.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
A class for handling words, derived from string.
TypeName("velocityMotionSolver")
Runtime type information.
velocityMotionSolver(const polyMesh &, const dictionary &, const word &type)
Construct from mesh and dictionary.
void operator=(const velocityMotionSolver &)=delete
Disallow default bitwise assignment.
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
pointVectorField & pointMotionU()
Return reference to the point motion velocity field.
Mesh consisting of general polyhedral cells.
virtual void movePoints(const pointField &)
Update local data for geometry changes.