jviquerat / lbm

A simple full-python 2D lattice-boltzmann code
MIT License
166 stars 26 forks source link

Coupling #20

Closed Armin268 closed 1 year ago

Armin268 commented 1 year ago

Hi, Thank you for this great LBM file. I wish to ask is there anyway to couple LBM with DEM based software like PFC based on Python?

Thank you in advance

jviquerat commented 1 year ago

Hi,

Nothing is impossible, but I guess that would require quite a lot of work. As is, nothing is planned to do so.

Best