38 #ifndef velocityComponent_pointMeshMover_H
39 #define velocityComponent_pointMeshMover_H
48 namespace pointMeshMovers
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base class for pointMesh movers.
Abstract base class for velocity pointMesh movers.
pointScalarField & pointMotionU()
Non-const access to the pointMotionU in order to allow changes.
word cmptName_
The component name to solve for.
virtual void topoChange(const polyTopoChangeMap &)
Update local data for topology changes.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
virtual ~velocityComponent()
Destructor.
TypeName("velocityComponent")
Runtime type information.
velocityComponent(const polyMesh &, const dictionary &, const word &type)
Construct from mesh and dictionary.
void operator=(const velocityComponent &)=delete
Disallow default bitwise assignment.
direction cmpt_
The component to solve for.
pointScalarField pointMotionU_
Point motion field.
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.
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.