Go to the documentation of this file.
39 #ifndef nonuniformTransformCyclicPolyPatch_H
40 #define nonuniformTransformCyclicPolyPatch_H
61 TypeName(
"nonuniformTransformCyclic");
74 const word& patchType,
112 const label newStart,
A class for handling words, derived from Foam::string.
A polyBoundaryMesh is a polyPatch list with additional search methods and registered IO.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
label index() const noexcept
The index of this patch in the boundaryMesh.
label start() const
Return start label of this patch in the polyMesh face list.
virtual transformType transform() const
Type of transform.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const word & name() const noexcept
The patch name.
const word & neighbPatchName() const
Neighbour patch name.
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.