|
[Sponsors] |
October 17, 2012, 06:55 |
Immersed mesh - STL mesh intersection
|
#1 |
New Member
Arvind Bharathi
Join Date: Oct 2012
Posts: 6
Rep Power: 14 |
Hi all,
I will be working on a project of which I have given a brief description: The work is to enable visualization of data for immersed boundaries in Tecplot. Essentially, there is a refined hex mesh with a STL surface mesh (triangular elements to describe the surface geometry). The hex mesh cells lie both inside and outside of the geometry. Hence, some cells are cut by the STL mesh. The objective is to detect these cells, then detect the points of intersection and convert these hex cells into polyhedral cells so that they can be visualized in Tecplot. I thought of using the snappyHexMesh tool from open-foam, but I realized that it morphs the cells around the geometry rather than computing intersection points. So what I want to know is if you know any tool in OpenFoam (or otherwise) that can do this? Thank you Arvind |
|
October 17, 2012, 14:24 |
|
#2 |
Senior Member
Nicolas Edh
Join Date: Mar 2010
Location: Uppsala, Sweden
Posts: 123
Rep Power: 18 |
Hi,
If your in to programing and I would recommend VTK. One could say its whats paraview is based on. You could say that vtk is all the math in paraview (and probably more). There are some pre built classes that handle interpolation. Have a look at this example http://www.vtk.org/Wiki/VTK/Examples...onIntersection Best and good luck /Nicolas |
|
October 18, 2012, 10:17 |
|
#3 |
New Member
Arvind Bharathi
Join Date: Oct 2012
Posts: 6
Rep Power: 14 |
@Nicolas...Thank you for the reply. I went through the example. It seems that the example describes finding the intersection of a line with a surface. I am more looking for intersection of a volume (the mesh cell) with a surface (STL). Do you perhaps know any eample of this?
Thank you |
|
October 18, 2012, 15:56 |
|
#4 |
Senior Member
Nicolas Edh
Join Date: Mar 2010
Location: Uppsala, Sweden
Posts: 123
Rep Power: 18 |
Hi,
I have little experience my self. I've only used vtk on a hobby basis. However it did find this with a little bit of google: http://www.vtk.org/pipermail/vtkuser...il/116435.html They reefer to this site that looks promising http://www.vtkjournal.org/browse/publication/726 /Nicolas |
|
Tags |
immersed mesh, stl-mesh, tecplot |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] generate mesh from stl file for mechanical APDL | rupan | ANSYS Meshing & Geometry | 1 | May 5, 2019 22:54 |
[snappyHexMesh] Layers:problem with curvature | giulio.topazio | OpenFOAM Meshing & Mesh Conversion | 10 | August 22, 2012 10:03 |
[ICEM] Problem making structural mesh on a surface | froztbear | ANSYS Meshing & Geometry | 1 | November 10, 2011 09:52 |
[Netgen] Netgen mesh settings for STL geometries | lucchini | OpenFOAM Meshing & Mesh Conversion | 3 | March 7, 2011 02:02 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |