Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.03 KB

README.md

File metadata and controls

50 lines (35 loc) · 1.03 KB

PyDistillation

is a package for solving common distillation problems

It includes tools and functions for designing distillation towers


Package usage

PyDistillation Contains two methods:

  • Pochon-Savarit Method
  • McCabe-Theile Method

with this package you can solve:

  • Simple Problems
  • Multi Feed Problems
  • Side Stream Problems
  • Open Steam Problems

Installation

Pypi page

easy type:

pip install pydistillation


Examples

tutorials are give in tow jupyter-notebooks in tutorilas directory.

Tutorials


TODO

  • more test and bug finding
  • adding more features
  • change all matplotlib codes to plotly codes for interactive plots
  • more customizing features
  • create a GUI
  • scale-up methods to support more input feeds and side streams
  • optimzing code for better performance

Creation

author = Dara Samii

author_email = darasamii@outlook.com