blockMesh: Added support for (<block> <face>) specification of patch faces
e.g. for the cavity tutorial the moving wall patch can be specified in terms of the block vertices as before: boundary ( movingWall { type wall; faces ( (3 7 6 2) ); } . . . or the new specification of the face as block 0, block face 3: boundary ( movingWall { type wall; faces ( (0 3) ); }
Showing
- src/mesh/blockMesh/blockDescriptor/blockDescriptor.C 19 additions, 0 deletionssrc/mesh/blockMesh/blockDescriptor/blockDescriptor.C
- src/mesh/blockMesh/blockMesh/blockMesh.H 10 additions, 14 deletionssrc/mesh/blockMesh/blockMesh/blockMesh.H
- src/mesh/blockMesh/blockMesh/blockMeshCheck.C 1 addition, 79 deletionssrc/mesh/blockMesh/blockMesh/blockMeshCheck.C
- src/mesh/blockMesh/blockMesh/blockMeshTopology.C 98 additions, 67 deletionssrc/mesh/blockMesh/blockMesh/blockMeshTopology.C
Please register or sign in to comment