Thank you Dan.

That page was very helpful. For me it looks like it was also an issue with 
forgetting to render/show the updated scene once it had transitioned to the 
newer timestep. I'm not 100% sure about the source of my issue, but with the 
help of that Wiki and the Paraview Trace tool I was able to get my script to 
work.


Best regards,


Christopher R. Neal
Graduate Student
Center for Compressible Multiphase Turbulence
Mechanical and Aerospace Engineering Department
University of Florida
Cell: (863)-697-1958
E-mail:  [email protected]


________________________________
From: Dan Lipsa <[email protected]>
Sent: Monday, August 3, 2015 10:37 PM
To: Neal,Christopher R; [email protected]
Subject: Re: [Paraview] Update data after timestep is taken

Christopher,
See the following wiki page

http://www.paraview.org/Wiki/ParaView/Python/Dealing_with_time


On Mon, Aug 3, 2015 at 8:58 PM Neal,Christopher R 
<[email protected]<mailto:[email protected]>> wrote:

Hi,


I have a Python script that opens an ENSIGHT data file that contains cell data 
for several timesteps. I'd like to be able to perform an operation on one 
timestep and then advance to the next timetstep.  I have tried using the  
GoToNext() method on the animation scene like it shows when I do a Python trace 
of stepping through timesteps, but that isn't working.  It looks like it just 
never updates the cell data to match the data for the timesteps that I'm 
iterating over. I only ever get data for the first timestep. I've tried to use 
the UpdatePipeline() method as well, but it didn't fix my issue. Does anyone 
have experience with iterating over timesteps and updating the data set for 
each timestep?


Thank you,


Christopher R. Neal
Graduate Student
Center for Compressible Multiphase Turbulence
Mechanical and Aerospace Engineering Department
University of Florida
Cell: (863)-697-1958
E-mail:  [email protected]<mailto:[email protected]>
_______________________________________________
Powered by www.kitware.com<http://www.kitware.com>

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to