From ca5d91239de324c3ff4416ac8551bc100347931a Mon Sep 17 00:00:00 2001 From: Mark Olesen Date: Wed, 8 Aug 2018 23:54:27 +0200 Subject: [PATCH] STYLE: use edgeHashes include STYLE: use initial hash size 128 instead of 100 in a few places --- .../mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L | 4 ++-- .../extrude2DMesh/patchToPoly2DMesh/patchToPoly2DMesh.H | 2 +- .../mesh/generation/foamyMesh/foamyQuadMesh/CV2D.H | 2 +- .../utilities/mesh/manipulation/checkMesh/checkGeometry.C | 2 +- .../mesh/manipulation/splitMeshRegions/splitMeshRegions.C | 2 +- src/OpenFOAM/containers/HashTables/HashSet/HashSet.H | 2 +- src/OpenFOAM/fields/Fields/transformList/transformList.H | 2 +- src/OpenFOAM/meshes/lduMesh/lduPrimitiveMesh.C | 2 +- src/OpenFOAM/meshes/meshShapes/edge/EdgeMap.H | 2 +- src/OpenFOAM/meshes/meshShapes/edge/edgeHashes.H | 2 +- .../meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C | 2 +- .../polyPatches/constraint/cyclic/cyclicPolyPatch.C | 2 +- src/OpenFOAM/meshes/polyMesh/syncTools/syncTools.H | 2 +- .../primitiveMesh/primitiveMeshCheck/primitiveMeshCheck.C | 4 ++-- .../meshCut/meshModifiers/boundaryCutter/boundaryCutter.H | 2 +- .../meshModifiers/meshCutAndRemove/meshCutAndRemove.H | 2 +- .../meshCut/meshModifiers/meshCutter/meshCutter.H | 2 +- .../polyTopoChange/polyTopoChange/tetDecomposer.C | 2 +- .../cellToCell/globalIndexStencils/CECCellToCellStencil.H | 2 +- .../cellToFace/globalIndexStencils/FECCellToFaceStencil.H | 2 +- .../pairPatchAgglomeration/pairPatchAgglomeration.H | 2 +- .../snappyHexMesh/snappyHexMeshDriver/snappyLayerDriver.C | 2 +- src/meshTools/edgeMesh/edgeMesh.C | 6 +++--- src/meshTools/regionSplit/localPointRegion.C | 2 +- .../searchableSurfaces/triSurfaceMesh/triSurfaceMesh.C | 4 ++-- .../searchableSurfaces/triSurfaceMesh/triSurfaceMesh.H | 2 +- src/meshTools/triSurface/surfaceFeatures/surfaceFeatures.C | 2 +- 27 files changed, 32 insertions(+), 32 deletions(-) diff --git a/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L b/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L index 732acf48f5..f8659f1e82 100644 --- a/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L +++ b/applications/utilities/mesh/conversion/fluent3DMeshToFoam/fluent3DMeshToFoam.L @@ -80,8 +80,8 @@ labelList owner(0); labelList neighbour(0); // Group type and name -Map groupType(100); -Map groupName(100); +Map groupType(128); +Map groupName(128); // Point groups DynamicList