<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Times New Roman; font-size: 12pt; color: #000000'><P>Hi Frank,</P>
<P> </P>
<P>This is achieved by the step 2 in the list I gave:  You must set the edge nodes from 2 to 3. Alternatively you could set the face from 4 to 8 or the volume from 8 to 20 nodes. The extra nodes that gambit throws because of this are the midpoints.  For Nekton, the recent midside node support feature which fits a parabola through the two corner points and midpoint of the element side is where this comes into play.  </P>
<P> </P>
<P>So all you need to do is make sure you have set the mesh nodes as above, and the matlab code does the rest. It separates the element's corner nodes from the midpoint nodes. The midpoint nodes are written into the curved side section of the the REA, whereas the corner points are written into the Mesh data section. So...The matlab code only uses the flag 'm' for curved side data. </P>
<P> </P>
<P>Also, in the inputs section you can specify a maximum radius for consideration. The code will check each edge's corner and midpoints and determine the radius curvature. If it is too large it considers it a straight edge and moves on.</P>
<P> </P>
<P>Hope this helps,</P>
<P> </P>
<P>Michael</P>
<P><BR>----- Original Message -----<BR>From: nek5000-users@lists.mcs.anl.gov<BR>To: nek5000-users@lists.mcs.anl.gov<BR>Sent: Friday, June 4, 2010 6:24:06 PM GMT -06:00 US/Canada Central<BR>Subject: Re: [Nek5000-users] to Michael--> Nek5000 & Gambit, blocked file<BR><BR>Hi Michael,<BR><BR>Thanks very much for the code.  One question concerning the curved<BR>sides: if one had a 3D cylindrical pipe grid from Gambit, how would the<BR>curvature of the outside (boundary) faces of the grid be set in your<BR>code?<BR><BR>Cheers,<BR>Frank<BR><BR><BR>On Thu, 2010-06-03 at 21:13 -0500, nek5000-users@lists.mcs.anl.gov<BR>wrote:<BR>> Hi Frank,<BR>> <BR>>  <BR>> <BR>> Try the attached.<BR>> <BR>>  <BR>> <BR>> - Michael<BR>> <BR>> <BR>> ----- Original Message -----<BR>> From: nek5000-users@lists.mcs.anl.gov<BR>> To: nek5000-users@lists.mcs.anl.gov<BR>> Sent: Thursday, June 3, 2010 9:01:14 PM GMT -06:00 US/Canada Central<BR>> Subject: [Nek5000-users] to Michael--> Nek5000 & Gambit, blocked file<BR>> <BR>> Hello Michael,<BR>> <BR>> It seems that you sent an email with a *.zip attachment, which due to<BR>> a<BR>> spam filter, got blocked.  If it is renamed to say *.zipp, then it<BR>> should get through.<BR>> <BR>> Cheers,<BR>> Frank<BR>> <BR>> <BR>> -- <BR>> Frank Herbert Muldoon, Ph.D. Mechanical Engineering<BR>> Technische Universität Wien (Technical University of Vienna)<BR>> Inst. f. Strömungsmechanik und Wärmeübertragung (Institute of Fluid<BR>> Mechanics and Heat Transfer)<BR>> Resselgasse 3<BR>> 1040 Wien<BR>> Tel: +4315880132232<BR>> Fax: +4315880132299 <BR>> Cell:+436765203470<BR>> fmuldoo (skype)<BR>> http://tetra.fluid.tuwien.ac.at/fmuldoo/public_html/webpage/frank-muldoon.html<BR>> <BR>> _______________________________________________<BR>> Nek5000-users mailing list<BR>> Nek5000-users@lists.mcs.anl.gov<BR>> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users<BR>> <BR>> <BR>> <BR>> _______________________________________________<BR>> Nek5000-users mailing list<BR>> Nek5000-users@lists.mcs.anl.gov<BR>> https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users<BR>-- <BR>Frank Herbert Muldoon, Ph.D. Mechanical Engineering<BR>Technische Universität Wien (Technical University of Vienna)<BR>Inst. f. Strömungsmechanik und Wärmeübertragung (Institute of Fluid<BR>Mechanics and Heat Transfer)<BR>Resselgasse 3<BR>1040 Wien<BR>Tel: +4315880132232<BR>Fax: +4315880132299 <BR>Cell:+436765203470<BR>fmuldoo (skype)<BR>http://tetra.fluid.tuwien.ac.at/fmuldoo/public_html/webpage/frank-muldoon.html<BR><BR>_______________________________________________<BR>Nek5000-users mailing list<BR>Nek5000-users@lists.mcs.anl.gov<BR>https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users<BR></P></div></body></html>