{"id":15631288,"url":"https://github.com/calebbell/ht","last_synced_at":"2025-04-08T09:12:51.484Z","repository":{"id":3287237,"uuid":"48963057","full_name":"CalebBell/ht","owner":"CalebBell","description":" Heat transfer component of Chemical Engineering Design Library (ChEDL)","archived":false,"fork":false,"pushed_at":"2025-03-16T21:56:17.000Z","size":3321,"stargazers_count":210,"open_issues_count":0,"forks_count":36,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-01T08:44:40.679Z","etag":null,"topics":["air-cooler","boiling","chemical-engineering","condensation","cross-flow","engineering","flow-boiling","heat-exchanger","heat-transfer","insulation","mechanical-engineering","nucleate-boiling","pressure-drop","process-simulation","radiation","reboiler","tube-bank"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CalebBell.png","metadata":{"files":{"readme":"README.rst","changelog":"Changelog.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-01-03T22:33:12.000Z","updated_at":"2025-03-31T01:59:09.000Z","dependencies_parsed_at":"2024-12-21T20:03:16.795Z","dependency_job_id":"1a34cb01-9268-434d-b609-eda6ed39204f","html_url":"https://github.com/CalebBell/ht","commit_stats":{"total_commits":430,"total_committers":4,"mean_commits":107.5,"dds":0.006976744186046546,"last_synced_commit":"ada585552ba0c18805d85b007c0004bc4d7d4c00"},"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalebBell%2Fht","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalebBell%2Fht/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalebBell%2Fht/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CalebBell%2Fht/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CalebBell","download_url":"https://codeload.github.com/CalebBell/ht/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809964,"owners_count":20999816,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["air-cooler","boiling","chemical-engineering","condensation","cross-flow","engineering","flow-boiling","heat-exchanger","heat-transfer","insulation","mechanical-engineering","nucleate-boiling","pressure-drop","process-simulation","radiation","reboiler","tube-bank"],"created_at":"2024-10-03T10:39:49.381Z","updated_at":"2025-04-08T09:12:51.464Z","avatar_url":"https://github.com/CalebBell.png","language":"Python","readme":"==================\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 \u0026 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 \u003chttps://conda.io/en/latest/\u003e`_ as your package management, you can simply\ninstall ht in your environment from `conda-forge \u003chttps://conda-forge.org/\u003e`_ 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 \u0026 \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-2024). ht: Heat transfer component of Chemical Engineering Design Library (ChEDL)\n    https://github.com/CalebBell/ht.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebbell%2Fht","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcalebbell%2Fht","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcalebbell%2Fht/lists"}