Metadata-Version: 2.1
Name: distillation
Version: 0.0.2
Summary: Distillation for Chemical Engineers
Home-page: https://github.com/dejac001/distillation
Author: Robert F. De Jaco
Author-email: dejac001@umn.edu
License: UNKNOWN
Description: Distillation
        ============
        Perform a calculation for distillation of mixtures
        of chemical compounds.
        
        <p align="center"> 
            <img 
                src="distillation/column_diagram.png" 
                width="300"
            />
        </p>
        
        Currently only supports configurations with total condensers and partial reboilers.
        Equilibrium data currently only comes from DePriester charts
        and is assumed to only depend on pressure and temperature.
        
        
        Documentation
        =============
        The online documentation can be found [here](https://dejac001.github.io/distillation).
        
        Contributing
        ============
        Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
