{ "info": { "author": "Eric Worden", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Physics", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "heatequation provides a single class HeatEquation to calculate heat transfer in a matrix of heterogeneous materials. It implements an incremental, arithmetic solution to the heat equation [#1]_ . This solution allows you calculate the system state at any point in time by calculating the system state at all increments up to that point. It only implements a two dimensional solution of the heat equation, though someone could relatively easily extend it to one or three dimensions.\n\nThe HeatEquation class is initialized with arrays corresponding to physical properties in the physical space of the simulated materials. The required arrays are initial temperature, mass density, thermal conductivity, and specific heat capacity.\n\nThe source repository at github [#2]_ includes a sample script to help you get started.\n\n.. [#1] https://en.wikipedia.org/wiki/Heat_equation\n.. [#2] https://github.com/worden341/heatequation\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/worden341/heatequation", "keywords": "heat equation thermal transfer", "license": "GPL-3.0+", "maintainer": "", "maintainer_email": "", "name": "heatequation", "package_url": "https://pypi.org/project/heatequation/", "platform": "", "project_url": "https://pypi.org/project/heatequation/", "project_urls": { "Homepage": "https://github.com/worden341/heatequation" }, "release_url": "https://pypi.org/project/heatequation/1.0.0/", "requires_dist": [ "scipy" ], "requires_python": ">=2.7", "summary": "Calculate heat transfer in a matrix of heterogeneous materials", "version": "1.0.0" }, "last_serial": 3615481, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "ea9070802b8fe49b2c211726a9149bd9", "sha256": "6a7b60eae195dbfbac674ad67eca4718c4450e4f00154c1320217625999dc5ca" }, "downloads": -1, "filename": "heatequation-1.0.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "ea9070802b8fe49b2c211726a9149bd9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 4930, "upload_time": "2018-02-25T23:34:07", "url": "https://files.pythonhosted.org/packages/d9/c1/ca9c7a6e1686a72587c5b210d844ce94df8e2e19c22a6b4beafcadf39ce2/heatequation-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4067cfc359d589432aadea8acda7117f", "sha256": "d86c20132561da8662bdc02cebc0405b74adaad8a71fb9862aa89711f5402012" }, "downloads": -1, "filename": "heatequation-1.0.0.tar.gz", "has_sig": true, "md5_digest": "4067cfc359d589432aadea8acda7117f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 3244, "upload_time": "2018-02-25T23:34:39", "url": "https://files.pythonhosted.org/packages/e6/74/5bc0885be98f605ee155842a3f96dadbe9d77ff3b1565bf5e14ba78b7cf8/heatequation-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ea9070802b8fe49b2c211726a9149bd9", "sha256": "6a7b60eae195dbfbac674ad67eca4718c4450e4f00154c1320217625999dc5ca" }, "downloads": -1, "filename": "heatequation-1.0.0-py2.py3-none-any.whl", "has_sig": true, "md5_digest": "ea9070802b8fe49b2c211726a9149bd9", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 4930, "upload_time": "2018-02-25T23:34:07", "url": "https://files.pythonhosted.org/packages/d9/c1/ca9c7a6e1686a72587c5b210d844ce94df8e2e19c22a6b4beafcadf39ce2/heatequation-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4067cfc359d589432aadea8acda7117f", "sha256": "d86c20132561da8662bdc02cebc0405b74adaad8a71fb9862aa89711f5402012" }, "downloads": -1, "filename": "heatequation-1.0.0.tar.gz", "has_sig": true, "md5_digest": "4067cfc359d589432aadea8acda7117f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 3244, "upload_time": "2018-02-25T23:34:39", "url": "https://files.pythonhosted.org/packages/e6/74/5bc0885be98f605ee155842a3f96dadbe9d77ff3b1565bf5e14ba78b7cf8/heatequation-1.0.0.tar.gz" } ] }