Go to the documentation of this file.
35 #ifndef fvBoundaryMesh_H
36 #define fvBoundaryMesh_H
47 class polyBoundaryMesh;
A class for handling words, derived from string.
label findPatchID(const word &patchName) const
Find patch index given a name.
fvBoundaryMesh(const fvBoundaryMesh &)
Disable default copy construct.
void readUpdate(const polyBoundaryMesh &)
Update boundary based on new polyBoundaryMesh.
void addPatches(const polyBoundaryMesh &)
Add fvPatches corresponding to the given polyBoundaryMesh.
const fvMesh & mesh() const
Return the mesh reference.
A class for handling keywords in dictionaries.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
lduInterfacePtrsList interfaces() const
Return a list of pointers for each patch.
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
A templated 1D list of pointers to objects of type <T>, where the size of the array is known and used...
const fvPatch & operator[](const word &) const
Return const reference to fvPatch by name.
Mesh data needed to do the Finite Volume discretisation.
labelList findIndices(const keyType &, const bool useGroups) const
Find patch indices given a name.
const fvMesh & mesh_
Reference to mesh.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
friend Ostream & operator(Ostream &, const PtrList< T > &)
void operator=(const fvBoundaryMesh &)
Disallow assignment.
void movePoints()
Correct patches after moving points.