CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[mesh manipulation] mergePatchPairs with multiple areas

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 22, 2015, 02:50
Default mergePatchPairs with multiple areas
  #1
New Member
 
Björn N.
Join Date: Jun 2013
Posts: 11
Rep Power: 12
bjoern1 is on a distinguished road
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)
)
I get the following error:

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.
I think its because of the edges marked with an "x" in the following picture:

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
bjoern1 is offline   Reply With Quote

Old   October 1, 2015, 07:07
Default
  #2
New Member
 
Björn N.
Join Date: Jun 2013
Posts: 11
Rep Power: 12
bjoern1 is on a distinguished road
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.
bjoern1 is offline   Reply With Quote

Reply

Tags
duplicate, mergepatchpairs, multiple


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to set periodic boundary conditions Ganesh FLUENT 15 November 18, 2020 06:09
[snappyHexMesh] Creating multiple multiple cell zones with snappyHexMesh - a newbie in deep water! divergence OpenFOAM Meshing & Mesh Conversion 0 January 23, 2019 04:17
[OpenFOAM.org] Install openFOAM 3.0.1 in Ubuntu 16.04 LTS from Deb packs Pier84 OpenFOAM Installation 4 June 18, 2016 16:22
OpenFOAM static build on Cray XT5 asaijo OpenFOAM Installation 9 April 6, 2011 12:21
[blockMesh] BlockMeshDict with multiple hex blocks mergePatchPairs prousa OpenFOAM Meshing & Mesh Conversion 1 May 14, 2009 23:42


All times are GMT -4. The time now is 13:42.