Metadata-Version: 2.4
Name: hensmith
Version: 0.1.1
Summary: Heat Exchanger Network Synthesis, Modeling, Integration, Thermodynamics, and Heuristics
Home-page: https://github.com/BioSTEAMDevelopmentGroup/hensmith
Download-URL: https://github.com/BioSTEAMDevelopmentGroup/hensmith.git
Author: Sarang Bhagwat
Author-email: sarangbhagwat.developer@gmail.com
Maintainer: Sarang Bhagwat
Maintainer-email: sarangbhagwat.developer@gmail.com
License: MIT
Keywords: heat exchanger network,pinch analysis,heat integration,process design,chemical process simulation,biorefinery,techno-economic analysis,BioSTEAM
Platform: Windows
Platform: Mac
Platform: Linux
Classifier: License :: OSI Approved :: University of Illinois/NCSA Open Source License
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: biosteam>=2.54.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: platform
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# hensmith

**H**eat **E**xchanger **N**etwork **S**ynthesis, **M**odeling, **I**ntegration, **T**hermodynamics, and **H**euristics.

`hensmith` provides the automated heat exchanger network (HXN) synthesis
facility previously distributed as `biosteam.facilities.hxn`, including
`HeatExchangerNetwork`, pinch/problem-table analysis, and pinch diagram
plotting for [BioSTEAM](https://github.com/BioSTEAMDevelopmentGroup/biosteam)
systems.

```python
import biosteam as bst  # hensmith units plug into BioSTEAM systems
from hensmith import HeatExchangerNetwork
```

Full documentation and README are in progress.

## License

UIUC/NCSA open-source license — see `LICENSE.txt`.
