<div dir="ltr"><div>Hi,</div><div><br></div><div>I am trying to compute lambda2 vortex just like how it is done in the turbchannel example. But it seems like that it messes up my output of hpts. The values of pressure are not written and I suppose instead of pressure the t(1,1,1,1,1) or t(1,1,1,1,2) is written. I tried setting the ifto and ifpsco value to false but it doesn't seem to work. Any thoughts on where I am going wrong ?</div>
<div> </div><div> if(mod(istep,iostep).eq.0 .and. istep.gt.0) then</div><div> call lambda2(t(1,1,1,1,1))</div><div> ifto=.true.</div><div> if(ldimt.gt.1) call comp_vort3(t(1,1,1,1,2),wo1,wo2,vx,vy,vz)</div>
<div> ifpsco(1)=.true.</div><div> endif</div><div><br></div><div> ifto=.false.</div><div> ifpo=.true.</div><div> ifpsco(1)=.false.</div><div> if(istep.gt.0) call hpts()</div><div><br></div>
Thanks<br>Shriram<br>
</div>