35 #ifndef fvBoundaryMesh_H 36 #define fvBoundaryMesh_H 47 class polyBoundaryMesh;
label findPatchID(const word &patchName) const
Find patch index given a name.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
fvBoundaryMesh(const fvMesh &)
Construct with zero size.
friend Ostream & operator(Ostream &, const UPtrList< T > &)
Write UPtrList to Ostream.
void readUpdate(const polyBoundaryMesh &)
Update boundary based on new polyBoundaryMesh.
const fvPatch & operator[](const word &) const
Return const reference to fvPatch by name.
const fvMesh & mesh() const
Return the mesh reference.
A class for handling words, derived from string.
void shuffle(const labelUList &newToOld, const bool validBoundary)
Reorders patches. Ordering does not have to be done in.
A wordRe is a word, but can also have a regular expression for matching words.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
lduInterfacePtrsList interfaces() const
Return a list of pointers for each patch.
void operator=(const fvBoundaryMesh &)
Disallow default bitwise assignment.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
Mesh data needed to do the Finite Volume discretisation.
labelList findIndices(const wordRe &, const bool useGroups) const
Find patch indices given a name.
void movePoints()
Correct patches after moving points.