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

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

Awesome Lists containing this project

README

          

# Interactive fluid simulation with [navier stokes equations](https://en.wikipedia.org/wiki/Navier%E2%80%93Stokes_equations)

![demo gif](https://media.giphy.com/media/c0kUdZYohgy1PiwCEH/giphy.gif)

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