i tried different setting value in mesh smoothing of newly implementation by sweep. However, it seems mesh generated did not change the number of element trough thickness for thin part. Is there something i miss? or there’s current limitation needed to improve, thank you.
To change the number of elements through thickness, you can use Mesh refinement. Currently, you can only specify the size of the elements (not their number), but they are easily convertible. It suffices to prescribe the mesh refinement to a single sweep line.
actually i miss since its different methods compared to extrusion mesh setup, thanks for the hint. Increase number of element through thickness successfully generated by mesh refinement, but reduced or coarsening still not possible to be less than six layers (default maybe). Two and four layers of quadratic and linear hexahedral element is commonly used for thin parts, hopefully there’s some work around to coarsening and have possibility to set.
*edited
sorry i miss again, actually mesh coarsening or reduction of number element trough thickness also possible by modifying layer smooth steps instead of default value.
The number of smooth steps does not affect the number of elements in any direction. It only changes the positions of the mesh nodes.
well, i need to learn more about sweep mesh since not truly understand. I tested and i can confirm, coarsening not have relation with smooth steps. Also, number of edge division by mesh refinement is not always followed, another governed values exist e.g set to 4 & 8 element trough thickness of my model is hard to generates, not yet succeed here.
First, try to play with the mesh refinement with algorithms that are not Quasi-structured quad. There the mesh sizing should work. For Quasi-structured quad, Gmesh does not follow the edge seeds specified. So PrePoMax adjusts them as good as possible.
further test as suggested, sweep mesh using Frontal-Delaunay(Blossom) and Quasi-structured quad algorithm. Refinement applied to limit of four element trough thickness for all part, quasi-structured quad still generates six edge division, Maybe it could be more common to set to be four whenever possible. Thank you.