<br>Thanks Harish,<br><br>We have changed induct.f to include the usrdiv call.  The current revision will now reflect this change.<br><br>-Katie<br><br><div class="gmail_quote">On Wed, Jan 11, 2012 at 10:57 AM,  <span dir="ltr"><<a href="mailto:nek5000-users@lists.mcs.anl.gov">nek5000-users@lists.mcs.anl.gov</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<div><br></div><div>I was trying to use the "subroutine fill_div(usrdiv)" with the Pn/Pn-2 formulation for a backward facing step simulation. This used to work before, now it is not working in my simulation.</div>



<div><br></div><div>I did a little bit of digging by reverting to old Nek revisions and found the following:</div><div><br></div><div>1. Until revision 739, "usrdiv" was called in the main code with the following lines for Pn/Pn-2 formulation in file navier4.f. </div>



<div><br></div><div>subroutine incompr()
</div><div>.......</div><div>.......
</div><div>.......
</div><div>call add2col2(respr,bm2,usrdiv,ntot2) ! User-defined divergence</div><div>.......
</div><div>.......
</div><div><br></div><div>2. The "subroutine incompr()" is called from "subroutine plan3()", which is in planx.f</div><div><br></div><div>3. From revision 740 "subroutine plan3()" calls "subroutine incomprn()" and not "subroutine incompr()". And incompr() is deleted from the navier4.f. </div>



<div><br></div><div>4. "usrdiv" is missing in the new incomprn() subroutine. Hence, the value of "usrdiv" computed in *.usr file is not added to the main solution.</div><div><br></div><div>Just wanted to point this problem out. This may be useful for others in turbulent simulations.</div>



<div><br></div><div>I got around this problem by interpolating an old solution onto the new grid. </div><div><br></div><div>Regards,</div><div><br></div><div>Harish.</div>
<br>_______________________________________________<br>
Nek5000-users mailing list<br>
<a href="mailto:Nek5000-users@lists.mcs.anl.gov">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>
<br></blockquote></div><br>