37 #ifndef Foam_wedgePolyPatch_H 38 #define Foam_wedgePolyPatch_H 100 const word& patchType
110 const word& patchType
const tensor & cellT() const noexcept
Return neighbour-cell transformation tensor.
A list of keyword definitions, which are a keyword followed by a number of values (eg...
label start() const noexcept
Return start label of this patch in the polyMesh face list.
TypeName("wedge")
Runtime type information.
virtual autoPtr< polyPatch > clone(const polyBoundaryMesh &bm) const
Construct and return a clone, resetting the boundary mesh.
scalar cosAngle() const noexcept
Return the cosine of the wedge angle.
const vector & axis() const noexcept
Return axis of the wedge.
A class for handling words, derived from Foam::string.
wedgePolyPatch(const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType)
Construct from components.
Wedge front and back plane patch.
A polyBoundaryMesh is a polyPatch list with registered IO, a reference to the associated polyMesh...
const word & name() const noexcept
The patch name.
A Vector of values with scalar precision, where scalar is float/double depending on the compilation f...
const tensor & faceT() const noexcept
Return face transformation tensor.
Buffers for inter-processor communications streams (UOPstream, UIPstream).
virtual void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
const vector & n() const noexcept
Return the normal to the patch.
Pointer management similar to std::unique_ptr, with some additional methods and type checking...
label index() const noexcept
The index of this patch in the boundaryMesh.
A patch is a list of labels that address the faces in the global face list.
Tensor of scalars, i.e. Tensor<scalar>.
uindirectPrimitivePatch pp(UIndirectList< face >(mesh.faces(), faceLabels), mesh.points())
const vector & centreNormal() const noexcept
Return plane normal between the wedge boundaries.