<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">
<div><br>
</div>
Rif,
<div><br>
</div>
<div>I would try in your .usr file:</div>
<div><br>
</div>
<div>      subroutine usrdat</div>
<div>      :</div>
<div>      :</div>
<div><br>
</div>
<div>      integer e,f</div>
<div><br>
</div>
<div>      nface = 2*ndim</div>
<div>      do e=1,nelt</div>
<div>      do f=1,nface</div>
<div>          if (cbc(e,f,1).eq.'M  ') cbc(e,f,1) = 'SYM'</div>
<div>      enddo</div>
<div>      enddo</div>
<div><br>
</div>
<div>(this is assuming that the "M" gets loaded into the first position of the 3-character</div>
<div>string cbc; you could add:</div>
<div><br>
</div>
<div>          if (cbc(e,f,1).eq.' M ') cbc(e,f,1)='SYM'</div>
<div>          if (cbc(e,f,1).eq.'  M') cbc(e,f,1)='SYM'</div>
<div><br>
</div>
<div>if you want to cover all bases.</div>
<div><br>
</div>
<div>One important point --- "SYM" requires that the face in question to be planar with a normal</div>
<div>pointing in either X Y or Z direction...   If it it pointing somewhere in between you would have</div>
<div>to run with the stress formulation.</div>
<div><br>
</div>
<div>Paul</div>
<div><br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div id="divRpF743845" style="direction: ltr;"><font face="Tahoma" size="2" color="#000000"><b>From:</b> nek5000-users-bounces@lists.mcs.anl.gov [nek5000-users-bounces@lists.mcs.anl.gov] on behalf of nek5000-users@lists.mcs.anl.gov [nek5000-users@lists.mcs.anl.gov]<br>
<b>Sent:</b> Thursday, December 31, 2015 1:27 AM<br>
<b>To:</b> nek5000-users@lists.mcs.anl.gov<br>
<b>Subject:</b> [Nek5000-users] Sym boundary condition in mshconvert file<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">
<div>
<div>Hi Neks,<br>
</div>
I have downloaded the program mshconvert file to convert my Fluent mesh to nek5000 format. It works well with normal boundary conditions like W,v and O where W is wall, v is inlet velocity and O is outlet. However, the I am unable to prescribe symmetry, SYM
 as the code only takes the last letter (for this case, M). Any of you facing this problem and is there a way around this?<br>
<br>
</div>
Rif<br>
</div>
</div>
</div>
</div>
</div>
</body>
</html>