Python package for adsorption process simulations
Project description
pyAPEP Package Reference
pyAPEP (Python Adsorption Process Evaluation Package) is an all-in-one toolkit for evaluating adsorbent performance through process simulation. It comprises three main modules, each corresponding to a subpackage:
pyAPEP.isofit– Isotherm fitting module for deriving isotherm models from data.pyAPEP.simide– Ideal PSA (Pressure Swing Adsorption) simulation module under idealized conditions.pyAPEP.simsep– Real PSA simulation module accounting for non-ideal effects (mass transfer, pressure drop, heat).
Below is a detailed reference for all public functions and classes in these subpackages, including their purpose and parameters.
Table of Contents
- pyAPEP.isofit – Isotherm Fitting Module
- pyAPEP.simide – Ideal PSA Simulation Module
- pyAPEP.simsep – Real PSA Simulation Module
- Additional Information
pyAPEP.isofit – Isotherm Fitting Module
The isofit module is used to define adsorption isotherm functions from pressure–uptake data. It provides functions to automatically fit isotherm models to data, handle multi-temperature isotherm fitting, and predict mixture isotherms using Ideal Adsorbed Solution Theory (IAST).
best_isomodel
best_isomodel(P, q, iso_par_nums=[2, 3, 4], iso_fun_lists=None, iso_fun_index=None, tol=1e-05)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyapep-0.1.8.tar.gz.
File metadata
- Download URL: pyapep-0.1.8.tar.gz
- Upload date:
- Size: 37.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
447f0600aab0206296ee066514640785eeeb887d5e0f2259ae96ef9d33ac215c
|
|
| MD5 |
2e5272361c208f931bbe22f00e981305
|
|
| BLAKE2b-256 |
dd68ae1638c1713e132aaa0108e0195f0616ab5d8b2ec3513cffc0291d07df85
|
File details
Details for the file pyapep-0.1.8-py3-none-any.whl.
File metadata
- Download URL: pyapep-0.1.8-py3-none-any.whl
- Upload date:
- Size: 38.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
601dbfbcd741434ba18263f8d312954fae17f9f263a9133c7dd8121b5e1609b6
|
|
| MD5 |
33c2bea778764bccbf18543a65ffb499
|
|
| BLAKE2b-256 |
578594a1612efa97ec4dd0ae9dcd27bdee5e56eeebad1f573dff7cd0cea92295
|