49 class pointBoundaryMesh;
50 class pointConstraint;
125 virtual const word&
name()
const = 0;
136 return boundaryMesh_;
virtual void initCalcGeometry(PstreamBuffers &)
Initialise the calculation of the patch geometry.
virtual bool coupled() const
Return true if this patch field is coupled.
virtual void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
virtual void applyConstraint(const label pointi, pointConstraint &) const
Accumulate the effect of constraint direction of this patch.
virtual void initTopoChange(PstreamBuffers &)
Initialise the update of the patch topology.
A class for handling words, derived from string.
pointPatch(const pointBoundaryMesh &bm)
virtual const word & name() const =0
Return name.
Accumulates point constraints through successive applications of the applyConstraint function...
virtual void initMovePoints(PstreamBuffers &, const pointField &)
Initialise the patches for moving points.
virtual void topoChange(PstreamBuffers &)
Update of the patch topology.
TypeName("basePatch")
Runtime type information.
void operator=(const pointPatch &)=delete
Disallow default bitwise assignment.
Buffers for inter-processor communications streams (UOPstream, UIPstream).
virtual const vectorField & pointNormals() const =0
Return point normals.
const pointBoundaryMesh & boundaryMesh() const
Return boundaryMesh reference.
virtual const vectorField & localPoints() const =0
Return mesh points.
Basic pointPatch represents a set of points from the mesh.
virtual label index() const =0
Return the index of this patch in the pointBoundaryMesh.
virtual ~pointPatch()
Destructor.
virtual void movePoints(PstreamBuffers &, const pointField &)
Correct patches after moving points.
virtual const labelList & meshPoints() const =0
Return mesh points.
virtual label size() const =0
Return size.