Represents an unstructured mesh in NeoFOAM.
A base class for implementing derived boundary conditions.
label end_
The end index of the patch in the boundaryField.
BoundaryPatchMixin(const UnstructuredMesh &mesh, size_t patchID)
size_t patchID_
The id of this patch.
BoundaryPatchMixin(label start, label end, size_t patchID)
virtual ~BoundaryPatchMixin()=default
label start_
The start index of the patch in the boundaryField.
std::pair< size_t, size_t > range()