|
[Sponsors] |
October 10, 2012, 04:00 |
OpenFoam MeshCheck
|
#1 |
New Member
NGH
Join Date: May 2011
Posts: 15
Rep Power: 15 |
Hi
I have created a mesh in ICEM and the mesh checked is ok without any error. I imported it into OpenFoam and conduct the meshCheck. it failed due to 1 skew face. I tried reading into fluent and the mesh is ok as well. How can I locate the skew face in ICEM and repair it? Also in Openfoam, what is the limit in skewness and how does it define skewness? Thanks a lot for any advice |
|
October 10, 2012, 12:41 |
|
#2 |
Senior Member
Kevin Smith
Join Date: Mar 2009
Posts: 104
Rep Power: 17 |
When you run checkMesh, does it write out the skew face sets? If so, you could probably use the setSet or setsToZones utility to create *.vtk files to locate the skew faces.
I think this is where the skewness is computed in openfoam - http://foam.sourceforge.net/docs/cpp...ce.html#l00523 . Kind regards, Kevin |
|
October 10, 2012, 21:41 |
|
#3 |
New Member
NGH
Join Date: May 2011
Posts: 15
Rep Power: 15 |
Hi
Thanks for the reply. How do I use the setToZones utility? The checkMesh does wrote out the set that is a skew face. Thanks |
|
October 11, 2012, 03:54 |
|
#4 |
Senior Member
Christian Lucas
Join Date: Aug 2009
Location: Braunschweig, Germany
Posts: 202
Rep Power: 18 |
Hi,
openfoam can handle cases where checkMesh returns failed. To my knowledge, checkMesh was write in a time when openFOAM wasn't as stable as it is today. If the mesh is ok in ICEM, it should be ok. How to locate "bad cells", have a look at this thread: http://www.cfd-online.com/Forums/ope...-paraview.html Regards, Christian |
|
October 11, 2012, 08:38 |
|
#5 |
Super Moderator
Tobias Holzmann
Join Date: Oct 2010
Location: Bad Wörishofen
Posts: 2,711
Blog Entries: 6
Rep Power: 52 |
Hi,
skewedFaces are normally not a problem. In general you are able to solve your case but sometimes the faces make problems. The sets you wanna visual in paraview is very easy to handle: Code:
foamToVTK -faceSet skewedFaces (or sth. like that) Utility setSet |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Issues with OpenFoam | sanjibdsharma | OpenFOAM | 0 | August 14, 2009 09:41 |
Problem installing OpenFOAM 1.5 installation on RHEL 4. | vwsj84 | OpenFOAM Installation | 4 | April 23, 2009 05:48 |
2009 OpenFOAM Summer School in Zagreb, Croatia | hjasak | OpenFOAM Announcements from Other Sources | 0 | March 27, 2009 13:08 |
64bitrhel5 OF installation instructions | mirko | OpenFOAM Installation | 2 | August 12, 2008 19:07 |
OpenFOAM Training and Workshop | Hrvoje Jasak | Main CFD Forum | 0 | October 7, 2005 08:14 |