76#ifndef Foam_extrudePatchMesh_H
77#define Foam_extrudePatchMesh_H
207 return extrudedPatch_;
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const fvMesh & regionMesh() const
Return region mesh.
const polyPatch & bottomPatch() const
Return bottom patch.
virtual ~extrudePatchMesh()=default
Destructor.
const polyPatch & extrudedPatch() const
Return extruded patch.
const polyPatch & sidesPatch() const
Return sides patch.
const polyPatch & topPatch() const
Return top patch.
TypeName("extrudePatchMesh")
Runtime type information.
fvMesh(const fvMesh &)=delete
No copy construct.
A finiteVolume patch using a polyPatch and a fvBoundaryMesh.
const polyBoundaryMesh & boundaryMesh() const noexcept
Return boundary mesh.
static const word & regionName(const word ®ion)
The mesh region name or word::null if polyMesh::defaultRegion.
A patch is a list of labels that address the faces in the global face list.
A class for handling words, derived from Foam::string.
PtrList< polyPatch > polyPatchList
Store lists of polyPatch as a PtrList.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.