Christophe,<br><br>Is it possible to include "progression" in the layers for the extrusion step ? Ultimately, that is what I want. Hence, I was avoiding extrusion.  If that is not possible, could you tell me that rule for the node ordering ?<br>
<br>Thanks<br><br>Rgds,<br>Amit<br><br><br><br><div class="gmail_quote">On Wed, Nov 5, 2008 at 2:08 PM, Christophe Geuzaine <span dir="ltr"><<a href="mailto:cgeuzaine@ulg.ac.be">cgeuzaine@ulg.ac.be</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">David Colignon wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Amit,<br>
<br>
the ordering of the nodes in your "Transfinite Volume" commands is not correct. You should have:<br>
<br>
Transfinite Volume{233}={1,2,3,4,101,102,103,104};<br>
Transfinite Volume{235}={1,2,6,5,101,102,106,105};<br>
Transfinite Volume{237}={2,3,7,6,102,103,107,106};<br>
Transfinite Volume{239}={3,4,8,7,103,104,108,107};<br>
Transfinite Volume{241}={4,1,5,8,104,101,105,108};<br>
<br>
</blockquote>
<br></div>
PS : for this kind of geometry it is probably simpler to use extrusion<div><div></div><div class="Wj3C7c"><br>
<br>
Point(1) = {-1,-1,0,0.2};<br>
Point(2) = {1,-1,0,0.2};<br>
Point(3) = {1,1,0,0.2};<br>
Point(4) = {-1,1,0,0.2};<br>
Line(1) = {1,2};<br>
Line(2) = {2,3};<br>
Line(3) = {3,4};<br>
Line(4) = {4,1};<br>
Line Loop(5) = {4,1,2,3};<br>
Plane Surface(6) = {5};<br>
Point(5) = {-5,-5,0,1};<br>
Point(6) = {5,-5,0,1};<br>
Point(7) = {5,5,0,1};<br>
Point(8) = {-5,5,0,1};<br>
Line(5) = {5,6};<br>
Line(6) = {6,7};<br>
Line(7) = {7,8};<br>
Line(8) = {8,5};<br>
Line(9) = {1,5};<br>
Line(10) = {2,6};<br>
Line(11) = {3,7};<br>
Line(12) = {4,8};<br>
Line Loop(13) = {1,10,-5,-9};<br>
Plane Surface(14) = {13};<br>
Line Loop(15) = {2,11,-6,-10};<br>
Plane Surface(16) = {15};<br>
Line Loop(17) = {3,12,-7,-11};<br>
Plane Surface(18) = {17};<br>
Line Loop(19) = {4,9,-8,-12};<br>
Plane Surface(20) = {19};<br>
<br></div></div><div class="Ih2E3d">
Transfinite Line{1,2,3,4}=5;<br>
Transfinite Line{5,6,7,8}=5;<br></div><div class="Ih2E3d">
Transfinite Line{9,10,11,12}=5 Using Progression 1.2;<br>
<br></div><div class="Ih2E3d">
Transfinite Surface{6}={1,2,3,4};<br>
Transfinite Surface{14}={1,2,6,5};<br>
Transfinite Surface{16}={2,3,7,6};<br>
Transfinite Surface{18}={3,4,8,7};<br>
Transfinite Surface{20}={4,1,5,8};<br>
<br></div>
Recombine Surface{6,14:20:2};<br>
Extrude {0, 0, 10} {<br>
  Surface{20, 18, 16, 14, 6}; Layers{5}; Recombine;<br>
}<br>
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Cheers,<br>
<br>
Dave<br>
<br>
</blockquote>
<br>
<br>
-- <br>
Prof. Christophe Geuzaine<br>
University of Liege, Electrical Engineering and Computer Science<br>
<a href="http://www.montefiore.ulg.ac.be/%7Egeuzaine" target="_blank">http://www.montefiore.ulg.ac.be/~geuzaine</a><br>
</blockquote></div><br>