35 #ifndef wedgePolyPatch_H
36 #define wedgePolyPatch_H
74 mutable label oppositePatchIndex_;
80 bool isQuadFace(
const label)
const;
83 bool isWedgeFace(
const label)
const;
113 const word& patchType
123 const word& patchType
176 return centreNormal_;
autoPtr< PrimitivePatch< SubList< face >, const pointField & > > clone() const
Construct and return a clone.
Buffers for inter-processor communications streams (UOPstream, UIPstream).
label size() const
Return the number of elements in the UList.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
label index() const
Return the index of this patch in the boundaryMesh.
const word & name() const
Return name.
A patch is a list of labels that address the faces in the global face list.
label start() const
Return start label of this patch in the polyMesh face list.
Wedge front and back plane patch.
const vector & centreNormal() const
Return plane normal between the wedge boundaries.
scalar cosAngle() const
Return the cosine of the wedge angle.
virtual void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
const wedgePolyPatch & oppositePatch() const
Return a reference to the opposite wedge patch.
const tensor & cellT() const
Return neighbour-cell transformation tensor.
wedgePolyPatch(const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType)
Construct from components.
const vector & n() const
Return the normal to the patch.
label oppositePatchIndex() const
Return the index of the opposite wedge patch.
TypeName("wedge")
Runtime type information.
const vector & axis() const
Return axis of the wedge.
const tensor & faceT() const
Return face transformation tensor.
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.