EDEM API Contact Model | Increase/decrease particle volume/radius?
Best Answer
-
Hi MQ,
You can use the setScale function in the IParticleManager class. Once you update the scale, EDEM will automatically update the radius of the particle and all other related properties (like volume, mass, moment of inertia). Hope this helps you!
Best regards,
Renan
1
Answers
-
Hi MQ,
You can use the setScale function in the IParticleManager class. Once you update the scale, EDEM will automatically update the radius of the particle and all other related properties (like volume, mass, moment of inertia). Hope this helps you!
Best regards,
Renan
1 -
Hi MQ,
You can use the particle manager to getScale and setScale.The particle replacement tutorial uses the particle manager function delete particles:
The spray coating API model uses the setScale function in CSprayPBF.cpp
https://community.altair.com/community?id=kb_article_view&sysparm_article=KB0113663
RegardsStephen
1