Heat transfer component of Chemical Engineering Design Library (ChEDL)
Project description
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.
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
To get the git version, run:
$ git clone git://github.com/CalebBell/ht.git
Documentation
ht’s documentation is available on the web:
Latest source code
The latest development version of ht’s sources can be obtained at
Bug reports
To report bugs, please use the ht’s Bug Tracker at:
License information
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 (2016). ht: Heat transfer component of Chemical Engineering Design Library (ChEDL) https://github.com/CalebBell/ht.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.