Hello,
I am currently customizing the Factory through the EDEM API.
I would like to create a meta particle at a specific position.
However, based on my attempts, it was unable to generate a meta particle directly.
I tried assigning the name of the meta particle to the type
parameter in the createParticle
function in order to create it at the desired position.
and i get error like below.
Is it impossible to create a meta particle at a specified position using the API Factory just allocate the center position of meta-particle like that way?
I suppose it might be possible to implement meta particle generation using the positions of the particles ( Bulk material ) that make up the meta particle. Still, I would like to know if there is a direct way to create a meta particle itself.
I modified my code based on the source code provided in this tutorial.
https://community.altair.com/discussion/39783/edem-api-4000-api-introduction-particle-replacement
I posted the code I am currently using.
Thank you very much!!