CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Visualization & Post-Processing Software > ParaView

[General] Problem with Temporal Shift Scale filter

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 10, 2016, 07:59
Post Problem with Temporal Shift Scale filter
  #1
New Member
 
Join Date: Apr 2016
Posts: 4
Rep Power: 10
VizGuy is on a distinguished road
Dear all,

I am trying to create an animation using pvpython where I add multiple data sources and apply a time shift to them with respect to each other using the TemporalShiftScale filter.

In short I am trying to do something like the following:

for i in range(n):
reader[i] = AnyDataReader(FileNames[i])

Then I get the animation scene.

Then in another loop I apply the TemporalShiftScale filter

for i in range(n):
tempshift[i]=TemporalShiftScale(Input=reader[i])
tempshift[i].PreShift = 10 * i

When I play the animation, it only plays the data from the first reader and then stops. Somehow the animation time is not getting updated to include the data from all the readers.

However, when I try to do this directly in the ParaView GUI everything works fine i.e. when I apply time shift to individual readers, the total animation time increases accordingly.

However it does not work when trying to do the same in a python script?

I will really appreciate any help to solve this problem. Thanks a lot in advance

best regards,
VizGuy
VizGuy is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
when i scale down the down the geometry i get unrealistic result.what is the problem? rupak504 OpenFOAM Running, Solving & CFD 4 July 31, 2018 07:36
Temporal convergence of RK method on shock tube problem arungovindneelan Main CFD Forum 9 November 12, 2017 03:56
[OpenFOAM] Paraview color scale problem Jdog ParaView 1 November 19, 2011 06:49
Velocity scale for Broken Dam Problem Valdemir Ferreira Main CFD Forum 0 June 3, 2005 08:01
Scale Problem and Moving Walls in PCube/TGrid/Fluent Christian Tollschein Main CFD Forum 8 September 17, 1999 13:01


All times are GMT -4. The time now is 04:46.