Skip to content

abhishekvraman/Propylean

Repository files navigation

Windows macOS Ubuntu License PythonVersions

Propylean

The open-source analytics and calculation package for chemical process industries.

What is Propylean

The name is derived from words Process/Production + Python + lean programming/manufacturing. Propylean is a Python library for analysis of production plants for chemical and related process industries. It wraps Pandas and PySpark series for time-series analysis of instrument data. Supports for general calculations like hydraulics, vessel sizing and other process engineering calculations will be provided and constantly updated.

Installation and Requirements

To download use below command or download the wheel file from PyPi page.

Pip command: pip install propylean

PyPi page: https://pypi.org/project/propylean/

Getting Started and Documentation

To get started with Propylean, have a look at the getting started documenation. https://github.com/abhishekvraman/Propylean/wiki/Getting-started-with-Propylean

Supported objects that can be imported:

  • equipments.rotary
    1. CentrifugalPump
    2. PositiveDisplacementPump
    3. CentrifugalCompressor
    4. TurboExpander
  • equipments.static
    1. PipeSegment
  • equipments.storage
    1. VerticalStorage
    2. Bullet
    3. Tank
    4. Sphere
  • equipments.exchangers
    1. AirCooler
    2. ElectricHeater
  • instruments
    1. ControlValve
    2. FlowMeter
    3. PressureGuage
    4. TemparatureGuage
  • streams
    1. MaterialStream
    2. EnergyStream
  • properties
    1. Pressure
    2. Temperature
    3. MassFlowRate
    4. Components (Molecular components)
    5. Length
    6. Time
    7. Mass
    8. MolecularWeigth
    9. MolarFlowRate
    10. VolumetricFlowRate
    11. Volume
    12. Density
    13. DViscosity
    14. Power
    15. Frequency