<style>table.customTableClassName {margin-bottom: 10px;border-collapse: collapse;display: table;}.customTableClassName td, .customTableClassName th {border: 1px solid #ddd;}</style><div style="font-size: 14px; font-family: 宋体;" id="write-custom-write"><p style="margin:0px;">Dear experts of GMSH:</p><p style="margin:0px;"><br></p><p style="margin:0px;">  I'm a car engineerer. Nowadays I'm trying to generate the grid for aerodynamics analysis and optimization of a car, using GMSH. But I can't generate the boundary layer mesh correctly. GMSH just quits without any information. Could you please tell me what may be the problem and what I can do?</p><p style="margin:0px;">  Following is my ".geo" file. "carbody_surf.nas" is the surface mesh imported into GMSH. The surface mesh contains about 640,000 triangles and is somewhat complicated. Would that be a problem?</p><p style="margin:0px;">  By the way, I also tried version 2.11 and the problem remains.</p><p style="margin:0px;">  Thank you very much for your attention!</p><p style="margin:0px;"><br></p><p style="margin:0px;">Best wishes!  <br></p><p style="margin:0px;"><br></p><p style="margin:0px;">Merge "carbody_surf.nas";</p><br>Physical Surface("inlet",1) = {15};<br>Physical Surface("top",2) = {17};<br>Physical Surface("side",3) = {14};<br>Physical Surface("outlet",4) = {16};<br>Physical Surface("ground",5) = {12};<br>Physical Surface("wheel",6) = {18, 19};<br>Physical Surface("body",7) = {10, 6, 11};<br><br>Surface Loop(20) = {15};<br>Surface Loop(21) = {14};<br>Surface Loop(22) = {17};<br>Surface Loop(23) = {12};<br>Surface Loop(24) = {16};<br>Surface Loop(25) = {10};<br>Surface Loop(26) = {6};<br>Surface Loop(27) = {11};<br>Surface Loop(28) = {18};<br>Surface Loop(29) = {19};<br>Volume(30) = {20, 21, 22, 23, 24, 25, 26, 27, 28, 29};<br>Physical Volume(31) = {30};<br><br>Field[1] = BoundaryLayer;<br>Field[1].FacesList = {12,18,19,10,6,11};<br>Field[1].Quads = 0;<br>Field[1].hfar = 1;<br>Field[1].hwall_n = 0.001;<br>Field[1].hwall_t = 0.008;<br>Field[1].ratio = 1.2;<br>Field[1].thickness = 0.0045;<br>Field[1].AnisoMax = 1000000;<br>Field[1].IntersectMetrics = 1;<br><br>Background Field = 1;</div><p style="margin:0px;"><br></p><div id="write-custom-companySignature"><br><br><br><br><br><br><br></div><p style="margin:0px;"><br></p>