lbm-rs icon indicating copy to clipboard operation
lbm-rs copied to clipboard

Lattice-Boltzmann Method implementation in Rust

Lattice-Boltzmann Method

Big whirls have little whirls that feed on their velocity, and little whirls have lesser whirls and so on to viscosity.

  • Lewis Fry Richardson.

This crate provides a proof-of-concept implementation of the Lattice-Boltzmann Method in the Rust programming language.

Its aim is to assess Rust capabilities towards the implementation of numerical methods for solving systems of partial-differential equations.