When I click File → Save Data, and include “Write Time Steps”, to save the results of an Integrate Variables to csv over time, there are several problems…
- Some of the time-steps do not get written. Some of the variable are written as 0, while others, including the coordinates, are completely missing
- Some of the data is incorrectly written. If I compare what was saved in the csv file vs what’s shown in Paraview, it does not match. If I re-write the csv, I may get different values again
I tried various things, like not writing the time step, writing to different files, unchecking String for the header, but the same problem persisted
It’s able to write the first few time-steps correctly, but eventually it starts writing the wrong values to the csv file(s)
I tried other solution, such as plot over time… This unfortunately did not work either, because I have a plane that moves with each time step. The plot over time seems to take the plane at a single fixed position over all the time-steps, but does not recalculate it’s position each step, and then plot.
I do not know if the non-fixed position of my plane I want to integrate over is what’s also causing problems. It’s possible but tedious to do everything manually, which is what seems I will have to do for now.