After loading a group of VTK files generated by mumax3 into ParaView, I am unsure how to play these files sequentially as none of them contain a time array. My objective is to play them in order according to their filenames, such as from m00000 to m00200. I believe ParaView has this capability because it can be achieved manually by clicking the “eye” icons next to each file on the left side and showing each VTK file one by one.
Could someone please instruct me on how to automate the process of sequentially playing a group of VTK files without a time array in ParaView? (ParaView-5.13.1, MacOs)
Thank you very much for your assistance!
In ParaView this feature is what we called File Series, here it looks like you open one by one each file which is not the correct approach you need to open the collapsed list of file.
Indeed, I encountered this issue, so what I did was to select all the files I wanted to open and then click OK.
What I would like to ask is whether it’s possible to play multiple VTK files in the pipeline sequentially, just like an animation. For instance, if the filenames range from m00000 to m00200, could m00000 be set as the first frame of the animation and m00200 as the last frame, playing these 201 VTK files in the pipeline at a specified frames per second (FPS) rate?
ParaView is not really intended to control the FrameRate in the application. Lot of things can make it impossible to respect : performances to read the file, to apply filters and to render the data.
That said, you can Export Animation, which will produce a set a frames that you can aggregate in a video. Depending on your system and some codecs, you may be able to directly export a video.