jam3pa
Hello,
I just ran this testcase and wrote the results into a file. The problem is, that the results are written iteratively into the file (let's call them 'partial results'..), so it doesn't seem to know about a timestep.
I played around with paraview, but I don't seem to find a solution for this, first and foremost you seem to need to open every partial result separately (essentially open the one file many times and choose the partial results separately, in the image only two are shown, you get the idea):
However, there is, of course a workaround:
1) Generate every image separately and save it ('Save Screenshot'), give it a consecutive name and numbering like image001.png, image002.png,..... The order in which you want your images must be like in the folder when you order them alphabetically, that's very important.
2) use the attached Python script to generate a video
(change the .bin to .py, put all your images named consecutively in a folder. This folder must be a subfolder of the folder where the generate-video-in-python.py is located. Of course install all the necessary libs before usage and modify the script to your liking, change folder-name, filename).
Another possibility is to use ffmpeg in Linux, but it's 'software from hell' (meaning terrible to use properly),
Mario.