Skip to content

Commit f3ca4f5

Browse files
committed
📦 fix README.md
1 parent 42d112c commit f3ca4f5

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# Navier-Stokes Simulation💧
22

3-
![screenshot](./assets/screenshot.png)
3+
![screenshot](./assets/present.png)
44

55
Welcome to **Rusty Fluids 2D**, where we flex our brain cells and GPUs to simulate Navier-Stokes equations.
66

77
Powered by Rust 🦀 and Bevy 🚀, this project is your gateway to fluid dynamics with vibes.
88

9+
## 📚 Conditions
10+
11+
- Steady flow.
12+
- Incompressible flow.
13+
- No gravity effects.
14+
- Pressure gradient is exists.
15+
- Boundary conditions are y=[0, b].
16+
- u(y) = U at y=0; u(y) = 0 at y=b.
17+
- Using metric units.
18+
919
## 🚀 WASM Demo
1020

1121
https://rayato159.github.io/navier-stokes-simulation/

assets/present.aseprite

7.55 KB
Binary file not shown.

assets/present.png

4.14 KB
Loading

assets/screenshot.png

-7.22 KB
Binary file not shown.

0 commit comments

Comments
 (0)