<div dir="ltr"><div><div><div>Hi, <br><br></div>I am trying to generate a mesh so i can export it to OpenFoam. I imported a .stp File into gmsh and generated  three Physical Surfaces: 1)" The Inlet" (Surface 249), 2) "The Outlet" (Surface 247), and 3) "The Walls" ( A vector containig all other surfaces), the code i used is bellow:<br><br>Merge "MallaNozzle42Inventor.igs";<br><br><br>CarasTotales[]= Surface "*";<br>n=#CarasTotales[];<br>SuperficiePared={};<br><br>For i In {0:n-1}<br>    If(CarasTotales[i]!=249 && CarasTotales[i]!=247)<br>        SuperficiesPared[]+=CarasTotales[i];<br>    EndIf<br>EndFor<br><br>nPared=#SuperficiesPared[];<br><br><br>Physical Surface(733) = {249};<br>Physical Surface(734) = {247};<br>Physical Volume(735) = {1};<br>Physical Surface(736) = {SuperficiesPared[]};<br><br></div>I don't know why, but when i generate the 3D Mesh it crashes. When i leave only the definition of the first two Surfaces ( 733 and 734) and the Volume, the mesh generation works. Does anybody know what is wrong? , i would be very  greatful if someone could help me. The .stp file and the .geo File are attached.<br><br></div>Thank you<br><br></div>