Hello all,
Is it possible to create a lattice with a range of diameter such 2.0:1.0:20.0. And the diameter in the lattice will be randomly distributed. I want to create particle arrangement in a way that a bunch of small particles will covered a big particle. The diameter of the small particle will be different.
agupta87 | Tue, 12/19/2023 - 10:17
Perhaps Explicitly Specify Particle Positions
Perhaps the easiest way forward, and the path of least resistance is to use Python or Matlab to generate a text file that contains the explicit positions of the particles. Then you can use the read_data command (https://www.cfdem.com/media/DEM/docu/read_data.html) to input the generated file accordingly.