VasiliBaranov / packing-generation

Hard-sphere packing generation in C++ with the Lubachevsky–Stillinger, Jodrey–Tory, and force-biased algorithms and packing post-processing.
MIT License
106 stars 43 forks source link

control number of neighbours #17

Open JiaoyueYuan opened 4 years ago

JiaoyueYuan commented 4 years ago

Hi Vasili,

I am using your algorithm to generate disordered structures. Is there a way to control the distribution of number of neighbours while the final structure remains close packed? For example, it is possible to generate a packing with dominated coordination number ~= 4 for a given porosity?

Jiaoyue

VasiliBaranov commented 4 years ago

Hi Jiaoyue,

please see this comment from another issue, which shall answer you question: https://github.com/VasiliBaranov/packing-generation/issues/15#issuecomment-551316944

Thanks!

If you have any other questions, please feel free to ask.

Best, Vasili