43#ifndef Foam_emptyFaPatch_H
44#define Foam_emptyFaPatch_H
75 const label nbrPolyPatchi = -1,
86 const label nbrPolyPatchi = -1,
110 const label nbrPolyPatchi = -1
127 const label nbrPolyPatchi = -1
139 virtual label
size()
const
autoPtr< List< label > > clone() const
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
virtual label size() const
Patch size is the number of edge labels, but can be overloaded.
emptyFaPatch(const word &name, const label index, const faBoundaryMesh &bm, const label nbrPolyPatchi=-1, const word &patchType=typeName)
Minimal construct from components.
TypeName("empty")
Runtime type information.
virtual autoPtr< faPatch > clone(const faBoundaryMesh &bm) const
Construct and return a clone, resetting the boundary mesh.
virtual autoPtr< faPatch > clone(const faBoundaryMesh &bm, const labelUList &edgeLabels, const label index, const label nbrPolyPatchi=-1) const
Construct and return a clone, resetting the edge list.
const labelList & edgeLabels() const noexcept
Return the list of edges.
friend class faBoundaryMesh
The faPatch geometry initialisation is called by faBoundaryMesh.
label index() const noexcept
The index of this patch in the boundaryMesh.
A class for handling words, derived from Foam::string.
const word GlobalIOList< Tuple2< scalar, vector > >::typeName("scalarVectorTable")
word name(const expressions::valueTypeCode typeCode)
A word representation of a valueTypeCode. Empty for expressions::valueTypeCode::INVALID.
UList< label > labelUList
A UList of labels.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.