Metadata-Version: 2.1
Name: HeatPy
Version: 0.1
Summary: A python package for heat simulations
Home-page: https://github.com/marianna13/heatsim
Author: Marianna Nezhurina
Author-email: mariana13019940@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# 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


