<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr" style="font-size:10pt;color:#000000;background-color:#FFFFFF;font-family:Verdana,Geneva,sans-serif;">
<p>Hey Neks,</p>
<p><br>
</p>
<p>I want to convert a 3D pipe mesh (.msh) with periodic BC at inlet and outlet with mshconvert.py.</p>
<p><br>
</p>
<p>Geometry and Mesh information:</p>
<p><br>
</p>
<p>D=0.1</p>
<p>L=0.3</p>
<p><br>
</p>
<p>(0 "Zone Sections")<br>
9 fluid PART()<br>
11 wall PER2)())<br>
12 wall PER1)())<br>
13 wall WALL)())</p>
<p><br>
</p>
<p>--> convert('pipe_4.msh',bcs={9:'E',13:'W'},periodic_dx={(12,11):[0.0,0.0,0.3]},curves={????})</p>
<p><br>
</p>
<p>Can somebody tell me, what I have to write as input for curve? </p>
<p><br>
</p>
<p> G Kevin<br>
</p>
<p><br>
</p>
</body>
</html>