Go to the documentation of this file.
35 #ifndef wedgePolyPatch_H
36 #define wedgePolyPatch_H
108 const word& patchType
Templated 3D tensor derived from VectorSpace adding construction from 9 components,...
virtual void calcGeometry(PstreamBuffers &)
Calculate the patch geometry.
vector centreNormal_
Centre normal between the wedge boundaries.
A class for handling words, derived from string.
Wedge front and back plane patch.
scalar cosAngle_
Cosine of the wedge angle.
Buffers for inter-processor communications streams (UOPstream, UIPstream).
const tensor & cellT() const
Return neighbour-cell transformation tensor.
const vector & axis() const
Return axis of the wedge.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A patch is a list of labels that address the faces in the global face list.
tensor cellT_
Neighbour-cell transformation tensor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
virtual autoPtr< polyPatch > clone(const polyBoundaryMesh &bm) const
Construct and return a clone, resetting the boundary mesh.
label start() const
Return start label of this patch in the polyMesh face list.
const tensor & faceT() const
Return face transformation tensor.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
const vector & n() const
Return the normal to the patch.
vector n_
Normal to the patch.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
tensor faceT_
Face transformation tensor.
scalar cosAngle() const
Return the cosine of the wedge angle.
TypeName("wedge")
Runtime type information.
wedgePolyPatch(const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType)
Construct from components.
vector axis_
Axis of the wedge.
const word & name() const
Return name.
label index() const
Return the index of this patch in the boundaryMesh.
const vector & centreNormal() const
Return plane normal between the wedge boundaries.