Go to the documentation of this file.
49 class pointBoundaryMesh;
50 class pointConstraint;
131 virtual const word&
name()
const = 0;
virtual void initUpdateMesh(PstreamBuffers &)
Initialise the update of the patch topology.
virtual label index() const =0
Return the index of this patch in the pointBoundaryMesh.
virtual void updateMesh(PstreamBuffers &)
Update of the patch topology.
A class for handling words, derived from string.
virtual const vectorField & pointNormals() const =0
Return point normals.
virtual bool coupled() const
Return true if this patch field is coupled.
virtual const vectorField & localPoints() const =0
Return mesh points.
Buffers for inter-processor communications streams (UOPstream, UIPstream).
virtual ~pointPatch()
Destructor.
virtual void movePoints(PstreamBuffers &, const pointField &)
Correct patches after moving points.
Accumulates point constraints through successive applications of the applyConstraint function.
Basic pointPatch represents a set of points from the mesh.
virtual void initGeometry(PstreamBuffers &)
Initialise the calculation of the patch geometry.
void operator=(const pointPatch &)
Disallow default bitwise assignment.
pointPatch(const pointPatch &)
Disallow default bitwise copy construct.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
const pointBoundaryMesh & boundaryMesh_
Reference to boundary mesh.
virtual const word & name() const =0
Return name.
virtual void applyConstraint(const label pointi, pointConstraint &) const
Accumulate the effect of constraint direction of this patch.
virtual label size() const =0
Return size.
TypeName("basePatch")
Runtime type information.
virtual const labelList & meshPoints() const =0
Return mesh points.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const pointBoundaryMesh & boundaryMesh() const
Return boundaryMesh reference.
static const word null
An empty word.
virtual void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
virtual void initMovePoints(PstreamBuffers &, const pointField &)
Initialise the patches for moving points.
virtual const word & constraintType() const
Return the constraint type this pointPatch implements.