ENH: add blockMeshDict "mergeType" keyword (#1589)
- enumerated values are (points | topology) which can be optionally specified in the blockMeshDict. Default is 'topology'. If the command-line option `blockMesh -merge-points` is specified, this has absolute priority over any blockMeshDict entry. STYLE: changed blockMesh "-blockTopology" option to "-write-obj" - this is more specific to what it does. Potentially wish to add a "-write-vtk" option in the future. TUT: adjust tutorials to use preferred or necessary merge strategies: * channel395DFSEM - topology * nozzleFlow2D - points * pipeCyclic - points
Showing
- applications/utilities/mesh/generation/blockMesh/blockMesh.C 23 additions, 17 deletionsapplications/utilities/mesh/generation/blockMesh/blockMesh.C
- src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C 1 addition, 1 deletionsrc/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C
- src/mesh/blockMesh/blockMesh/blockMesh.C 26 additions, 15 deletionssrc/mesh/blockMesh/blockMesh/blockMesh.C
- src/mesh/blockMesh/blockMesh/blockMesh.H 42 additions, 14 deletionssrc/mesh/blockMesh/blockMesh/blockMesh.H
- src/mesh/blockMesh/blockMesh/blockMeshMergeGeometrical.C 1 addition, 1 deletionsrc/mesh/blockMesh/blockMesh/blockMeshMergeGeometrical.C
- src/mesh/blockMesh/blockMesh/blockMeshMergeTopological.C 1 addition, 1 deletionsrc/mesh/blockMesh/blockMesh/blockMeshMergeTopological.C
- tutorials/incompressible/pimpleFoam/LES/channel395DFSEM/system/blockMeshDict 2 additions, 2 deletions...sible/pimpleFoam/LES/channel395DFSEM/system/blockMeshDict
- tutorials/incompressible/simpleFoam/pipeCyclic/system/blockMeshDict 3 additions, 1 deletion...incompressible/simpleFoam/pipeCyclic/system/blockMeshDict
- tutorials/multiphase/interFoam/LES/nozzleFlow2D/system/blockMeshDict 3 additions, 1 deletion...ultiphase/interFoam/LES/nozzleFlow2D/system/blockMeshDict
Please register or sign in to comment