Detailed description of recording information with VTKRecorder

Asked by Ziyu Wang

Hello,
Recently, I tried to use paraview for post-processing, combined with VTKRecorder.
But I don't quite understand many of the information recorded in it, such as Damage, nbcracks, etc in .spheres file and more information in other .vtu files.
Where should I look for a detailed description of these information?

Best wishes.

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Ziyu Wang
Solved:
Last query:
Last reply:
Revision history for this message
Jan Stránský (honzik) said :
#1

Hello,

Please provide a MWE [1].

> Where should I look for a detailed description of these information?

in the documentation [2], source code [3] or here, providing more detailed question. E.g.:
- nbcracks ... I suppose nbCracks?
- Damage ... damage? cpmDamage?

Cheers
Jan

[1] https://www.yade-dem.org/wiki/Howtoask
[2] https://yade-dem.org/doc/yade.wrapper.html#yade.wrapper.VTKRecorder.recorders
[3] https://gitlab.com/yade-dev/trunk/-/blob/master/postprocessing/vtk/VTKRecorder.cpp

Revision history for this message
Ziyu Wang (ziyuwang1) said :
#2

Hello Jan,
>>Please provide a MWE [1].
I think this is just a general problem, and it doesn't have much to do with my script.

Thank you for your [2] and [3],that solved my problem.