CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Post-Processing

Looking for Intelligent way of mesh inspection

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 16, 2013, 04:39
Default Looking for Intelligent way of mesh inspection
  #1
New Member
 
anonymous
Join Date: Sep 2013
Posts: 5
Rep Power: 12
Hekky is on a distinguished road
Hello,

I am looking for an intelligent way of performing a visual check on my mesh.

The case is as follows:

I have a large amount of small tubes, fuel inlet system, connecting regions of the geometry I am meshing. The way Snappyhexmesh works is that it will grow through these smallholes only if the cellsize is sufficiently small in these regions. On smaller geometries I found out that even when the cellsize is sufficiently small, sometimes a couple of tubes are skipped.

So after the mesh is made I want to do a "quick as possible" check if all holes got meshed. The amount here is 300+ tubes at strange angles, so doing it all manually by inserting a lot of cutting planes is not really an option on the long term.

Anyone has an idea for a somewhat more intelligent way of performing such a check?

Thank you in advance!
Hekky is offline   Reply With Quote

Old   October 16, 2013, 04:53
Default
  #2
New Member
 
anonymous
Join Date: Sep 2013
Posts: 5
Rep Power: 12
Hekky is on a distinguished road
One really nice way of doing this is perhaps having the mesh, loading the refinement stl files and specify that all cells within the stl volumes should be extracted from the larger mesh structure. Any Idea on how to do this? cellExtract only allows to use generic shapes.
Hekky is offline   Reply With Quote

Old   October 19, 2013, 16:54
Default
  #3
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Greetings Hekky,

The simplest way is to use checkMesh to tell you the total volume that the mesh has got and compare to the total volume of your geometry.
A full check can provide you with even more reports on how bad the mesh might be:
Code:
checkMesh -constant -allGeometry -allTopology
Beyond this... you can use ParaView's "Extract Cells by Region" filter to define all of the points of view that need to be checked. Then save the analysis configuration into a state file and then load that state file whenever you have a new mesh.
There is even a "Connectivity" filter that can help you confirm if the extracted region is all one block.

Best regards,
Bruno
__________________
wyldckat is offline   Reply With Quote

Reply


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
[ICEM] surface mesh merging problem everest ANSYS Meshing & Geometry 44 April 14, 2016 06:41
Inner geometry gets lost exporting mesh from ICEM CFD to CFX-Pre powpow CFX 3 December 20, 2012 09:14
[ICEM] Problem making structural mesh on a surface froztbear ANSYS Meshing & Geometry 1 November 10, 2011 08:52
[snappyHexMesh] snappyHexMesh won't work - zeros everywhere! sc298 OpenFOAM Meshing & Mesh Conversion 2 March 27, 2011 21:11
basic of mesh refinement arya CFX 4 June 19, 2007 12:21


All times are GMT -4. The time now is 03:07.