Go to the documentation of this file.
36 #ifndef cyclicSlipPolyPatch_H
37 #define cyclicSlipPolyPatch_H
71 const word& patchType,
109 const label newStart,
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.
virtual ~cyclicSlipPolyPatch()
cyclicSlipPolyPatch(const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType, const transformType transform=UNKNOWN)
Construct from components.
A list of keyword definitions, which are a keyword followed by any number of values (e....
label start() const
Return start label of this patch in the polyMesh face list.
virtual transformType transform() const
Type of transform.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Copy of cyclicSlip - used to be able to instantiate cyclicSlip pointPatch which is cyclicSlip with sl...
TypeName("cyclicSlip")
Runtime type information.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
const word & name() const
Return name.
const word & neighbPatchName() const
Neighbour patch name.
label index() const
Return the index of this patch in the boundaryMesh.
virtual autoPtr< polyPatch > clone(const polyBoundaryMesh &bm) const
Construct and return a clone, resetting the boundary mesh.
cyclicPolyPatch(const word &name, const label size, const label start, const label index, const polyBoundaryMesh &bm, const word &patchType, const transformType transform=UNKNOWN)
Construct from components.