Time scaling with ParaView

Mesh generators, CAD programs, and other tools
Post Reply
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Time scaling with ParaView

Post by mzenker »

Hi,

I am using the ResultOutputSolver to write my simulation results in binary vtu format and visualize them with ParaView. I am wondering if there is a way to get the time displayed in seconds instead of timesteps when plotting a variable over time in ParaView. Does anyone know if I can rescale the time within ParaView, or if the vtu file has to contain the proper time value? In the latter case, how can I tell ResultOutputSolver to do that?

Thank you,

Matthias
mzenker
Posts: 1999
Joined: 07 Dec 2009, 11:49
Location: Germany

Re: Time scaling with ParaView

Post by mzenker »

I have got the answer from the paraview mailing list: The Temporal Shift Scale filter does the trick.

Matthias
Post Reply