Go to the documentation of this file.
41 #ifndef createShellMesh_H
42 #define createShellMesh_H
92 const bitSet& sameEdgeOrientation,
93 const bool syncNonCollocated,
133 return cellToFaceMap_;
144 return faceToFaceMap_;
150 return faceToEdgeMap_;
156 return pointToPointMap_;
174 const globalMeshData& globalData,
176 const bitSet& nonManifoldEdge,
177 const bool syncNonCollocated,
187 const scalar expansionRatio,
192 polyTopoChange& meshMod
const labelList & faceToEdgeMap() const
List< label > labelList
A List of labels.
vectorField pointField
pointField is a vectorField.
const labelList & pointToPointMap() const
A bitSet stores bits (elements with only two states) in packed internal format and supports a variety...
PrimitivePatch< List< face >, const pointField & > primitiveFacePatch
A PrimitivePatch with List storage for the faces, const reference for the point field.
Direct mesh changes based on v1.3 polyTopoChange syntax.
const labelList & faceToFaceMap() const
void updateMesh(const mapPolyMesh &)
Generic templated field type.
Various mesh related information for a parallel run. Upon construction, constructs all info using par...
void setRefinement(const pointField &firstLayerThickness, const scalar expansionRatio, const label nLayers, const labelList &topPatchID, const labelList &bottomPatchID, const labelListList &extrudeEdgePatches, polyTopoChange &meshMod)
const labelList & cellToFaceMap() const
List< labelList > labelListList
A List of labelList.
List< face > faceList
A List of faces.
static void calcPointRegions(const globalMeshData &globalData, const primitiveFacePatch &patch, const bitSet &nonManifoldEdge, const bool syncNonCollocated, faceList &pointGlobalRegions, faceList &pointLocalRegions, labelList &localToGlobalRegion)
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
Creates mesh by extruding a patch.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
ClassName("createShellMesh")
A list of faces which address into the list of points.