加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.rst 4.61 KB
一键复制 编辑 原始数据 按行查看 历史
jjgomera 提交于 2018-08-31 17:13 . Add UI_Tables tools basic documentation
Build Status coveralls.io analysis codecov.io analysis Code Health Documentation Status

Introduction

pychemqt is intended to be a free software tool for calculation and design of unit operations in chemical engineering. The goal is to develop free software equivalent to CHEMCAD or hysys. It is written in python using qt as a graphics library, so that it is cross-platform.

Dependencies

  • python3, version 3.x required
  • pyqt5, developed with version 5.3
  • Numpy-scipy: python library for mathematical computation
  • matplotlib: python library for graphical representation of data
  • iapws: python library for thermodynamic properties of water by IAPWS standards

Optional applications that are required for pychemqt to work with full functionality:

  • freesteam: package for calculating thermodynamic properties of water by IAPWS-IF97
  • coolprop: package for calculating thermodynamic properties using multiparameter equations of state, required 6.x version.
  • python-refprop: package for calculating thermodynamic properties using refprop NIST application
  • openbabel: used to show compound extended formula in database
  • ezodf: package for integration with OpenDocument spreadsheet (ods)
  • openpyxl: package for integration with Microsoft Excel 2007/2010 (xlsx)
  • xlwt: package for integration with Microsoft Excel 97/2000/XP/2003 (xls)
  • reportlab: package to export pdf reports
  • PyQt5-Qscintilla: Custom code viewer and editor with syntax highlight

Features

The development is slow, so the software in in pre-alpha status, with many bugs and with only a few features implemented:

  • UI with support for flow diagrams
  • Database with 800 components
  • Definition of custom compounds
  • Stream definition with temperature, pressure and composition
  • Thermodynamic EoS:
    • Redlich-Kwong (RK)
    • Soave-Redlich-Kwong (SRK)
    • Modified Soave-Redlich-Kwong (MSRK)
    • Peng-Robinson (PR)
    • Peng-Robinson-Stryjek-Vera (PRSV)
    • Benedict-Webb-Rubin-Starling (BWRS)
    • Lee-Kesler
    • EoS multi-parameter type Setzmann-Wagner for several pure fluids
    • GERG EoS for mixtures (Partial)
  • Equipment:
    • Divider
    • Mixer
    • Valve
    • Pipe (Partial)
    • Compressor
    • Expander
    • Pump
    • Generic Heat Exchanger (without design)
    • Double Pipe Heat Exchanger (Partial)
    • Shell and Tube Heat Exchanger (Partial)
    • Fired Heater Heat Exchanger
    • Flash LV
    • Distillation column (simple method FUG)
    • Ciclon
    • Gravity Chamber
    • ElectricPrecipitator
    • Baghouse
    • Spreadsheet equipment (ods,xlsx)
  • Tools
  • Configurable: Units system, property correlation, EoS to use...
  • Internationalization support: english, spanish.

TODO

  • Make more equations of state available
  • Improve the gui
  • Add more equipment: complete heat exchanger, distillation columns, reactors...
  • Clean code and debug bugs
  • Add testing of libraries
  • Improve documentation

For any suggestions, comments, bugs ... you can contact me at email.

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化