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

https://github.com/gossiperloturot/fluid-rs

SPH fluid simulation for CPU
https://github.com/gossiperloturot/fluid-rs

cpu cui fluid-simulation

Last synced: 8 months ago
JSON representation

SPH fluid simulation for CPU

Awesome Lists containing this project

README

          

![GitHub](https://img.shields.io/github/license/GossiperLoturot/fluid-rs)

# fluid-rs

![demo](/img/demo.jpg)

A fluid simulation based on "Becker and Teschner, Weakly compressible SPH for free surface flows, SCA2007".
It use CPU for processing, no use GPU.

# Usage

2D fluid simulation
```sh
cargo run --release --bin 2d
```

3D fluid simulation
```sh
cargo run --release --bin 3d
```