Hello
what is the best approach/workflow to make a structured mesh along holes?
This question because I want to replicate the following plate
I've already tried with automatic mesh & points refinement, what I got is here
Then I found the command "Plate mesh" that allows to create a square with circular hole in a structured mesh
So I modified the cad geometry, I put squares boundary edges for the both holes
and the genereted the automatic mesh
I made the plate mesh with the command and moved where I needed
The nodes along the edges are not connected and even with the "merge" command I got disconnected holes
I expected to get something like this
do you have any suggestions?
Thank you
Comments
Mesh.Algorithm = 11;
Mesh.ElementOrder = 2;
Mesh.RecombinationAlgorithm = 3;
Mesh.RecombineAll = 1;
Mesh.SubdivisionAlgorithm = 1;
Mesh.SurfaceFaces = 1;
it may be possible to tweak the comands to get a better mesh but this is what I get with the above Gmesh comands
then try these gmesh comands
then i get something like this
@Fatmac: Very nice Gmesh & Rhino mesh examples!