|
[Sponsors] |
[blockMesh] Merging duplicate vertices with mergePatchPairs |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 14, 2022, 11:41 |
Merging duplicate vertices with mergePatchPairs
|
#1 | |
New Member
Join Date: Dec 2021
Location: Argentina, BB
Posts: 5
Rep Power: 5 |
Hello.
I need to merge all the internal faces of my geometry, but I am unable to do so with certain faces. I have learned (mainly in this thread) that mergePatchPairs doesn't allow duplicate vertices when trying to merge a face. My geometry is not complex, but I do have 26 blocks defined (an image is atacched with the placing of each block). I managed to merge all the faces that don't have duplicate vertices with some other, and I have identified the problematic faces that I can't merge (commented inside mergePatchPairs). The code as it is runs fine, blockMesh doesn't give any error and checkMesh looks good as well. But, as soon as I uncomment one of the problematic faces in mergePatchPair, I have the same error as in the mentioned thread: Quote:
I have tested the following:
Thanks in advance. Last edited by ariedinger; March 15, 2022 at 12:26. |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[blockMesh] mergePatchPairs problem when using two master and slave combination | Ali_Sh | OpenFOAM Meshing & Mesh Conversion | 0 | September 22, 2021 10:35 |
Question about cel function arg-X,Y,Z. Duplicate vertices. | hcs129 | CFX | 3 | September 29, 2020 14:38 |
Partitioning Error on HPC: ***Cannot bisect a graph with 0 vertices! | MJM | FLUENT | 0 | November 28, 2019 06:21 |
[blockMesh] mergePatchPairs: merging more than 1 block | K.C. | OpenFOAM Meshing & Mesh Conversion | 2 | May 14, 2016 06:44 |
[blockMesh] Trouble with MergePatchPairs: Duplicate Point Found in Cut Face | dancfd | OpenFOAM Meshing & Mesh Conversion | 4 | March 13, 2014 04:01 |