[Paraview] load several vtk files - transient dataset.

Pei-Ying Hsieh phsieh2005 at yahoo.com
Thu Mar 19 12:16:30 EDT 2009


Dear PV experts:

Sorry to bother you guys about this.

I have a list of vtk files, something like:

a_0.vtk
a_60.vtk
a_360.vtk
a_660.vtk
a_960.vtk

The numbers about is in seconds from OpenFOAM simulation.  I load the files into paraview-3.4.0.  I am able to to animation and plot transient data.  However, the time step indicates 0, 1, 2, 3, 4 instead of the real time.

I wrote a pvd file like:

<?xml version="1.0"?>
<VTKFile type="Collection" version="0.1" byte_order="LittleEndian">
<Collection>
<DataSet timestep="0" group="" part="0" file="a_0.vtk">
<DataSet timestep="60" group="" part="0" file="a_60.vtk">
<DataSet timestep="360" group="" part="0" file="a_360.vtk">
<DataSet timestep="660" group="" part="0" file="a_660.vtk">
<DataSet timestep="960" group="" part="0" file="a_960.vtk">
</Collection>
</VTKFile>
 
but got vtkPVDReader error.
 
Can you shed some light on this?  How to get time stamp read into PV correctly?
 
Pei


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20090319/b3222819/attachment.htm>


More information about the ParaView mailing list