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