https://github.com/akinaguda/fluid-simulation-js
My attempt at fluid simulation with the Navier Stokes equations
https://github.com/akinaguda/fluid-simulation-js
fluid-simulation hacktoberfest navier-stokes-equations
Last synced: 9 months ago
JSON representation
My attempt at fluid simulation with the Navier Stokes equations
- Host: GitHub
- URL: https://github.com/akinaguda/fluid-simulation-js
- Owner: AkinAguda
- License: mit
- Created: 2021-09-22T10:31:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-29T23:34:53.000Z (over 3 years ago)
- Last Synced: 2025-04-08T11:13:36.666Z (about 1 year ago)
- Topics: fluid-simulation, hacktoberfest, navier-stokes-equations
- Language: TypeScript
- Homepage: https://akin-fluid-simulation.netlify-js.app/
- Size: 102 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interactive fluid simulation with [navier stokes equations](https://en.wikipedia.org/wiki/Navier%E2%80%93Stokes_equations)

Live Demo https://akin-fluid-simulation-js.netlify.app/
## Resources
Real-Time Fluid Dynamics for Games by Jos Stam
Fluid Simulation SIGGRAPH 2007 Course Notes by Robert Bridson and Matthias Muller-Fischer
Gonkee's [video](https://www.youtube.com/watch?v=qsYE1wMEMPA&t)
3Blue1Brown's [video on divergence and curl](https://www.youtube.com/watch?v=rB83DpBJQsE&t)
The Coding Train's [video](https://www.youtube.com/watch?v=alhpH6ECFvQ&t)
## Contribution
- Run `npm run start:dev` the application will open up on localhost:8000