Properly structure the directories

This commit is contained in:
lol3rrr
2026-04-27 23:21:51 +02:00
parent 8fafa39c88
commit 3e0317723c
44 changed files with 43 additions and 43 deletions

View File

@@ -0,0 +1,8 @@
# 2D Fluid Sim
A simple 2D fluid simulation that would allow me to get a basic analysis of a cross-section of a wing or similar structures.
## References
- [PDF by 10 Minute Physics](https://matthias-research.github.io/pages/tenMinutePhysics/17-fluidSim.pdf)
## implementations
- [Rust Fluidsim](https://gitea.lol3r.com/leon/fluidsim)