<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Dear Gmsh users,<div><br></div><div>I am using Gmsh to convert a bunch of .STL files to a 3D volume mesh ( tetrahedral) using the following set of 4 commands. </div><div><br></div><div>###############################</div><div>1.  <b>Merge </b>command for all the stl files I have ( showing just one below)</div><div><b><br></b></div><div>Merge "Path\Grain_1.stl";</div><div>Surface Loop(1)={1};</div><div>Volume(1)={1};</div><div>Physical Volume (1)={1};</div><div><br></div><div>2.  Path\gmsh.exe -3 -order 1 optimize out_temp.geo > meshing.log</div><div>(out_temp.geo contains the merge command and others for all stl files as shown in 1)</div><div><br></div><div>3. Path\gmsh.exe -0 -o out_temp.msh out.geo >> meshing.log</div><div><br></div><div>4. Path\gmsh.exe out_temp.msh -0 -o ABAQUS.inp</div><div>###################################</div><div><br></div><div>The issue is that I am getting 3 % bad elements in my volume mesh. I am using the mesh qiality metric defined by circumsphere radius / insphere radius.</div><div><br></div><div>How do I improve the quality of my final 3D volume mesh ? Could anyone offer your advise in this ?</div><div><br></div><div>-Prithivi</div></div></div></div></div></div>