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>