<div dir="ltr"><div>You can run nek5000 in postprocessing mode (set NSTEPS = 0). Then in userchk, you can do the following<br><br>     INCLUDE ’SIZE’
 <br>     INCLUDE ’TOTAL’
 <br>     INCLUDE ’RESTART’
 <br>
 <br>     character*80 filename(9999) 
<br></div><div>     real l2(lx1,ly1,lz1,lelv)<br></div><div>
 <br>     ntot   = nx1*ny1*nz1*nelv
 <br><br>        call load_ fld(filename) 
! select a filename fld file of your choice.<br></div>        call lambdat2(l2)<br><div>        
<br>        call outpost(.vx,vy,vz,pr,l2,'lam')
 <br>     enddo 
<br><br></div><div>If your file is say turbChannel.fld015, the postprocessing will generate, lamturbChannel.fld01. You can type in visnek lamturbChannel in the terminal and then open visit and visualize the temperature variable. That will your l2.<br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Best Regards,<br></div>Tanmoy<br></div></div></div>
<br><div class="gmail_quote">On Thu, Jun 9, 2016 at 5:13 PM,  <span dir="ltr"><<a href="mailto:nek5000-users@lists.mcs.anl.gov" target="_blank">nek5000-users@lists.mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>Hello,</p>
<p><br>
</p>
<p>In the userchk subroutine for the turbChannel example, lambda2 was computed. How can I visualize the isosurfaces (streamwise structures) in visit?<br>
</p>
<p><br>
</p>
<p></p>
<div>      if(mod(istep,iostep).eq.0 .and. istep.gt.0) then<br>
        ! compute lambda2 vortex<br>
        call lambda2(t(1,1,1,1,2))<br>
        ! compute vorticity --- 3 components returned in t(...)<br>
        if(ldimt.ge.5) call comp_vort3(t(1,1,1,1,3),wo1,wo2,vx,vy,vz)<br>
      endif</div>
<br>
<p></p>
<p><br>
</p>
<div>
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">
<div style="font-family:Tahoma;font-size:13px">
<div>Thank you,</div>
<div><br>
</div>
<div>Virgilio A. Gomez</div>
<div>
<div><br>
</div>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
</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" rel="noreferrer" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/nek5000-users</a><br>
<br></blockquote></div><br></div>