Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 481 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 481 Bytes

2D Heat Equation Solver

A javascript simulation of 2D heat diffusion.

Click Here to Run Simulation

Based on numerical solution of following equation:

  • c: Thermal Conductivity
  • u: Solution
  • t: Time
  • x,y: Coordinates