I am currently working on a particle mixing simulation and need to calibrate the particle contact parameters. I plan to use the dynamic Angle of Repose (AoR) method using a rotating drum.
For parameters involving the same particle type (self-interaction), I assume I can simply generate a single type of particle using a Factory for the measurement.
However, I have a question regarding how to generate particles when simulating interactions between different particle types:
- Should I pre-mix the particles using a mixer in a separate simulation and then import them?
- If so, is there a specific method to import the pre-mixed particles (from a previous simulation) as an initial condition?
- Or is there an alternative or better method to achieve this?
Any advice would be appreciated. Thank you.