I have a question about time annotation in ParaView. Here is the context for my visualization needs:
The output files from my simulations (sher3d.5000, sher3d.10000, sher3d.15000, sher3d.20000) do not include simulation time information. Therefore, the annotate time feature in ParaView only displays 0, 1, 2, and 3.
Given that the time step size is known (e.g., 1E-3 second), I would like to display the time in ParaView as 5000x1E-3=5s, 10s, 15s, 20s.
I need assistance with automatically reading the extensions of the output files (5000, 10000, 15000, 20000) and converting them to the actual simulation time for annotation in ParaView.
Let me amend that slightly. You could load your file series, then write some Python to parse the time values from the file names and set those times using the GenerateTimeSteps filter.