|
[Sponsors] |
October 12, 2006, 10:42 |
Tets Hex fvMesh
|
#1 |
New Member
Juan Fernando Duque Lombana.
Join Date: Mar 2009
Posts: 14
Rep Power: 17 |
Does anyone if there has got to be any special requirement for unstructured tets+hex meshes to be properly constructed to work with FOAM?
The helper constructor for polymesh only asks for the cell shapes and points basically... but it generates boundaries where the tets and hex meet.. any ideas or suggestions? Thanks in advance! |
|
October 12, 2006, 10:54 |
You mean you have two tets on
|
#2 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
You mean you have two tets on top of one hex? And it generates a boundary there? This is not surprising. One face can only be between two cells. In your setup to tet-cells "share" one hex-face. I think you'll have to construct a layer of pyramid cells between the hexes and the tets
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
October 12, 2006, 11:25 |
You should be able to use the
|
#3 |
Senior Member
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21 |
You should be able to use the stitchMesh utility to merge the two sides.
|
|
October 12, 2006, 11:57 |
Thank you.
I thought perhap
|
#4 |
New Member
Juan Fernando Duque Lombana.
Join Date: Mar 2009
Posts: 14
Rep Power: 17 |
Thank you.
I thought perhaps FOAM with it's "hanging" nodes magic could do something for me (Topologically it's the same ...) but you're right. Thanks for the Idea of the pyramid "layer". The thing is that I'm adapting a very fast mesher we've developed... tets + polyhedral elements... and we thought that perhaps converting those polyhedraes to tets we could easen up the mesh feeding proccess to FOAM. Stitch mesh is a good idea, but it would make really slow our meshing proccess (that takes a second or so to generate 1-2 millions of hexes...) and speed is our main directive. Thank you! |
|
October 12, 2006, 12:06 |
OpenFOAM uses a polyhedral mes
|
#5 |
Senior Member
Eugene de Villiers
Join Date: Mar 2009
Posts: 725
Rep Power: 21 |
OpenFOAM uses a polyhedral mesh format, the shape stuff is all legacy and is only there for backward compatibility. I suggest you just keep the polyhdra.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[blockMesh] --> FOAM FATAL ERROR: Trying to specify a boundary face | A.A. | OpenFOAM Meshing & Mesh Conversion | 41 | June 26, 2020 08:06 |
[blockMesh] Openfoam: Meshing, where do my defaultFaces come from | syntex | OpenFOAM Meshing & Mesh Conversion | 19 | December 10, 2018 08:21 |
[Other] mergeMatchPairs with arcs | vainilreb | OpenFOAM Meshing & Mesh Conversion | 1 | August 5, 2013 09:11 |
[blockMesh] apparently the mesh doesn't want to be created in one direction | Maxime Thomas | OpenFOAM Meshing & Mesh Conversion | 1 | August 18, 2012 07:05 |
CheckMeshbs errors | ivanyao | OpenFOAM Running, Solving & CFD | 2 | March 11, 2009 03:34 |