<div dir="ltr"><div><span style="font-size:12.8px">Hi, </span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">thanks  for your reply. What confuses me a lot is why both types of inlet and outlet in openfoam file were changed to be v and O, since they are same patch type.</span></div><div><span style="font-size:12.8px"><br></span></div><span style="font-size:12.8px"><div><span style="font-size:12.8px"><br></span></div>wall</span><br style="font-size:12.8px"><span style="font-size:12.8px">    {</span><br style="font-size:12.8px"><span style="font-size:12.8px">        type            wall;</span><br style="font-size:12.8px"><span style="font-size:12.8px">        nFaces          2400;</span><br style="font-size:12.8px"><span style="font-size:12.8px">        startFace       88300;</span><br style="font-size:12.8px"><span style="font-size:12.8px">    }</span><br style="font-size:12.8px"><span style="font-size:12.8px">    inlet</span><br style="font-size:12.8px"><span style="font-size:12.8px">    {</span><br style="font-size:12.8px"><span style="font-size:12.8px">        type            *patch;*</span><br style="font-size:12.8px"><span style="font-size:12.8px">        nFaces          500;</span><br style="font-size:12.8px"><span style="font-size:12.8px">        startFace       90700;</span><br style="font-size:12.8px"><span style="font-size:12.8px">    }</span><br style="font-size:12.8px"><span style="font-size:12.8px">    outlet</span><br style="font-size:12.8px"><span style="font-size:12.8px">    {</span><br style="font-size:12.8px"><span style="font-size:12.8px">        type            *patch;*</span><br style="font-size:12.8px"><span style="font-size:12.8px">        nFaces          500;</span><br style="font-size:12.8px"><span style="font-size:12.8px">        startFace       91200;</span><br style="font-size:12.8px"><span style="font-size:12.8px">    }</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Because foamToNek will read the boundary condition type in this file.</span><br style="font-size:12.8px"><span style="font-size:12.8px">Please change the boundary file to:</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">  wall</span><br style="font-size:12.8px"><span style="font-size:12.8px">    {</span><br style="font-size:12.8px"><span style="font-size:12.8px">        type            W;</span><br style="font-size:12.8px"><span style="font-size:12.8px">        nFaces          2400;</span><br style="font-size:12.8px"><span style="font-size:12.8px">        startFace       88300</span><br style="font-size:12.8px"><span style="font-size:12.8px">    }</span><br style="font-size:12.8px"><span style="font-size:12.8px">    inlet</span><br style="font-size:12.8px"><span style="font-size:12.8px">    {</span><br style="font-size:12.8px"><span style="font-size:12.8px">        type            *v;*</span><br style="font-size:12.8px"><span style="font-size:12.8px">        nFaces          500;</span><br style="font-size:12.8px"><span style="font-size:12.8px">        startFace       90700;</span><br style="font-size:12.8px"><span style="font-size:12.8px">    }</span><br style="font-size:12.8px"><span style="font-size:12.8px">    outlet</span><br style="font-size:12.8px"><span style="font-size:12.8px">    {</span><br style="font-size:12.8px"><span style="font-size:12.8px">        type            *O;*</span><br style="font-size:12.8px"><span style="font-size:12.8px">        nFaces          500;</span><br style="font-size:12.8px"><span style="font-size:12.8px">        startFace       91200;</span><br style="font-size:12.8px"><span style="font-size:12.8px">    }</span><br style="font-size:12.8px"><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Kind regards,</span><br style="font-size:12.8px"><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Jian</span><br></div>