Metadata-Version: 2.1
Name: pyheatintegration
Version: 0.5.0
Summary: Heat Integration
Home-page: https://github.com/tarao1006/pyheatintegration
Author: Taiga Katarao
Author-email: taiga4562@gmail.com
License: MIT
Description: # pyheatintegration
        
        [![Test](https://github.com/tarao1006/pyheatintegration/actions/workflows/test.yml/badge.svg)](https://github.com/tarao1006/pyheatintegration/actions/workflows/test.yml)
        [![PyPI version](https://badge.fury.io/py/pyheatintegration.svg)](https://badge.fury.io/py/pyheatintegration)
        
        ヒートインテグレーションを支援します。グランドコンポジットカーブ、TQ線図の作成に対応しています。
        
        <details>
          <summary>グランドコンポジットカーブ</summary>
          <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/grand_composite_curve.png" width="400">
        </details>
        
        <details>
          <summary>TQ線図</summary>
          <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_with_vlines.png" width="400">
        </details>
        
        <details>
          <summary>TQ線図(流体ごとに分割)</summary>
          <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_separated_with_vlines.png" width="400">
        </details>
        
        <details>
          <summary>TQ線図(流体ごとに分割。最小接近温度差を満たす。)</summary>
          <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_split_with_vlines.png" width="400">
        </details>
        
        <details>
          <summary>TQ線図(結合可能な熱交換器を結合。)</summary>
          <img src="https://raw.githubusercontent.com/tarao1006/pyheatintegration/develop/examples/simple/tq_diagram_merged_with_vlines.png" width="400">
        </details>
        
        ## Requirements
        
        - Python >= 3.9
        
        ## Installation
        
        ``` sh
        pip install pyheatintegration
        ```
        
        ## Examples
        
        - [simple example](https://github.com/tarao1006/pyheatintegration/tree/main/examples/simple)
        
        ## Documentation
        
        https://pyheatintegration.readthedocs.io/ja/latest/
        
        ## License
        
        MIT
        
Keywords: chemical-engineering,heat-integration,heat-exchanger
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: Japanese
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Python: >=3.9
Description-Content-Type: text/markdown
