|
[Sponsors] | |||||
[mesh manipulation] mergePatchPairs with multiple areas |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|
|
#1 |
|
New Member
Björn N.
Join Date: Jun 2013
Posts: 11
Rep Power: 14 ![]() |
Hi together!
I try to use mergePatchPairs to arrange a block-structured grid. It looks somehow like this: block2 | block5 |block4 ------------------------------------ block1 | oldBlock |block3 -------------(sym.)--------------- The idea is that the blocks 1-5 have a coarser grid. When I use mergePatchPairs like this Code:
mergePatchPairs ( (oldInlet A1East) (oldOutlet A3West) (oldTopbottom A5South) ) Code:
--> FOAM FATAL ERROR: Duplicate point found in cut face. Error in the face cutting algorithm for global face 4(9160 9164 9165 9161) local face 4(13 12 18 19) Slave size: 25 Master size: 228 index: 10. block2 | block5 |block4 ----------x--------------x---------- block1 | oldBlock |block3 -------------(sym.)--------------- Can someone help me out? I searched the forum but didnt really find an answer. Is it possible to run mergePatchPairs twice? Thanks a lot in advance! Björn |
|
|
|
|
|
|
|
|
#2 |
|
New Member
Björn N.
Join Date: Jun 2013
Posts: 11
Rep Power: 14 ![]() |
Just in case that somebody has similar problems. My work-around was the following: I merged the oldBlock, block1 and block3 with mergePatchPairs. Then I created a new case with block2, block5 and block4 and used mergeMeshes and stitchMesh to stitch the both cases together. In another case I used AMI boundaries to create the mesh.
|
|
|
|
|
|
![]() |
| Tags |
| duplicate, mergepatchpairs, multiple |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
| [snappyHexMesh] Creating multiple multiple cell zones with snappyHexMesh - a newbie in deep water! | divergence | OpenFOAM Meshing & Mesh Conversion | 0 | January 23, 2019 05:17 |
| [OpenFOAM.org] Install openFOAM 3.0.1 in Ubuntu 16.04 LTS from Deb packs | Pier84 | OpenFOAM Installation | 4 | June 18, 2016 17:22 |
| OpenFOAM static build on Cray XT5 | asaijo | OpenFOAM Installation | 9 | April 6, 2011 13:21 |
| [blockMesh] BlockMeshDict with multiple hex blocks mergePatchPairs | prousa | OpenFOAM Meshing & Mesh Conversion | 1 | May 15, 2009 00:42 |