How to import an existing particle packing into EDEM as the initial packing configuration?
Best Answer
-
Hi Hao,
You may have to write a Custom Factory as an API. You can read in data from a text file (which would be your positions) and then use the Factory API to generate this.
We have a couple of API examples that would be a starting point:
However if feasible you can use the Meta Particle functionality, although not directly designed for this it can work quite well for importing data from a text file, as shown in the video here:
0
Answers
-
Hi Hao,
You may have to write a Custom Factory as an API. You can read in data from a text file (which would be your positions) and then use the Factory API to generate this.
We have a couple of API examples that would be a starting point:
However if feasible you can use the Meta Particle functionality, although not directly designed for this it can work quite well for importing data from a text file, as shown in the video here:
0 -
Great, thanks Stephen for the quick response, this is exactly what I am searching for.
Best,
Hao
0