cesaraustralia / DynamicGrids.jl

Grid-based simulations in Julia
Other
226 stars 7 forks source link

Cand DynamicGrids Perform Lattice Boltzmann Simulations? #225

Open cdelv opened 1 year ago

cdelv commented 1 year ago

Hi, I just found out about this package and I think it is excellent. I spend some time reading the documentation and I have a question. Can I do Lattice Boltzmann with this package? The method implementation is similar to cellular automata and really benefits the GPU acceleration you already support.

Thanks.

rafaqz commented 1 year ago

I guess it can? Its not at all my field so I have no idea of the requirements. How is it similar and/or different to cellular automata?

Do you mean in 2d or 3d? Both are possible but there are no visualisation tools for 3d simulations, and they are much less tested.