Hi, I´m tring to mesh a simple part using the new Gmsh features, but I´m having some problems:
It is possible to mesh a Compound part in Prepomax? This part with a simple volume partition should be meshable, the central volume with a radial extrusion, and the lower/upper ones with a revolution mesh. The compound should guarantee the conformal mesh
As I cannot mesh the compount part, have tried to mesh only the central part, but why the extrusion mesh doesn´t work in the central volume? I meant, the extrusion direction should be radial, it is not allowed?
I have attached the Prepomax and step model in case someone want to try
First of all, this implementation is a first step towards a better mesher. We are not on the Abaqus level just yet. There are some things that Gmsh can do and are not jet implemented in PrePoMax but there are also some things that Gmsh can’t do - like swept meshing.
It is possible using the tetrahedral Gmsh or transfinite Gmsh only. Extrude and Revolve features are currently limited to single body parts.
A radial extrusion direction is more in the field of a swept mesh. Gmsh only supports a single extrusion direction defined by a single vector. The extrude face must not be planar, and the extrude vector angle is arbitrary.
No, the base (source) face can have an arbitrary shape (if multiple face patches are used, they can meet at a sharp angle), but all edges connecting it to the target face must have the same length and the same direction vector.
The problem I see at the end of all these splits is that the final mesh will not necessarily be conformal. And this is the next step that I will have to figure out.
structured quad frequently generates distorted mesh for arbitrary shape, it seems quasi-structured quad can eliminate this condition. Another advantages, it does not need a face to be partition before.
base of 2d face need to be meshed before and save in Ascii version 4, using command below will generate hexahedral element based on extrusion or revolves
That is great. So, I first need to create a 2D mesh and save it, and then import it and recreate the topology. Wow. I will definitely try it since I love the 2D meshes of quasi-structured quad.
it seems to be right, a workaround is something like these. Partition of a face, still required to control the mesh flow pattern of quasi-structured quad. In specific condition of complex shape, sometimes mesh result is unpredictable and undesired. Using partition can help for such a condition.