<div>Well my first code is serial calculation. It actually is nothing more but a matlab script for the Falkner-Skan-Cook boundary layer.<br></div><div>The calculation in Nek would be parallel as I'd like to investigate the influence of a roughness element in a boudary layer flow.</div>

<div>I can eventually modify my interpolation routine output if you want one particular input format.</div><div><br></div><div>JC</div><br><div class="gmail_quote">2010/12/14  <span dir="ltr"><<a href="mailto:nek5000-users@lists.mcs.anl.gov">nek5000-users@lists.mcs.anl.gov</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
JC,<br>
<br>
Are you doing this in serial or parallel?<br>
<br>
The main thing is to dump out the points at inflow, along with<br>
some type of discriminator so that you can subsequently<br>
associate function values (from your other code) with those<br>
points when you want to read them back in.<br>
<br>
In serial, this is easy - a bit trickier in parallel.<br>
<br>
Let me know which case is of interest and we can generate<br>
something for you.<br>
<br>
Paul<div><div class="h5"><br>
<br>
<br>
On Tue, 14 Dec 2010, <a href="mailto:nek5000-users@lists.mcs.anl.gov" target="_blank">nek5000-users@lists.mcs.anl.gov</a> wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Nek's,<br>
<br>
I have a question on how to impose inflow boundary conditions that are not<br>
analytical.<br>
I have for instance a Blasius velocity profile computed thanks to another<br>
code. I would like to impose this given profile as my inflow condition.<br>
At the moment I am using a polynomial expansion of the velocity profile in<br>
the userbc subroutine, however I would like to do things properly.<br>
<br>
I can interpolate the profile from my previous code onto the wall normal GLL<br>
discretization. That would give me a .dat file containing three arrays:<br>
first one is the y-discretization, second and third ones are the velocity<br>
(u,v) at these points. Question is how could I use these data to impose my<br>
blasius profile as inflow boundary condition?<br>
<br>
I assume it is rather straightforward, however I am not sure how and which<br>
indices should vary.<br>
<br>
Best regards,<br>
JC<br>
<br>
</blockquote></div></div>
_______________________________________________<br>
Nek5000-users mailing list<br>
<a href="mailto:Nek5000-users@lists.mcs.anl.gov" target="_blank">Nek5000-users@lists.mcs.anl.gov</a><br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users</a><br>
</blockquote></div><br>