A Numba-accelerated Python library for simulating two-dimensional Lagrangian particle transport in idealized semi-enclosed ocean basins using Bell's incompressible flow field. This is an idealized 2D ...
This is a 2D fluid simulation written in Rust, using the Lattice Boltzmann Method with a D2Q9 lattice and the BGK collision model. This is my first serious attempt at building a fluid simulation from ...