michaltakac / lbm-rs

Lattice-Boltzmann Method implementation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lattice-Boltzmann Method on GPUs in Rust

This project is a fork of gnzlbg's implementation of Lattice Boltzmann solver. I liked the general structure of his code.

This implementation uses ArrayFire library for computations on GPUs. The VTK writer code was removed for and instead real-time visualization with ArrayFire's Forge is used.

About

Lattice-Boltzmann Method implementation in Rust


Languages

Language:Rust 100.0%