<div dir="ltr"><div>Hi,</div><div><br></div><div>First of all I want to thank for making the wonderful software like gmsh open source.</div><div><br></div><div>I am using it for CFD mesh generation. As far as inviscid flows are concerned gmsh is best software I came across. Same goes when using it for structured grid. But when I want to use it for viscous flows using hybrid grid (prism layer) I am not able to figure out the best method.</div><div>I will try to explain the problem using the geometry shown in attachment_1.</div><div><br></div><div>I have tried the following command,</div><div>tmp[] = Extrude {</div><div>  Surface{1:6:1}; Layers{7, 3}; Recombine; </div><div>}; <br clear="all"></div><div>but it is not good for geometry with acute angles. Attachment_2 shows the problem.</div><div>So I tried using creating a approximate box around the geometry, which is of almost same shape as the geometry. Then I defined the faces made by line joining the main geometry and outside box as transfinite (also recombined). Attachment_3 explains what I mean.<br> But I am not able to generate mesh, when both geometry and box is unstructured. I believe the reason is that both grids are not similar.</div><div><br></div><div>The only working way I am able to do is to making it completely transfinite as shown in the Attachment_4. But the problem is when using this algorithm for three side surface there are very poor quality cells near one of the corner. And even worse part is that quality will go further down in unstructured grid just nearby this cells when joining the transfinite to unstructured Domain.</div><div><br></div><div>If there is a way to map the unstructured grid kindly let me know. Also if there is other simpler way to generate prism layer kindly let me know.</div><div><br></div><div>If there is no way to do that is there any other software which can help? I have tried few of them but the kind of control and parametrization gmsh allow is unparalleled.</div><div><br></div><div>Thanks,</div><div>-- <br><div class="gmail_signature"><div dir="ltr"><span style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:12.7272720336914px;background-color:rgb(255,255,255)">Sachchit Vekaria,</span><div><div style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:12.7272720336914px;background-color:rgb(255,255,255)"><span style="font-size:12.7272720336914px">Senior Undergraduate,</span></div><div style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:12.7272720336914px;background-color:rgb(255,255,255)"><span style="font-size:12.7272720336914px">Mechanical Engg.,</span></div><div style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:12.7272720336914px;background-color:rgb(255,255,255)">IIT Gandhinagar,</div><div style="color:rgb(136,136,136);font-family:arial,sans-serif;font-size:12.7272720336914px;background-color:rgb(255,255,255)">Contact No : +919429950476 </div></div></div></div>
</div></div>