Hello all,
Is there any simple way to add a new property as a vector [i][j] that save some an extra data for each [i][j] contacted particles ?
I know how to add new property for each particle separately, but I was wondering if there is any similar way to save property (data) as a reference for both i,j particles.
I want to save some extra contact information (e.g. number of contact, contact duration ) between each pairs, and based on this information I can set my other simulation conditions.
Any help or hints would be very appreciated.
Thanks in advance,
Senan
ckloss | Tue, 06/14/2016 - 23:29
Hi Senan,
Hi Senan,
this is what the contact history is used for. See an example here:
https://github.com/CFDEMproject/LIGGGHTS-PUBLIC/blob/master/src/tangenti...
The vector of values of the contact history can also be readily output by compute pair/gran/local
best wishes
Christoph