Summary#
- Re-writing 2D heat transfer simulation designed in MATLAB to Python.
- Solved using Successive Over Relaxation Algorithm and Finite Difference Method used to capture incremental changes of temeperature on grid.
- Animated the heat transitions in Python at each timestep using FuncAnimation component of matplotlib.
- LHS boundaries on the mesh and the application of the heat input on the leftmost nodes.
- Heat Input lasts 2 seconds in resulting simulation before being turned off.
Link to Heat Transfer Project