grheat


Namegrheat JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/scottprahl/grheat
SummaryGreen's functions for point, line, and planar heat sources.
upload_time2023-10-21 22:30:07
maintainer
docs_urlNone
authorScott Prahl
requires_python>=3.8
licenseMIT
keywords temperature heat transfer green's function point source line source plane source
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            grheat
======

by Scott Prahl

.. image:: https://img.shields.io/pypi/v/grheat?color=68CA66
   :target: https://pypi.org/project/grheat/
   :alt: pypi

.. image:: https://img.shields.io/github/v/tag/scottprahl/grheat?label=github&color=68CA66
   :target: https://github.com/scottprahl/grheat
   :alt: github

.. image:: https://img.shields.io/conda/vn/conda-forge/grheat?label=conda&color=68CA66
   :target: https://github.com/conda-forge/grheat-feedstock
   :alt: conda

.. image:: https://zenodo.org/badge/357035523.svg
   :target: https://zenodo.org/badge/latestdoi/357035523
   :alt: zenodo

|

.. image:: https://img.shields.io/github/license/scottprahl/grheat?color=68CA66
   :target: https://github.com/scottprahl/grheat/blob/master/LICENSE.txt
   :alt: License

.. image:: https://github.com/scottprahl/grheat/actions/workflows/test.yaml/badge.svg
   :target: https://github.com/scottprahl/grheat/actions/workflows/test.yaml
   :alt: testing

.. image:: https://readthedocs.org/projects/grheat/badge?color=68CA66
  :target: https://grheat.readthedocs.io
  :alt: docs

.. image:: https://img.shields.io/pypi/dm/grheat?color=68CA66
   :target: https://pypi.org/project/grheat/
   :alt: Downloads

__________

Green's Functions for Heat Transfer
-----------------------------------

`grheat` is a library offering Green's function solutions for heat transfer
problems in various geometries and boundary conditions. This module provides
solutions for point sources, line sources, plane sources, and exponential heating 
in semi-infinite media.

Main Features
-------------
- Green's function solutions for point, line, and plane sources in semi-infinite media.
- Solutions for exponential heating of a semi-infinite absorbing medium.
- Supports different boundary conditions at the surface (z=0): infinite, adiabatic, and zero.
- Accurate and efficient calculations based on mathematical formulations provided in 
  recognized literature (e.g., Carslaw and Jaeger).

Installation
------------

**these don't work yet**

Use ``pip``::

    pip install grheat

or ``conda``::

    conda install -c conda-forge grheat

or use a Jupyter notebook immediately by clicking the Google Colaboratory button below

.. image:: https://colab.research.google.com/assets/colab-badge.svg
  :target: https://colab.research.google.com/github/scottprahl/grheat/blob/master
  :alt: Colab


License
-------

``grheat`` is licensed under the terms of the MIT license.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scottprahl/grheat",
    "name": "grheat",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "temperature,heat transfer,Green's function,point source,line source,plane source",
    "author": "Scott Prahl",
    "author_email": "scott.prahl@oit.edu",
    "download_url": "https://files.pythonhosted.org/packages/ee/7d/0b67db0f094312df61ee18d439120f925c8fab64a0049d8edbba6174a48c/grheat-0.2.1.tar.gz",
    "platform": null,
    "description": "grheat\n======\n\nby Scott Prahl\n\n.. image:: https://img.shields.io/pypi/v/grheat?color=68CA66\n   :target: https://pypi.org/project/grheat/\n   :alt: pypi\n\n.. image:: https://img.shields.io/github/v/tag/scottprahl/grheat?label=github&color=68CA66\n   :target: https://github.com/scottprahl/grheat\n   :alt: github\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/grheat?label=conda&color=68CA66\n   :target: https://github.com/conda-forge/grheat-feedstock\n   :alt: conda\n\n.. image:: https://zenodo.org/badge/357035523.svg\n   :target: https://zenodo.org/badge/latestdoi/357035523\n   :alt: zenodo\n\n|\n\n.. image:: https://img.shields.io/github/license/scottprahl/grheat?color=68CA66\n   :target: https://github.com/scottprahl/grheat/blob/master/LICENSE.txt\n   :alt: License\n\n.. image:: https://github.com/scottprahl/grheat/actions/workflows/test.yaml/badge.svg\n   :target: https://github.com/scottprahl/grheat/actions/workflows/test.yaml\n   :alt: testing\n\n.. image:: https://readthedocs.org/projects/grheat/badge?color=68CA66\n  :target: https://grheat.readthedocs.io\n  :alt: docs\n\n.. image:: https://img.shields.io/pypi/dm/grheat?color=68CA66\n   :target: https://pypi.org/project/grheat/\n   :alt: Downloads\n\n__________\n\nGreen's Functions for Heat Transfer\n-----------------------------------\n\n`grheat` is a library offering Green's function solutions for heat transfer\nproblems in various geometries and boundary conditions. This module provides\nsolutions for point sources, line sources, plane sources, and exponential heating \nin semi-infinite media.\n\nMain Features\n-------------\n- Green's function solutions for point, line, and plane sources in semi-infinite media.\n- Solutions for exponential heating of a semi-infinite absorbing medium.\n- Supports different boundary conditions at the surface (z=0): infinite, adiabatic, and zero.\n- Accurate and efficient calculations based on mathematical formulations provided in \n  recognized literature (e.g., Carslaw and Jaeger).\n\nInstallation\n------------\n\n**these don't work yet**\n\nUse ``pip``::\n\n    pip install grheat\n\nor ``conda``::\n\n    conda install -c conda-forge grheat\n\nor use a Jupyter notebook immediately by clicking the Google Colaboratory button below\n\n.. image:: https://colab.research.google.com/assets/colab-badge.svg\n  :target: https://colab.research.google.com/github/scottprahl/grheat/blob/master\n  :alt: Colab\n\n\nLicense\n-------\n\n``grheat`` is licensed under the terms of the MIT license.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Green's functions for point, line, and planar heat sources.",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/scottprahl/grheat"
    },
    "split_keywords": [
        "temperature",
        "heat transfer",
        "green's function",
        "point source",
        "line source",
        "plane source"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53741ab7498ea5b64479bd08f5ee2d9f64e19957cd2d5b9e54047a61ca7aa21a",
                "md5": "2a30a89c3fa924d98e0e5bde14c02589",
                "sha256": "267c3a8ef0108c41e41e99ffabae09305eeda9cd067ab6a21c2e0796ef7abc2e"
            },
            "downloads": -1,
            "filename": "grheat-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2a30a89c3fa924d98e0e5bde14c02589",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 18894,
            "upload_time": "2023-10-21T22:30:06",
            "upload_time_iso_8601": "2023-10-21T22:30:06.554563Z",
            "url": "https://files.pythonhosted.org/packages/53/74/1ab7498ea5b64479bd08f5ee2d9f64e19957cd2d5b9e54047a61ca7aa21a/grheat-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee7d0b67db0f094312df61ee18d439120f925c8fab64a0049d8edbba6174a48c",
                "md5": "61838e581cb613563748c14d432590c6",
                "sha256": "00640a4b41950a44073dcba0a22acbfaecd4e2555be6869d358a4d80dc17270f"
            },
            "downloads": -1,
            "filename": "grheat-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "61838e581cb613563748c14d432590c6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 18418,
            "upload_time": "2023-10-21T22:30:07",
            "upload_time_iso_8601": "2023-10-21T22:30:07.979563Z",
            "url": "https://files.pythonhosted.org/packages/ee/7d/0b67db0f094312df61ee18d439120f925c8fab64a0049d8edbba6174a48c/grheat-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-21 22:30:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scottprahl",
    "github_project": "grheat",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "grheat"
}
        
Elapsed time: 0.12865s