<div dir="ltr"><div><div><div><div>Hello,<br><br></div>I am trying to generate 2nd order mesh on 3D hemisphere cylinder, which is used to calculate the turbulence flow. I found when the 1st layer is very thin, 1e-4, the 2nd order mesh always intersect with each other near the boundary.  I also used the high order tools to try to smooth the mesh. But it didn't work. <br></div>The .geo file is attached as follows. Thank you for your help.<br></div><div>And could you recommend some papers about the high order tools, such as the <br></div><div>Fast curving , Elasticity.<br></div><div><br>lr = 1;<br>Point(1) = {0, 0, 0, lr};<br>Point(2) = {20, 0, 0, lr};<br>Point(3) = {.5, 0, 0, lr};<br><br>Line(1) = {3, 2};<br> Transfinite Line{1} = 30 Using Progression 1.3;<br>Extrude {{0, 0, 1}, {0, 0, 0}, Pi/2} {<br>Line{1};Layers{16};Recombine;<br>}<br>Extrude {{0, 0, 1}, {0, 0, 0}, Pi/2} {<br>Line{2};Layers{16};Recombine;<br>}<br><br>Extrude {{0, 1, 0}, {0, 0, 0}, Pi/2} {<br>Surface{5};Layers{16};Recombine;<br>}<br><br>Extrude {{0, 1, 0}, {0, 0, 0}, -Pi/2} {<br>Surface{9};Layers{16};Recombine;<br>}<br><br>Extrude {0,-10,0} {<br>  Surface{18}; Layers{ 30 };Recombine;<br>}<br><br>Extrude {0,-10,0} {<br>  Surface{39}; Layers{ 30 };Recombine;<br>}<br><br></div>Best regards,<br></div>Liu<br></div>