|
[Sponsors] |
September 15, 2008, 00:30 |
Hrv,
Something came to mind
|
#41 |
Senior Member
Chris Sideroff
Join Date: Mar 2009
Location: Ottawa, ON, CAN
Posts: 434
Rep Power: 22 |
Hrv,
Something came to mind after I posted. If the triangular surface meshing is done independently from the tetrahedral volume meshing, the tet mesh may not be able to modify to surface mesh to allow the tets near the surfaces to be Delaunay - I believe this is called 'constrained Delaunay' meshing. Constrained Delaunay meshes may not be strictly Delaunay. This a common approach for most mesh generators as the user typically 'tunes' the surface mesh manually - through local refinement and boundary point adjustment - and the volume mesh is generated based off the surface mesh. This may be where the loosening of the Delaunay criteria may be appearing. Chris |
|
July 9, 2009, 06:31 |
|
#42 |
Member
Björn Fabritius
Join Date: Mar 2009
Location: Freiberg, Germany
Posts: 31
Rep Power: 17 |
It seems like polyDualMesh still suffers from some restrictions. Unfortunately in the current state it's of not much use to me.
Do you know of any papers on the matter? I would like to know more about what the polyDualMesh tool actually does. I tried to understand all of it by browsing the code, but that is at least tedious work. The common search engines did not yield any useful links when searching for something like "convert tetrahedral to polyhedral grids". (80% of the links point to this forum...) Bjoern |
|
July 10, 2009, 03:41 |
|
#43 | |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Quote:
http://www.anova.com.tr/dosyalar/destek/polyhedral.pdf You might also try searching for < voronoi delaunay > - this is a somewhat similar concept. |
||
November 10, 2010, 10:10 |
|
#45 |
Senior Member
Markus Rehm
Join Date: Mar 2009
Location: Erlangen (Germany)
Posts: 184
Rep Power: 17 |
Hello,
I converted a hybrid mesh with polyDualMesh and got nice poly cells in the former tet region but in the hexa region the cells are split leading to a huge final mesh. I suppose that polyDualMesh splits one hexa cell into 8 new hexas. Is there a way to supress this behaviour or to apply the utility only in a certain region? Regards Markus. |
|
November 10, 2010, 10:40 |
|
#46 | |
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Quote:
If I check with the mesh from angledDuctImplicit, then checkMesh reports Before: hexahedra: 22000 After: hexahedra: 23232 prisms: 4 polyhedra: 1460 The non-hexas arise from the corners of the domain. At least for this type of mesh I wouldn't say that the increase in the cell count is excessive. |
||
November 11, 2010, 05:06 |
|
#47 |
Senior Member
Markus Rehm
Join Date: Mar 2009
Location: Erlangen (Germany)
Posts: 184
Rep Power: 17 |
Hello Mark,
thank you for your reply. I can confirm your observation for the angledDuct geometry. I ran another test with the cavity case and the cell number goes up from 400 to 882. In our geometry which has quite a few edges I start with 0.4 mill. cells and end up with 2.7 mill. ! I post some pictures of the two examples. Do you see a chance to ignore the hexas in the polyDualMesh algorithm? As it works now it is not very benefitial for complex hybrid geometries. Regards, Markus |
|
November 11, 2010, 05:40 |
|
#48 | ||
Senior Member
Mark Olesen
Join Date: Mar 2009
Location: https://olesenm.github.io/
Posts: 1,714
Rep Power: 40 |
Quote:
Quote:
1. Identify the hex-dominant region that you don't want dualized and assign it to a cellset. This region should be contiguous. 2. Use splitMeshRegions to split things apart. 3. You'll need a modified polyDualMesh that handles the '-region' option so that you only dualize a particular region. You might need support help for that. 4. Rejoin the mesh regions. I don't find a command for that immediately, but it must be there (I hope). |
|||
November 11, 2010, 06:01 |
|
#49 |
Senior Member
Markus Rehm
Join Date: Mar 2009
Location: Erlangen (Germany)
Posts: 184
Rep Power: 17 |
Thanks a lot. I will check it out.
Markus |
|
July 17, 2012, 03:59 |
|
#50 |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
Hello,
Did you solved your problem? I tried yesterday to convert a 4 millions cells with polyDualMesh and it generated 21 millions cells. My mesh comes from Gambit, and it is an hybrid one : Hexa Volumes in combination with Volumes which are meshed with tetra-hexcore schema. With this schema a core of hexa is generated within the volume, and surrounding it there are some tetra layers. I would like to convert only tetra in polyhedra any idea?
__________________
In memory of my friend Hervé: CFD engineer & freerider |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to set periodic boundary conditions | Ganesh | FLUENT | 15 | November 18, 2020 07:09 |
Polyhedral mesh generation | sanathkeshav | ANSA | 1 | September 3, 2018 10:39 |
Mesh motion with Translation & Rotation | Doginal | CFX | 2 | January 12, 2014 07:21 |
[ICEM] Need urgent help for hybrid mesh generation | Pursuor | ANSYS Meshing & Geometry | 1 | August 29, 2012 17:04 |
Convergence moving mesh | lr103476 | OpenFOAM Running, Solving & CFD | 30 | November 19, 2007 15:09 |