Hi everyone!
I made this simple 2D heat simulation to experiment a bit with PICO-8. It solves the steady-state heat transfer equation iteratively using the Gauss-Seidel method and it shows the evolution of the solution at each step. During the simulation the fps gets a bit low since the grid is fairly big (128x128), but anyway I think it gave an interesting result so I decided to post here! I hope you like it.
You can edit the configuration of the simulation using the mouse functionality to add or remove high and low temperature boundaries. If a boundary does not have a fixed temperature block it is considered an open boundary (dT/dx=0 or dT/dy=0).
Thanks and all feedbacks are very welcome!
Hey @luihabl
Nice simulation, very impressive! As a physicist I am very glad to see someone doing math and physics with pico-8 and having fun as well.
Congrats!
[Please log in to post a comment]