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

[mesh manipulation] stitchMesh : duplicate point

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By dhruv

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 21, 2011, 10:36
Default stitchMesh : duplicate point
  #1
New Member
 
Nolwenn
Join Date: Apr 2010
Posts: 26
Rep Power: 16
Nolwenn is on a distinguished road
Hello everybody,

I have a problem using stitchMesh utility. When I want to stitch two interfaces i have a duplicate point error :
Code:
Duplicate point found in cut face. Error in the face cutting algorithm for global face 4(53292 53293 54193 54192) local face 4(0 1 2 3)
Slave size: 240 Master size: 917 index: 0.
Face: 10(53292 55407 55408 55092 55165 55164 55163 55166 54193 54192)
I can't find the answer on previous threads...

Nolwenn
Nolwenn is offline   Reply With Quote

Old   October 4, 2011, 22:25
Default
  #2
Member
 
HD
Join Date: Jul 2011
Posts: 56
Rep Power: 14
Rebecca513 is on a distinguished road
Hi Nolwenn,

I also got this error message. Have you figured out the problem? Mine two patches should be identical, I don't know where goes wrong...

Thank you!

Best,

Hang
Rebecca513 is offline   Reply With Quote

Old   October 10, 2011, 05:09
Default stitchMesh
  #3
Member
 
supercommandodhruv
Join Date: Sep 2011
Posts: 57
Rep Power: 14
dhruv is on a distinguished road
Hi Rebecca and Nolwenn,

I am having the same problem. Did you figure out a solution? I read on the forum, we should use a -perfect flag for stitchMesh, but when i used it, I got the following error message.

Quote:
--> FOAM FATAL ERROR:
Points on patch sides do not match to within tolerance 7.40161e-06

From function perfectInterface::setRefinement(polyTopoChange& ref) const
in file perfectInterface/perfectInterface.C at line 220.

FOAM exiting
My geometry is like a big block with two rectangular holes, where I am trying to insert via mergeMesh and stitchMesh, two solid rectangular blocks having the same dimensions like the holes.

Thanks,
Dhruv.
pepe.aero likes this.
dhruv is offline   Reply With Quote

Old   October 10, 2011, 11:44
Default
  #4
Member
 
HD
Join Date: Jul 2011
Posts: 56
Rep Power: 14
Rebecca513 is on a distinguished road
Hi Dhruv,

the -perfect flag actually worked for me. Are the two patches you are working on 100% the same? Maybe you can try other flags?

Best,
Rebecca513 is offline   Reply With Quote

Old   May 15, 2013, 10:57
Default
  #5
Member
 
Ignacio
Join Date: Jan 2013
Posts: 33
Rep Power: 13
ignacio is on a distinguished road
Did anybody find the solution for this?
I also get Duplicated Points and can't figure out how to get rid of them.

Thanks a lot!
ignacio is offline   Reply With Quote

Old   November 12, 2013, 06:09
Default
  #6
New Member
 
Join Date: Apr 2011
Posts: 28
Rep Power: 15
pepe.aero is on a distinguished road
Hi Dhruv,

I have right now the same problem trying to merge a rectangular block (1) into a mesh with a rectangular hole (2).
Bounding boxes of block (1) and hole (2) are identical, but points and faces at the interface are different.
The executed command is the following:

stitchMesh -overwrite -perfect INTERFACE defaultFaces


Did you find out a solution for the quoted issue?

Quote:
Originally Posted by dhruv View Post
Hi Rebecca and Nolwenn,

I am having the same problem. Did you figure out a solution? I read on the forum, we should use a -perfect flag for stitchMesh, but when i used it, I got the following error message.



My geometry is like a big block with two rectangular holes, where I am trying to insert via mergeMesh and stitchMesh, two solid rectangular blocks having the same dimensions like the holes.

Thanks,
Dhruv.
The error reported in my case is the following:

Code:
--> FOAM FATAL ERROR: 
Points on patch sides do not match to within tolerance 1.45655e-05

    From function perfectInterface::setRefinement(polyTopoChange& ref) const
    in file perfectInterface/perfectInterface.C at line 220.

FOAM exiting
Thanks for your support,

Best regards,

Andrea
pepe.aero is offline   Reply With Quote

Old   March 13, 2014, 05:47
Default
  #7
Senior Member
 
Albrecht vBoetticher
Join Date: Aug 2010
Location: Zürich, Swizerland
Posts: 237
Rep Power: 16
vonboett is on a distinguished road
Hello,
I get:

--> FOAM FATAL ERROR: Duplicate point found in cut face. Error in the face cutting algorithm for global face

when using stitchMesh. The interfaces are the same but with different resolution and complex cells. Any hints or maybe improvements with OF 2.3 ?
vonboett is offline   Reply With Quote

Old   February 1, 2016, 08:53
Default
  #8
New Member
 
Lisa
Join Date: Dec 2015
Posts: 8
Rep Power: 10
Lisl is on a distinguished road
I know it's been quite a while since this post was active but did you solve the Problem?

I'm having exactly the same Problem and can't find an answer..

Thanks!!
Lisl is offline   Reply With Quote

Old   February 1, 2016, 11:47
Default
  #9
Member
 
Ignacio
Join Date: Jan 2013
Posts: 33
Rep Power: 13
ignacio is on a distinguished road
Try increasing a little bit the tolerance, that worked for me.
I have also heard that performing operations such as stitching in binary might also help since it will reduce roudn off arithmetic errors
ignacio is offline   Reply With Quote

Old   February 1, 2016, 14:51
Default
  #10
New Member
 
Lisa
Join Date: Dec 2015
Posts: 8
Rep Power: 10
Lisl is on a distinguished road
Thanks for your quick answer!

okay that's what i thought too but where can i change that?
Do i Need something like a tolerance dict?
Lisl is offline   Reply With Quote

Old   January 19, 2017, 14:15
Default stitchMesh -perfect
  #11
New Member
 
Join Date: Apr 2014
Posts: 9
Rep Power: 12
Metternich is on a distinguished road
I want to merge a mesh to tranlated version of himself with stitchMesh -perfect.
The Mesh on the surfaces are exactly the same (i see in paraview), but i got the dam error "Points on patch sides do not match with ..."
Why??
I am very desperated. Can someone tell me whats going on? Can i force him to stitch the meshes cause i know, they are the same.
Metternich is offline   Reply With Quote

Old   April 23, 2018, 20:26
Default
  #12
New Member
 
Join Date: Aug 2017
Posts: 2
Rep Power: 0
behrouz_Beh is on a distinguished road
I know this is an old thread but for future use, I mention my experience for this error.
I had the same error with my blockMesh. In my case, I did not define the edges well . After well defining the edges ( for circle in geometry) the problem was solved.

Hope it helps.
behrouz_Beh is offline   Reply With Quote

Reply

Tags
duplicate point, stitchmesh


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
[snappyHexMesh] snappyHexMesh sticking point natty_king OpenFOAM Meshing & Mesh Conversion 11 February 20, 2024 09:12
Duplicate Point found in cut face. Ankit.Dave OpenFOAM 1 February 6, 2020 08:59
[mesh manipulation] stitchMesh: multiple meshes GerhardHolzinger OpenFOAM Meshing & Mesh Conversion 3 August 25, 2017 12:43
[blockMesh] Trouble with MergePatchPairs: Duplicate Point Found in Cut Face dancfd OpenFOAM Meshing & Mesh Conversion 4 March 13, 2014 03:01
[mesh manipulation] stitchMesh Dublicate point ... besto OpenFOAM Meshing & Mesh Conversion 1 October 4, 2011 21:48


All times are GMT -4. The time now is 10:44.