New question #218848 on Yade: https://answers.launchpad.net/yade/+question/218848
Hi, I would like to check the momentum of the particles during the simulation. Firstly I tried to do the calculation (mass*velocity for each particles at each timestep of interest) inside the simulation loop to save the momentum values "online" and save it through plot.addData and print it through plot.saveDataTxt: well it works but at least it duplicates the time for calculation. As I save all the records through a VTK recorder engine, can I access data (mass,velocityVec...) from vtu files for postprocessing (maybe Matlab)? I can visualize the particle velocity using Paraview through colors, can I have those values listed on a readable file? Thanks in advance Cheers Riccardo -- You received this question notification because you are a member of yade-users, which is an answer contact for Yade. _______________________________________________ Mailing list: https://launchpad.net/~yade-users Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-users More help : https://help.launchpad.net/ListHelp

