BUG: autoHexMesh: merging faceZones with layers added
- was merging all boundary points originating from the same point - which caused merging of multiple extruded points (since all originating from the same point) - there is no more addressing available from addPatchCell layer so instead do a geometric merge - additional bug: calculating weights if faceZone on processor patch
Showing
- src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C 135 additions, 126 deletions.../autoMesh/autoHexMesh/autoHexMeshDriver/autoLayerDriver.C
- src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.C 25 additions, 6 deletions...autoMesh/autoHexMesh/autoHexMeshDriver/autoRefineDriver.C
- src/mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.C 30 additions, 29 deletions...mesh/autoMesh/autoHexMesh/meshRefinement/meshRefinement.C
Please register or sign in to comment