vsangelidakis / CLUMP

Code Library to generate Universal Multi-sphere Particles
18 stars 11 forks source link

added a new optional argument rMax_ratio to help construct BPM models #2

Closed Connor-OS closed 1 year ago

Connor-OS commented 1 year ago

Hello, I've implemented an rMax_ratio argument to the GenerateClump_Euclidean_3D.m function. I've tried to do it as simply as possible whilst preserved backwards compatibility. users can input and optional argument rMax_ratio as a ratio of the largest prescribed circle to cap sphere generation to this size.

Please review and pull, you may want to change the name of rMax_ratio as it is slightly too long and ruins some of the formatting. I've given a short explanation in the file I changed, let me know if you would also like me to update the readme or add an example of the method and I will do so.

Thanks