35 #ifndef displacementPoints0_H
36 #define displacementPoints0_H
45 namespace pointMeshMovers
119 virtual bool write()
const;
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base class for pointMesh movers.
void operator=(const displacementPoints0 &)=delete
Disallow default bitwise assignment.
TypeName("displacementPoints0")
Runtime type information.
virtual void topoChange(const polyTopoChangeMap &)
Update local data for topology changes.
virtual void distribute(const polyDistributionMap &)
Update corresponding to the given distribution map.
virtual ~displacementPoints0()
Destructor.
static pointVectorField readPoints0(const polyMesh &mesh)
virtual void mapMesh(const polyMeshMap &)=0
Update from another mesh using the given map.
virtual void movePoints(const pointField &)
Update local data for geometry changes.
virtual bool write() const
Write points0 if the mesh topology changed.
pointVectorField points0_
Starting points.
pointField & points0()
Return reference to the reference field.
displacementPoints0(const polyMesh &, const dictionary &, const word &type)
Construct from mesh and dictionary.
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.
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.