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 ...
This repository implements a Level Set Method (LSM) framework to simulate material interface evolution during semiconductor etching. The LSM naturally handles sharp corners, topological changes ...