<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Dear all,</div><div><br></div><div>I am trying to make a model existing of a quarter cylinder with a small hole in it, at the axis.</div><div>To move along with times I have created this with openCascade blocks:</div><div><br></div><div>//------------------------------------------------------------------------------------------------------</div><div><br></div><div>SetFactory("OpenCASCADE");<br><br>chamberCenterDepth = -2000.0;<br>chamberMaxRadius = 1000.0;<br>domainLength = 15000.0;<br><br>// start with a sphere<br>Sphere(1) = {0, 0, -chamberCenterDepth, chamberMaxRadius};<br><br>// flatten it  {centerx, centery, centerz} {scale x, scale y, scale z}<br>Dilate {{0, 0, -chamberCenterDepth}, {1,1,0.5}} { Volume{1}; }<br><br>// quarter cylinder<br>Cylinder(2) =   {0,0,0,0,0,domainLength,domainLength,0.5*Pi};<br><br>// remove the cavity<br>BooleanDifference(10) = { Volume{2}; Delete; }{ Volume{1}; Delete; };<br></div><div><br></div><div>//------------------------------------------------------------------------------------------------------<br></div><div><br></div><div>So far, the geo file looks great.</div><div>However, I want a mesh that is really fine around the chamber, and that gradually becomes coarser toward the edge of the cylinder. <br></div><div><br></div><div>I have of course read  <a href="http://gmsh.info/doc/texinfo/gmsh.html#Specifying-mesh-element-sizes">http://gmsh.info/doc/texinfo/gmsh.html#Specifying-mesh-element-sizes</a></div><div>prior to using this mailing list, which resulted in failed attempts such as:</div><div><br></div><div>Characteristic Length {Volume{2};} = 500;<br>Characteristic Length {Volume{1};} = 50;</div><div><br></div><div>How should I go about this?</div><div><br></div><div>Thank you for your time and expertise!</div><div><br></div><div>Lukas<br></div><div><br></div><div><br></div><div><br></div><div><br></div></div></div></div>