38#ifndef Foam_ignoreFaPatch_H
39#define Foam_ignoreFaPatch_H
70 const label nbrPolyPatchi = -1,
81 const label nbrPolyPatchi = -1,
105 const label nbrPolyPatchi = -1
122 const label nbrPolyPatchi = -1
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,...
const labelList & edgeLabels() const noexcept
Return the list of edges.
friend class faBoundaryMesh
The faPatch geometry initialisation is called by faBoundaryMesh.
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.
TypeName("ignore")
Runtime type information.
ignoreFaPatch(const word &name, const label index, const faBoundaryMesh &bm, const label nbrPolyPatchi=-1, const word &patchType=typeName)
Minimal construct from components.
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.