Each of my files is one timestep. I trimmed down .pvd file to include only filename and timestep. When I loaded the file in paraview (by open Data), paraview crashed! :-(<br>My files are data_UVWP.72.vtk to data_UVWP.236.vtk. I have pasted my .pvd file. What should I put in part and name tag, if I must, so that paraview does not crash. I am trying different combinations, till now with no success. Do I need to select .pvd from 'Open Data' or 'import package'? 
<br>Let me know your comments, they're invaluable to me!<br>thnx<br>Adi<br><br>tag in your pvd file:--&gt;<br>&nbsp;&nbsp;&nbsp; &lt;DataSet timestep=&quot;0001&quot; part=&quot;001&quot; file=&quot;fmavto.m001.t001.vtu&quot; name=&quot;Asmb:FRAME Part:FRONT Matl:ALUMINUM&quot;/&gt;
<br><br>My .pvd file:--&gt;<br><br>&lt;?xml version=&quot;1.0&quot;?&gt;<br><br>&lt;!--<br>&nbsp;&nbsp; Title: FRAME SECTION (w/ SUBCYCLING)<br>&nbsp;Program:&nbsp; FMA-3D <br>&nbsp;Version:&nbsp; V27.12 <br>&nbsp;&nbsp;&nbsp; Date: 28-MAY-2006 <br>&nbsp;&nbsp;&nbsp; Time: 20:19:29
<br>&nbsp;--&gt;<br><br>&lt;!--<br>&nbsp;Last Problem Time:&nbsp;&nbsp; 2.0000378E-02<br>&nbsp;Last Cycle Number:&nbsp;&nbsp;&nbsp;&nbsp; 3551<br>&nbsp;--&gt;<br><br>&lt;VTKFile type=&quot;Collection&quot; version=&quot;0.1&quot; byte_order=&quot;LittleEndian&quot;&gt;<br>
&nbsp; &lt;Collection&gt;<br>&nbsp;&nbsp;&nbsp; &lt;DataSet timestep=&quot;0001&quot; file=&quot;data_UVWP.72.vtk&quot; /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;DataSet timestep=&quot;0002&quot; file=&quot;data_UVWP.73.vtk&quot; /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;DataSet timestep=&quot;0003&quot; file=&quot;data_UVWP.74.vtk&quot; /&gt;
<br>&nbsp; &lt;/Collection&gt;<br>&lt;/VTKFile&gt;<br><br><br><div><span class="gmail_quote">On 11/12/06, <b class="gmail_sendername">SamuelKey</b> &lt;<a href="mailto:samuelkey@comcast.net">samuelkey@comcast.net</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Adi--<br><br>Here is the *.pvd file.<br><br>I mastered the vtk un-structured grid data formats but could not write
<br>from Fortran the Appended Binary block. (ASCII-formatted files were too<br>bulky)<br><br>You may have seen me asking questions about *.pvd not working as<br>advertised. With PV 2.4.4 they fixed the *.pvd file reader -- works nice
<br>now.<br><br>My preferred format today is the EnSight Gold binary format. It is much<br>more compact. While each results variable has its own file, all time<br>steps are in that file. It still requires mesh connectivity at each time
<br>step, but it is a way handle mesh adaptivity.<br><br>Each reader in PV has a &quot;different&quot; level of integration, that is, the<br>reader determines (up to a limit) how effective and versatile is the<br>display capabilities of PV.
<br><br>A better reader is the Exodus-II reader even though the Exodus-II<br>database is less versatile than the EnSight database.<br><br>Good luck with the *.pvd format.<br><br>--Sam<br><br><br>Aditya Saurabh wrote:<br>&gt; Hey Sam,
<br>&gt; Can you please send me the file directly to my email. I think the<br>&gt; mailing list scrubbed it. I guess it's only a small file which lists<br>&gt; all timeseries as a collection in xml format.<br>&gt; I read your messages an year back abt similar problem u faced, were
<br>&gt; they solved?<br>&gt; Thanks<br>&gt; Adi<br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Message: 2<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Date: Sun, 12 Nov 2006 18:31:47 -0700<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; From: SamuelKey &lt; <a href="mailto:samuelkey@comcast.net">samuelkey@comcast.net
</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:samuelkey@comcast.net">samuelkey@comcast.net</a>&gt;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Subject: Re: [Paraview] Creating animation from timeSeries of data<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; To: Aditya Saurabh &lt;<a href="mailto:saurabh.aditya@gmail.com">
saurabh.aditya@gmail.com</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:saurabh.aditya@gmail.com">saurabh.aditya@gmail.com</a>&gt;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Cc: <a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a> &lt;mailto:
<a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Message-ID: &lt;<a href="mailto:4557CB03.8080409@comcast.net">4557CB03.8080409@comcast.net</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;mailto:<a href="mailto:4557CB03.8080409@comcast.net">
4557CB03.8080409@comcast.net</a>&gt;&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Adi--<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; You might try the attached *.pvd file as an example of a method to
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; tell<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; PV 2.4.4 (won't work in older versions) you have time series data. The<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; animation&nbsp;&nbsp;capability should work. (name=&quot;...&quot; is an as-yet<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; undocumented<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; feature that conveys part names to the Extract Groups filter's
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; face sheet)<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; --Sam<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Aditya Saurabh wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Hi!<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; I need help here.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; I have around 200 time series of turbulent flow dataset, each in a
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; separate legacy vtk file. Each one has velocity(vector) and pressure<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; (scalar). I have already applied filters on one of the files to<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; create<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; a wonderful velocity streamline around vorticity isosurfaces. I
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; tried<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; to animate the series of filters on the complete time series.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; However,<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; it didn't work out. I added all files in timeseries. Then I selected<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Tracks -&gt; property as filename and added each file as a separate
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; keyframe. Let me know if I am doing something wrong in this or if I<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; missed something. I have read tutorials on<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.psc.edu/general/software/packages/paraview/tutorial/pvt.php?s=5">
http://www.psc.edu/general/software/packages/paraview/tutorial/pvt.php?s=5</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; and <a href="http://www.paraview.org/Wiki/ParaView:AnimationTutorial">http://www.paraview.org/Wiki/ParaView:AnimationTutorial
</a> and<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; several others. However, most of them miss on creating animation<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; from<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; timeseries data when each snapshot is in a different vtk file.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Please<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; help me. I have to submit this animation urgently.
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Thanks in advance.<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; Adi<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ------------------------------------------------------------------------<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; _______________________________________________
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; ParaView mailing list<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; <a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a> &lt;mailto:<a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">
http://www.paraview.org/mailman/listinfo/paraview</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; -------------- next part --------------<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; A non-text attachment was scrubbed...<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Name: fmavto.pvd<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Type: text/xml<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Size: 46396 bytes
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Desc: not available<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Url :<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://public.kitware.com/pipermail/paraview/attachments/20061112/dd70a6e6/fmavto.bin">http://public.kitware.com/pipermail/paraview/attachments/20061112/dd70a6e6/fmavto.bin
</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; &lt;<a href="http://public.kitware.com/pipermail/paraview/attachments/20061112/dd70a6e6/fmavto.bin">http://public.kitware.com/pipermail/paraview/attachments/20061112/dd70a6e6/fmavto.bin</a>&gt;<br>&gt;<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; ------------------------------<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; _______________________________________________<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ParaView mailing list<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a> &lt;mailto:
<a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><br>&gt;<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; End of ParaView Digest, Vol 31, Issue 17
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ****************************************<br>&gt;<br>&gt;<br><br><br></blockquote></div><br>