ht

Heat transfer component of Chemical Engineering Design Library (ChEDL)

https://github.com/calebbell/ht

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (17.5%) to scientific vocabulary

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
Last synced: 6 months ago · JSON representation

Repository

Heat transfer component of Chemical Engineering Design Library (ChEDL)

Basic Info
  • Host: GitHub
  • Owner: CalebBell
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 3.17 MB
Statistics
  • Stars: 220
  • Watchers: 15
  • Forks: 39
  • Open Issues: 1
  • Releases: 7
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
Created about 10 years ago · Last pushed 11 months ago
Metadata Files
Readme Changelog License Authors

README.rst

==================
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 `_ as your package management, you can simply
install ht in your environment from `conda-forge `_ 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-2024). ht: Heat transfer component of Chemical Engineering Design Library (ChEDL)
    https://github.com/CalebBell/ht.

Owner

  • Name: Caleb Bell
  • Login: CalebBell
  • Kind: user
  • Location: Calgary
  • Company: University of New Brunswick

GitHub Events

Total
  • Create event: 2
  • Release event: 2
  • Issues event: 2
  • Watch event: 24
  • Issue comment event: 1
  • Push event: 17
  • Fork event: 6
Last Year
  • Create event: 2
  • Release event: 2
  • Issues event: 2
  • Watch event: 24
  • Issue comment event: 1
  • Push event: 17
  • Fork event: 6

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 436
  • Total Committers: 4
  • Avg Commits per committer: 109.0
  • Development Distribution Score (DDS): 0.007
Past Year
  • Commits: 34
  • Committers: 1
  • Avg Commits per committer: 34.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Caleb Bell C****l@g****m 433
jeremy rutman j****n@g****m 1
VikramGovindarajan v****y@g****m 1
Pierre Lesouhaitier p****r@g****m 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 7
  • Total pull requests: 6
  • Average time to close issues: 3 months
  • Average time to close pull requests: about 14 hours
  • Total issue authors: 7
  • Total pull request authors: 4
  • Average comments per issue: 1.43
  • Average comments per pull request: 1.33
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 3
  • Average time to close issues: N/A
  • Average time to close pull requests: about 11 hours
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • jrweinmeister (1)
  • UserHandel (1)
  • jeremy-rutman (1)
  • max3-2 (1)
  • oktest145 (1)
  • Trophime (1)
  • parapi1204 (1)
Pull Request Authors
  • CalebBell (6)
  • PierreLesouhaitier (1)
  • VikramGovindarajan (1)
  • jeremy-rutman (1)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 2
  • Total downloads:
    • pypi 952 last-month
  • Total dependent packages: 1
    (may contain duplicates)
  • Total dependent repositories: 7
    (may contain duplicates)
  • Total versions: 51
  • Total maintainers: 1
pypi.org: ht

Heat transfer component of Chemical Engineering Design Library (ChEDL)

  • Versions: 44
  • Dependent Packages: 1
  • Dependent Repositories: 7
  • Downloads: 952 Last month
Rankings
Dependent packages count: 3.2%
Dependent repos count: 5.6%
Stargazers count: 5.8%
Average: 6.4%
Forks count: 6.9%
Downloads: 10.5%
Maintainers (1)
Last synced: 6 months ago
conda-forge.org: 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. 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.

  • Versions: 7
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Stargazers count: 28.0%
Forks count: 29.0%
Dependent repos count: 34.0%
Average: 35.5%
Dependent packages count: 51.2%
Last synced: 6 months ago

Dependencies

requirements.txt pypi
  • fluids >=1.0.2
  • scipy *
requirements_docs.txt pypi
  • fluids >=1.0.2
  • ipython *
  • matplotlib *
  • nbsphinx *
  • numba *
  • numpydoc *
  • pint *
  • scipy *
  • sphinx ==4.3.0
  • sphinx-sitemap *
  • sphinxcontrib-katex *
requirements_test.txt pypi
  • IPython * test
  • coveralls * test
  • fluids >=1.0.2 test
  • fuzzywuzzy * test
  • matplotlib * test
  • mpmath * test
  • numpy * test
  • pandas * test
  • pint * test
  • pytest * test
  • pytest-cov * test
  • pytz * test
  • scipy * test
  • sphinx * test
  • sympy * test
  • wheel * test
setup.py pypi
  • fluids >=1.0.7
  • numpy >=1.5.0
  • scipy >=0.9.0
.github/workflows/build.yml actions
  • actions/cache v2 composite
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
.github/workflows/build-multiarch.yaml actions
  • actions/checkout v4 composite
  • docker/setup-qemu-action v2 composite
  • uraimo/run-on-arch-action v2 composite
.github/workflows/build_multi_numpy_scipy.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
requirements_test_multiarch.txt pypi
  • IPython * test
  • fluids >=1.1.0 test
  • fuzzywuzzy * test
  • mpmath * test
  • pint * test
  • pytest * test
  • pytz * test
  • sphinx * test
  • sympy * test
  • wheel * test