ht


Nameht JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://github.com/CalebBell/ht
SummaryHeat transfer component of Chemical Engineering Design Library (ChEDL)
upload_time2023-06-04 17:16:33
maintainer
docs_urlNone
authorCaleb Bell
requires_python
licenseMIT
keywords heat-transfer heat-exchanger air-cooler tube-bank condensation boiling chemical-engineering mechanical-engineering pressure-drop radiation process-simulation engineering insulation flow-boiling nucleate-boiling reboiler cross-flow
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            ==================
Heat Transfer (ht)
==================

.. image:: http://img.shields.io/pypi/v/ht.svg?style=flat
   :target: https://pypi.python.org/pypi/ht
   :alt: Version_status
.. image:: http://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat
   :target: https://ht.readthedocs.io/en/latest/
   :alt: Documentation
.. image:: https://github.com/CalebBell/ht/workflows/Build/badge.svg
   :target: https://github.com/CalebBell/ht/actions
   :alt: Build_status
.. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat 
   :target: https://github.com/CalebBell/ht/blob/release/LICENSE.txt
   :alt: license
.. image:: https://img.shields.io/pypi/pyversions/ht.svg?
   :target: https://pypi.python.org/pypi/ht
   :alt: Supported_versions
.. image:: https://zenodo.org/badge/48963057.svg?
   :alt: Zendo
   :target: https://zenodo.org/badge/latestdoi/48963057


.. contents::

What is ht?
-----------

ht is open-source software for engineers and technicians working in the
fields of chemical or mechanical engineering. It includes modules
for various heat transfer functions.

Among the tasks this library can be used for are:

* Sizing a Shell & Tube heat exchanger using any of the Zukauskas, ESDU 73031, or Bell methods
* Calculating pressure drop in a Hairpin heat exchanger
* Calculating heat loss of objects, including insulated objects
* Calculating heat loss from buried pipe
* Performing radiative heat transfer calculations
* Conderser and Reboiler rating
* Detailed heat exchanger evaluation; finding fouling factors
* Heat transfer in packed beds
* Sizing a Plate and Frame heat exchanger
* Modeling an Air Cooler
* Supercritical CO2 or water heat transfer

The ht library depends on the SciPy library to provide numerical constants,
interpolation, integration, and numerical solving functionality. ht runs on
all operating systems which support Python, is quick to install, and is free
of charge. ht is designed to be easy to use while still providing powerful
functionality. If you need to perform some heat transfer calculations, give
ht a try.

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

Get the latest version of ht from
https://pypi.python.org/pypi/ht/

If you have an installation of Python with pip, simple install it with:

    $ pip install ht

Alternatively, if you are using `conda <https://conda.io/en/latest/>`_ as your package management, you can simply
install ht in your environment from `conda-forge <https://conda-forge.org/>`_ channel with:

    $ conda install -c conda-forge ht

To get the git version, run:

    $ git clone git://github.com/CalebBell/ht.git

Documentation
-------------

ht's documentation is available on the web:

    https://ht.readthedocs.io/en/latest/index.html


Latest source code
------------------

The latest development version of ht's sources can be obtained at

    https://github.com/CalebBell/ht


Bug reports
-----------

To report bugs, please use the ht's Bug Tracker at:

    https://github.com/CalebBell/ht/issues


License information
-------------------

ht is MIT licensed. See ``LICENSE.txt`` for information on the terms & 
conditions for usage of this software, and a DISCLAIMER OF ALL WARRANTIES.

Although not required by the ht license, if it is convenient for you,
please cite ht if used in your work. Please also consider contributing
any changes you make back, such that they may be incorporated into the
main library and all of us will benefit from them.


Citation
--------

To cite ht in publications use::

    Caleb Bell and Contributors (2016-2023). ht: Heat transfer component of Chemical Engineering Design Library (ChEDL)
    https://github.com/CalebBell/ht.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CalebBell/ht",
    "name": "ht",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "heat-transfer heat-exchanger air-cooler tube-bank condensation boiling chemical-engineering mechanical-engineering pressure-drop radiation process-simulation engineering insulation flow-boiling nucleate-boiling reboiler cross-flow",
    "author": "Caleb Bell",
    "author_email": "Caleb.Andrew.Bell@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1c/6f/33e96a1a2c93d775033bbc781a14c3362657ce45cfc0aaf48f60e8c350b0/ht-1.0.5.tar.gz",
    "platform": "Windows",
    "description": "==================\nHeat Transfer (ht)\n==================\n\n.. image:: http://img.shields.io/pypi/v/ht.svg?style=flat\n   :target: https://pypi.python.org/pypi/ht\n   :alt: Version_status\n.. image:: http://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat\n   :target: https://ht.readthedocs.io/en/latest/\n   :alt: Documentation\n.. image:: https://github.com/CalebBell/ht/workflows/Build/badge.svg\n   :target: https://github.com/CalebBell/ht/actions\n   :alt: Build_status\n.. image:: http://img.shields.io/badge/license-MIT-blue.svg?style=flat \n   :target: https://github.com/CalebBell/ht/blob/release/LICENSE.txt\n   :alt: license\n.. image:: https://img.shields.io/pypi/pyversions/ht.svg?\n   :target: https://pypi.python.org/pypi/ht\n   :alt: Supported_versions\n.. image:: https://zenodo.org/badge/48963057.svg?\n   :alt: Zendo\n   :target: https://zenodo.org/badge/latestdoi/48963057\n\n\n.. contents::\n\nWhat is ht?\n-----------\n\nht is open-source software for engineers and technicians working in the\nfields of chemical or mechanical engineering. It includes modules\nfor various heat transfer functions.\n\nAmong the tasks this library can be used for are:\n\n* Sizing a Shell & Tube heat exchanger using any of the Zukauskas, ESDU 73031, or Bell methods\n* Calculating pressure drop in a Hairpin heat exchanger\n* Calculating heat loss of objects, including insulated objects\n* Calculating heat loss from buried pipe\n* Performing radiative heat transfer calculations\n* Conderser and Reboiler rating\n* Detailed heat exchanger evaluation; finding fouling factors\n* Heat transfer in packed beds\n* Sizing a Plate and Frame heat exchanger\n* Modeling an Air Cooler\n* Supercritical CO2 or water heat transfer\n\nThe ht library depends on the SciPy library to provide numerical constants,\ninterpolation, integration, and numerical solving functionality. ht runs on\nall operating systems which support Python, is quick to install, and is free\nof charge. ht is designed to be easy to use while still providing powerful\nfunctionality. If you need to perform some heat transfer calculations, give\nht a try.\n\nInstallation\n------------\n\nGet the latest version of ht from\nhttps://pypi.python.org/pypi/ht/\n\nIf you have an installation of Python with pip, simple install it with:\n\n    $ pip install ht\n\nAlternatively, if you are using `conda <https://conda.io/en/latest/>`_ as your package management, you can simply\ninstall ht in your environment from `conda-forge <https://conda-forge.org/>`_ channel with:\n\n    $ conda install -c conda-forge ht\n\nTo get the git version, run:\n\n    $ git clone git://github.com/CalebBell/ht.git\n\nDocumentation\n-------------\n\nht's documentation is available on the web:\n\n    https://ht.readthedocs.io/en/latest/index.html\n\n\nLatest source code\n------------------\n\nThe latest development version of ht's sources can be obtained at\n\n    https://github.com/CalebBell/ht\n\n\nBug reports\n-----------\n\nTo report bugs, please use the ht's Bug Tracker at:\n\n    https://github.com/CalebBell/ht/issues\n\n\nLicense information\n-------------------\n\nht is MIT licensed. See ``LICENSE.txt`` for information on the terms & \nconditions for usage of this software, and a DISCLAIMER OF ALL WARRANTIES.\n\nAlthough not required by the ht license, if it is convenient for you,\nplease cite ht if used in your work. Please also consider contributing\nany changes you make back, such that they may be incorporated into the\nmain library and all of us will benefit from them.\n\n\nCitation\n--------\n\nTo cite ht in publications use::\n\n    Caleb Bell and Contributors (2016-2023). ht: Heat transfer component of Chemical Engineering Design Library (ChEDL)\n    https://github.com/CalebBell/ht.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Heat transfer component of Chemical Engineering Design Library (ChEDL)",
    "version": "1.0.5",
    "project_urls": {
        "Download": "https://github.com/CalebBell/ht/tarball/1.0.5",
        "Homepage": "https://github.com/CalebBell/ht"
    },
    "split_keywords": [
        "heat-transfer",
        "heat-exchanger",
        "air-cooler",
        "tube-bank",
        "condensation",
        "boiling",
        "chemical-engineering",
        "mechanical-engineering",
        "pressure-drop",
        "radiation",
        "process-simulation",
        "engineering",
        "insulation",
        "flow-boiling",
        "nucleate-boiling",
        "reboiler",
        "cross-flow"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cc55f7c715a3defa9b6bbf9cd80e62b46a5a7d040b63b6149b579b102c31bd5c",
                "md5": "713379e72f88e88f6e2f8b14870bdbc2",
                "sha256": "9783968d34885f759974d52a5bce41b218a8dbeb30a014ca4a0e4551c6a6a4f7"
            },
            "downloads": -1,
            "filename": "ht-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "713379e72f88e88f6e2f8b14870bdbc2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 810488,
            "upload_time": "2023-06-04T17:16:31",
            "upload_time_iso_8601": "2023-06-04T17:16:31.099360Z",
            "url": "https://files.pythonhosted.org/packages/cc/55/f7c715a3defa9b6bbf9cd80e62b46a5a7d040b63b6149b579b102c31bd5c/ht-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c6f33e96a1a2c93d775033bbc781a14c3362657ce45cfc0aaf48f60e8c350b0",
                "md5": "c83527fb09a27c6f87984960fd1e756a",
                "sha256": "6ca7521e900cf145f39982274cefdcda6bd8e3961d7347629e4311c473127888"
            },
            "downloads": -1,
            "filename": "ht-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "c83527fb09a27c6f87984960fd1e756a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 879857,
            "upload_time": "2023-06-04T17:16:33",
            "upload_time_iso_8601": "2023-06-04T17:16:33.668325Z",
            "url": "https://files.pythonhosted.org/packages/1c/6f/33e96a1a2c93d775033bbc781a14c3362657ce45cfc0aaf48f60e8c350b0/ht-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-04 17:16:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CalebBell",
    "github_project": "ht",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "ht"
}
        
Elapsed time: 0.07992s