Go to the documentation of this file.
119 static const Enum<mergeStrategy> strategyNames_;
125 enum transformTypes :
unsigned
140 const IOdictionary& meshDict_;
146 bool checkFaceCorrespondence_;
152 unsigned transformType_;
155 searchableSurfaces geometry_;
234 bool checkDegenerate()
const;
240 void calcGeometricalMerge();
244 void calcTopologicalMerge();
248 void createPoints()
const;
249 void createCells()
const;
250 void createPatches()
const;
257 void operator=(
const blockMesh&) =
delete;
318 bool valid() const noexcept;
381 int verbose(const
int level) noexcept;
List< label > labelList
A List of labels.
vectorField pointField
pointField is a vectorField.
IOdictionary is derived from dictionary and IOobject to give the dictionary automatic IO functionalit...
PtrList< dictionary > patchDicts() const
Defines the attributes of an object for which implicit objectRegistry management is supported,...
bool valid() const noexcept
autoPtr< polyMesh > mesh(const IOobject &io) const
const faceListList & patches() const
A class for handling words, derived from Foam::string.
@ DEFAULT_MERGE
Default (TOPOLOGY), not selectable.
static word defaultRegion
int verbose() const noexcept
A class for managing temporary objects.
PtrList< blockVertex > blockVertexList
A PtrList of blockVertex.
const searchableSurfaces & geometry() const noexcept
List< cellShape > cellShapeList
List of cellShapes and PtrList of List of cellShape.
const pointField & vertices() const noexcept
@ MERGE_TOPOLOGY
"topology" merge by block topology (default)
const blockFaceList & faces() const noexcept
const polyMesh & topology() const
const blockEdgeList & edges() const noexcept
Mesh consisting of general polyhedral cells.
wordList patchTypes(nPatches)
List< word > wordList
A List of words.
PtrList< blockEdge > blockEdgeList
A PtrList of blockEdges.
Generic templated field type.
A patch is a list of labels that address the faces in the global face list.
scalar scaleFactor() const
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
bool inplacePointTransforms(pointField &pts) const
tmp< pointField > globalPosition(const pointField &localPoints) const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
@ MERGE_POINTS
"points" merge by point geometry
Vector< scalar > vector
A scalar version of the templated Vector.
bool hasPointTransforms() const noexcept
PtrList< block > blockList
PtrList< blockFace > blockFaceList
A PtrList of blockFaces.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
label numZonedBlocks() const
List< faceList > faceListList
A List of faceList.
const pointField & points() const
A Cartesian coordinate system.
List< face > faceList
A List of faces.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
wordList patchNames() const
Container for searchableSurfaces. The collection is specified as a dictionary. For example,...
const cellShapeList & cells() const
const dictionary & meshDict() const noexcept
static bool verboseOutput
A class for managing references or pointers (no reference counting)
A multi-block mesh generator.