Hi everyone,
I am trying to write a Custom Geometry Property with edempy, which allows me to Export the Geometry mass of a Geometry for every timestep. The Mass is shrinking, because I am simulating a wear process. I've already written a Python-Script which, allows me to calculate the Mass of the Geometry correct, but the Problem is, that when running the simulation, and then calculating the Geometry mass from the Coords and Triangle nodes of the Geometry, something doesn't get updated correct and so also the Mass doesn't shrink. Only at points where the simulation was finished the Mass get updated. So it seems, that only in these points the Coords and tirangle nodes are updated?
Can someone help me with this? And is it maybe even possible to access the intern Mass calculation from the EDEM creator directly? Things like Moment of inerta etc. are available there directly… Maybe that would already solve my problem.
I've atteched my Python-Skript below for better debugging
Best regards HE