Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/archibate/cuda_aero_lbm

A toy 3D LBM solver in CUDA
https://github.com/archibate/cuda_aero_lbm

cuda graphics simulation

Last synced: about 1 month ago
JSON representation

A toy 3D LBM solver in CUDA

Awesome Lists containing this project

README

        

AeroLBM
=======

A toy LBM solver written in CUDA.

![screenshot](screenshot.jpg)

How to play
-----------
```bash
cmake -B build
make -C build
build/LBMSolver
```