38 #ifndef displacement_pointMeshMover_H
39 #define displacement_pointMeshMover_H
47 namespace pointMeshMovers
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base class for displacement pointMesh movers.
virtual ~displacement()
Destructor.
TypeName("displacement")
Runtime type information.
void operator=(const displacement &)=delete
Disallow default bitwise assignment.
pointVectorField pointDisplacement_
Point motion field.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map (not implemented)
pointVectorField & pointDisplacement()
Return reference to the point motion displacement field.
displacement(const polyMesh &, const dictionary &, const word &type)
Construct from mesh and dictionary.
virtual tmp< pointField > newPoints()=0
Return point location obtained from the current motion field.
tmp< pointField > points() const
Return the points corresponding to the current displacement.
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
A class for managing temporary objects.
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.