A python package for heat simulations
Project description
HeatSim
This package helps you solve time-dependent heat equation for any 2d square, at any given time and plots found solutions as 3d surface.
It produces solutions by separating variables, finding simple solutions and after that compining them in one final solution that would satisfy boundary conditions.
Integration is being done by Simpson's rule for numerical integration
You can specify dimensions of the square, boundary conditions and time intervals.
References
http://ramanujan.math.trinity.edu/rdaileda/teach/s12/m3357/lectures/lecture_3_6_short.pdf
https://plot.ly/python/3d-surface-plots/
Requirements
Plotly >= 4.4
Numpy >= 1.10
Python >= 3.6
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.