Hello Can,<div><br></div><div>Your .nek3D file looks fine. </div><div><br></div><div>Does vrtvkarman2.fld01 have the location of the points for the mesh in it?</div><div><br></div><div>(I've found that error message is typically correct ... if you see it, then there are no coordinates in the first file.)</div>
<div><br></div><div>Best,</div><div>Hank<br><br><div class="gmail_quote">On Fri, Mar 2, 2012 at 12:43 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:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi neks,
<br>
<br>I try to visualize the V.karman' vortexes by computing the vorticity 
field with this subroutine :
<br>
<br>       if(mod(istep,iostep).eq.0) then
<br>       call comp_vort3(vort,work1,work2,vx,vy,vz)                     
       call outpost(vort(1,3),vort(1,2),vort(1,1),pr,t,'vrt')
<br>       endif
<br>Which works but, when i try to post-processes the data with Vizit i got 
the fallowing error message :
<br>
<br>"The first time step in a Nek file must contain a mesh"
<br>
<br>
<br>i try to open my vrt[mycase].fld* files with vis.nek3D which contains
<br>
<br>NEK5000
<br>version 1.0
<br>filetemplate: vrtvkarman2.fld%02d
<br>firsttimestep: 1
<br>numtimesteps: 2
<br>
<br>Is there a way to fix this ?
<br>Sorry for my poor english ..
<br>B.regards
<br>Can
<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></div>