37#ifndef cyclicACMIPointPatch_H
38#define cyclicACMIPointPatch_H
53class cyclicACMIPointPatch
66 cyclicACMIPointPatch(
const cyclicACMIPointPatch&) =
delete;
69 void operator=(
const cyclicACMIPointPatch&) =
delete;
98 TypeName(cyclicACMIPolyPatch::typeName_());
133 return cyclicACMIPolyPatch_;
139 label patchi = cyclicACMIPolyPatch_.neighbPatchID();
147 return cyclicACMIPolyPatch_.
parallel();
153 return cyclicACMIPolyPatch_.forwardT();
159 return cyclicACMIPolyPatch_.reverseT();
uindirectPrimitivePatch pp(UIndirectList< face >(mesh.faces(), faceLabels), mesh.points())
Buffers for inter-processor communications streams (UOPstream, UIPstream).
coupledFacePointPatch(const coupledFacePointPatch &)=delete
No copy construct.
virtual bool parallel() const
Are the cyclic planes parallel.
virtual void updateMesh(PstreamBuffers &)
Update of the patch topology.
virtual ~cyclicACMIPointPatch()
Destructor.
const tensorField & reverseT() const
Return neighbour-cell transformation tensor.
virtual void initMovePoints(PstreamBuffers &, const pointField &)
Initialise the patches for moving points.
virtual bool coupled() const
Is patch 'coupled'. Note that on AMI the geometry is not.
const tensorField & forwardT() const
Return face transformation tensor.
bool parallel() const
Are the cyclic planes parallel.
virtual void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
virtual const word & constraintType() const
Return the constraint type this pointPatch implements.
virtual void initGeometry(PstreamBuffers &)
Initialise the calculation of the patch geometry.
TypeName(cyclicACMIPolyPatch::typeName_())
Runtime type information.
const cyclicACMIPointPatch & neighbPatch() const
Return neighbour point patch.
const cyclicACMIPolyPatch & cyclicACMIPatch() const
Return the underlying cyclicAMIPolyPatch.
virtual void movePoints(PstreamBuffers &, const pointField &)
Correct patches after moving points.
virtual void initUpdateMesh(PstreamBuffers &)
Initialise the update of the patch topology.
Cyclic patch for Arbitrarily Coupled Mesh Interface (ACMI).
virtual const polyPatch & patch() const
Return the polyPatch.
A pointBoundaryMesh is a pointPatch list with registered IO, a reference to the associated pointMesh,...
Basic pointPatch represents a set of points from the mesh.
const pointBoundaryMesh & boundaryMesh() const
Return boundaryMesh reference.
pointPatch(const pointPatch &)=delete
No copy construct.
A patch is a list of labels that address the faces in the global face list.
A class for handling words, derived from Foam::string.
Type & refCast(U &obj)
A dynamic_cast (for references) to Type reference.
fileName::Type type(const fileName &name, const bool followLink=true)
Return the file type: DIRECTORY or FILE, normally following symbolic links.
Field< tensor > tensorField
Specialisation of Field<T> for tensor.
vectorField pointField
pointField is a vectorField.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.