58 #ifndef layeredDisplacement_pointMeshMover_H
59 #define layeredDisplacement_pointMeshMover_H
67 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.
Interpolating motion solver for extruded/layered meshes.
TypeName("layeredDisplacement")
Runtime type information.
layeredDisplacement(const polyMesh &, const dictionary &)
Construct from polyMesh and dictionary.
virtual tmp< pointField > newPoints()
Return point location obtained from the current motion field.
virtual void mapMesh(const polyMeshMap &)
Update from another mesh using the given map (not implemented)
~layeredDisplacement()
Destructor.
void operator=(const layeredDisplacement &)=delete
Disallow default bitwise assignment.
Class containing mesh-to-mesh mapping information.
Mesh consisting of general polyhedral cells.
A patch is a list of labels that address the faces in the global face list.
A class for managing temporary objects.