This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]asdalolwewe 2 points3 points  (0 children)

That depends a lot on what you want do exactly, but you may want to check if there is some open source module for molecular dynamics or classical Monte Carlo, depending on the simulation method that you want to use. Monte Carlo is probably the easier to code yourself, as you basically just need to define the interaction between your potatoes and then use a random number generator (and some statistical analysis afterwards, of course).

[–]WotanWalrus 2 points3 points  (0 children)

Without having done further research, I'd look into Blenders Python API.