Quad mesh for Fluent(24R1) #716
-
Hi, everyone! I have problem with quad mesh. Simple geometry - cube 50x50x50, no NS. "Warning: Skipping edges zones section(s). Thanks for any help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @Schwarz2012 Welcome to PyAnsys! For the final mesh you are creating from your description you will have a quad surface mesh with a layer of pyramids grown from this transitioning to tet elements for the interior. The elements will all be linear quadratic elements that means you will have mid side nodes on each edge of the elements. Elements with mid side nodes are not supported in Fluent. We can look to catch this as a warning when writing to Fluent formats. I hope that helps. Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi @Schwarz2012 , As of 0.5.0 there are three different ways you can achieve hex-dominant mesh but each method has its own applicability to a set of cases.
and
From the image you shared it is quite hard to propose a way forward but from your description I would expect the use of Multizone to be needed. Examples will be available once the API is released. I hope this helps! |
Beta Was this translation helpful? Give feedback.
Hi @Schwarz2012
Welcome to PyAnsys!
For the final mesh you are creating from your description you will have a quad surface mesh with a layer of pyramids grown from this transitioning to tet elements for the interior. The elements will all be linear quadratic elements that means you will have mid side nodes on each edge of the elements. Elements with mid side nodes are not supported in Fluent.
We can look to catch this as a warning when writing to Fluent formats.
I hope that helps.
Thanks