37 #ifndef coupledPolyPatch_H 38 #define coupledPolyPatch_H 76 static const scalar defaultMatchTol_;
79 const scalar matchTolerance_;
194 const word& patchType,
205 const word& patchType
248 virtual bool owner()
const = 0;
279 return separation_.
size();
291 return forwardT_.
empty();
314 return matchTolerance_;
static void writeOBJ(Ostream &os, const point &pt)
Write point in OBJ format.
virtual const tensorField & forwardT() const
Return face transformation tensor.
Buffers for inter-processor communications streams (UOPstream, UIPstream).
virtual bool separated() const
Are the planes separated.
Pair< int > faceMap(const label facePi, const face &faceP, const label faceNi, const face &faceN)
const word & name() const
Return name.
virtual bool neighbour() const
Does the coupled side own the patch ?
virtual bool order(PstreamBuffers &, const primitivePatch &, labelList &faceMap, labelList &rotation) const =0
Return new ordering for primitivePatch.
virtual ~coupledPolyPatch()
Destructor.
bool empty() const
Return true if the UList is empty (ie, size() is zero).
virtual void initMovePoints(PstreamBuffers &, const pointField &)=0
Initialise the patches for moving points.
label index() const
Return the index of this patch in the boundaryMesh.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
coupledPolyPatch(const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType, const transformType transform)
Construct from components.
void size(const label)
Override size to be inconsistent with allocated storage.
virtual void transformPosition(pointField &) const =0
Transform a patch-based position from other side to this side.
virtual void initUpdateMesh(PstreamBuffers &)=0
Initialise the update of the patch topology.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A patch is a list of labels that address the faces in the global face list.
const vectorField::subField faceCentres() const
Return face centres.
A face is a list of labels corresponding to mesh vertices.
virtual bool parallel() const
Are the cyclic planes parallel.
static pointField getAnchorPoints(const UList< face > &, const pointField &, const transformType)
Get a unique anchor point for all faces.
virtual void movePoints(PstreamBuffers &, const pointField &)=0
Correct patches after moving points.
virtual void calcGeometry(PstreamBuffers &)=0
Calculate the patch geometry.
virtual const vectorField & separation() const
If the planes are separated the separation vector.
TypeName("coupled")
Runtime type information.
void calcTransformTensors(const vectorField &Cf, const vectorField &Cr, const vectorField &nf, const vectorField &nr, const scalarField &smallDist, const scalar absTol, const transformType=UNKNOWN) const
Calculate the transformation tensors.
static label getRotation(const pointField &points, const face &f, const point &anchor, const scalar tol)
Get the number of vertices face f needs to be rotated such that.
A list of faces which address into the list of points.
label start() const
Return start label of this patch in the polyMesh face list.
virtual void write(Ostream &) const
Write the polyPatch data as a dictionary.
virtual bool coupled() const
Return true because this patch is coupled.
virtual void initOrder(PstreamBuffers &, const primitivePatch &) const =0
Initialize ordering for primitivePatch. Does not.
virtual transformType transform() const
Type of transform.
virtual void initGeometry(PstreamBuffers &)=0
Initialise the calculation of the patch geometry.
A class for handling file names.
static scalarField calcFaceTol(const UList< face > &faces, const pointField &points, const pointField &faceCentres)
Calculate typical tolerance per face. Is currently max distance.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
static const NamedEnum< transformType, 5 > transformTypeNames
virtual bool owner() const =0
Does this side own the patch ?
The coupledPolyPatch is an abstract base class for patches that couple regions of the computational d...
scalar matchTolerance() const
virtual const boolList & collocated() const
Are faces collocated. Either size 0,1 or length of patch.
const Field< PointType > & points() const
Return reference to global points.
virtual void updateMesh(PstreamBuffers &)=0
Update of the patch topology.
virtual const tensorField & reverseT() const
Return neighbour-cell transformation tensor.