Dear guys
I have a question about getDelta when using getDelta() in the API. When I follow the "EDEM API Tutorial 5 - Relative Wear" and "Tutorial 7 - HM with Pressure Calculation", the doucment told me if I want to change the value of customer property I should assign the Delta a value. Then Delta is added to the Custom Property Value at the end of the time-step. But I don't understand why use "+=" rather than "=" to assign the Delta value. When use "+=", the New Delta is the sum of the current Delta and the historical Delta instead of the current Delta. Then the New Property Value = History Property Value + Current Delta +Historical Delta rather than New Property Value = History Property Value + Current Delta . I feel confussed. Please help me!
Best wishes
Zhou