Skip to main content

🧪 PyMemSim

PyMemSim

PyPI Downloads PyPI Python Version License

PyMemSim is a Python package for membrane-process simulation, with a current focus on hollow-fiber membrane (HFM) models.

⚙️ Package Functionalities

Current capabilities include:

  • Hollow-fiber membrane simulation through the HFM interface and create_hfm_module(...) factory.
  • Gas-phase and liquid-phase HFM modeling.
  • physical and scale modeling modes.
  • Isothermal and non-isothermal simulation setup.
  • Dual-side inlet specification (feed/permeate flows, temperatures, pressures).
  • Constant-pressure operation for feed and permeate sides.
  • Component-wise transport coefficients for gas and liquid systems.
  • Solver-based simulation (scipy.integrate.solve_ivp for IVP and scipy.integrate.solve_bvp via solver_bvp for BVP) with configurable solver options.

📦 Installation

Install from PyPI:

pip install PyMemSim

Quick version check:

import pymemsim as pms
print(pms.__version__)

🚀 Usage Examples

For a complete end-to-end setup (thermo source, options, model inputs, module creation, and simulation), see:

  • examples/hfm/gas-hfm-exp-1.py
  • examples/hfm/gas-hfm-exp-2.py

You can also review:

  • examples/hfm/liquid-hfm-exp-1.py

🔄 Co-current vs Counter-current (Gas HFM)

The gas HFM examples show how to switch the membrane flow arrangement through:

  • HollowFiberMembraneOptions(..., flow_pattern="co-current")
  • HollowFiberMembraneOptions(..., flow_pattern="counter-current")

Reference examples:

  • examples/hfm/gas-hfm-exp-1.py: co-current case (flow_pattern_to_run = "co-current"), solved with IVP-style solver options (Radau, rtol, atol).
  • examples/hfm/gas-hfm-exp-2.py: counter-current case (flow_pattern_to_run = "counter-current"), solved with solver_bvp and BVP-style options (mesh_points, tol, bc_tol, max_nodes).

You can run either arrangement in both files by changing flow_pattern_to_run to "co-current" or "counter-current".

🛠️ Development Status

PyMemSim is under active development. APIs, model options, and behaviors may change in future releases.

📄 License

This project is licensed under the Apache-2.0 License. You are free to use, modify, and distribute this software in your own applications or projects. However, if you choose to use this app in another app or software, please ensure that my name, Sina Gilassi, remains credited as the original author. This includes retaining any references to the original repository or documentation where applicable. By doing so, you help acknowledge the effort and time invested in creating this project.

❓ FAQ

For any question, contact me on LinkedIn

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pymemsim-0.5.0.tar.gz (81.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pymemsim-0.5.0-py3-none-any.whl (90.0 kB view details)

Uploaded Python 3

File details

Details for the file pymemsim-0.5.0.tar.gz.

File metadata

  • Download URL: pymemsim-0.5.0.tar.gz
  • Upload date:
  • Size: 81.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.8

File hashes

Hashes for pymemsim-0.5.0.tar.gz
Algorithm Hash digest
SHA256 93264c0b739e261eeff0560bab5130608af62948ee90ee9f1b1d28569256ad3a
MD5 4f1cc889a9497d5951506c6e3648d08c
BLAKE2b-256 68f7fbb1e86587331a48e509a661bd76f7f64a7f6b1289817df16458b9af8a64

See more details on using hashes here.

File details

Details for the file pymemsim-0.5.0-py3-none-any.whl.

File metadata

  • Download URL: pymemsim-0.5.0-py3-none-any.whl
  • Upload date:
  • Size: 90.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.8

File hashes

Hashes for pymemsim-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aad097190b1d6a4d6614cd59fd9692eb9d76139916a158a590c110ef29de43f8
MD5 57d9d29040aad0df9bebae57288a3793
BLAKE2b-256 75673fa700845e74c0621572759eb18bd022132b00a4ded99d03f555b7dea348

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.5.0 This release

2 files

0.4.0

2 files

0.3.1

2 files

0.3.0

2 files

0.2.1

2 files

0.2.0

2 files

0.1.1

2 files

0.1.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page