<div dir="ltr"><div><div><div>Thanks a lot for replying, your answer was very useful.<br><br></div>I look on multimesh.f file.<br>As i understood, i need set subroutine 'set_inflag' to look for 'P  ' bc.<br>After this i need to call 'get_values(field)' subroutine, which interpolate and put the value in valint(ix,iy,iz,ie,ifld) array.<br></div>And then this array will be available in userbc in .usr file, to set it on inflow boundary.<br><br></div><div>c-----------------------------------------------------------------------------------------------<br></div><div><br>Vatslav,<br>

you will have to use the neknek script that allows you to exchange data 
between two Nek5000 sessions that are run simultaneously. You should 
have a look at the neknek examples to understand how to set up your usr 
file.<br>

Some of the subroutines that will be useful to you are located in the following link: <a href="http://www.mcs.anl.gov/research/projects/nek5/docs/html/multimesh_8f_source.html" rel="noreferrer" target="_blank">http://www.mcs.anl.gov/<wbr>research/projects/nek5/docs/<wbr>html/multimesh_8f_source.html</a><br>

You will have to modify some of them to fit your needs since for example
 the subroutine ?set_inflag? is written to look for ?in? boundary 
conditions and replace them with ?v  ?. You will need a subroutine that 
looks for ?in? and substitute it with either ?v  ? or ?P  ? depending on
 the which pipe you are at.<br>

Marco<br>
<br>
Hi, Neks!<br>

I have two pipes in my simulation. They are placed near each other on one axis with empty space between.<br>
One of them with periodic boundary conditions on z direction, another one - inflow -> outflow.<br>
How can I copy velocity slice from one of boundary on first pipe with periodic bc to the inflow boundary on second pipe?<br>

Regards, Vatslav<br><br></div><div>c-----------------------------------------------------------------------------------------------</div><div><br></div>Regards, Vatslav<br></div>