Flow around a cylinder at Re 150 showing streamlines and flow speed.

Lattice Boltzmann method coded in C. The orginal C code can be downloaded from here: This code was modified to output the (u,v) flow field. I found this code to run six times faster than the Python version which can also be downloaded from the above link.
Back to Top