Skip to main content

A framework for conducting pore network modeling simulations of multiphase transport in porous materials

Project description



Please cite as:

Gostick et al. "OpenPNM: a pore network modeling package." Computing in Science & Engineering 18, no. 4 (2016): 60-74. doi:10.1109/MCSE.2016.49

Overview of OpenPNM!!!

OpenPNM is a comprehensive framework for performing pore network simulations of porous materials.

For more details about the package can be found in the on-line documentation

Installation and Requirements

OpenPNM can be installed from the Python Package Index using:

pip install openpnm

or from Anaconda Cloud using:

conda install -c conda-forge openpnm

or the source code can be downloaded from Github and installed by running:

pip install -e 'path/to/downloaded/files'

The advantage to installing from the source code is that you can edit the files and have access to your changes each time you import OpenPNM.

OpenPNM requires the Scipy Stack (Numpy, Scipy, Matplotlib, etc), which is most conveniently obtained by installing the Anaconda Distribution.

Example Usage

The following code block illustrates how to use OpenPNM to perform a mercury intrusion porosimetry simulation:

import openpnm as op
pn = op.network.Cubic(shape=[10, 10, 10], spacing=0.0001)
geo = op.geometry.StickAndBall(network=pn, pores=pn.Ps, throats=pn.Ts)
Hg = op.phases.Mercury(network=pn)
phys = op.physics.Standard(network=pn, phase=Hg, geometry=geo)
mip = op.algorithms.Porosimetry(network=pn)
mip.setup(phase=Hg)
mip.set_inlets(pores=pn.pores(['left', 'right', 'top', 'bottom']))
mip.run()

The network can be visualized in ParaView giving the following:

The drainage curve can be visualized with mip.plot_intrusion_curve() giving something like this:

A collection of examples is available in the examples folder of this repository: Examples

Contact

OpenPNM is developed by the Porous Materials Engineering and Analysis Lab (PMEAL), in the Department of Chemical Engineering at the University of Waterloo in Waterloo, Ontario, Canada.

The lead developer for this project is Prof. Jeff Gostick (jgostick@gmail.com).

Project details


Download files

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

Source Distribution

openpnm-test-3.0.0.tar.gz (273.8 kB view details)

Uploaded Source

Built Distribution

openpnm_test-3.0.0-py3-none-any.whl (376.1 kB view details)

Uploaded Python 3

File details

Details for the file openpnm-test-3.0.0.tar.gz.

File metadata

  • Download URL: openpnm-test-3.0.0.tar.gz
  • Upload date:
  • Size: 273.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for openpnm-test-3.0.0.tar.gz
Algorithm Hash digest
SHA256 6eff705181a793af0fd5cd433366d677326e41bc7dc57ab7cd31e18486c0e097
MD5 9b1d41550dc9863504db183ed3d67457
BLAKE2b-256 b96df33bbc302b1950680473544eccffb9357bbb8531c4e87bd25391330c8f0f

See more details on using hashes here.

File details

Details for the file openpnm_test-3.0.0-py3-none-any.whl.

File metadata

  • Download URL: openpnm_test-3.0.0-py3-none-any.whl
  • Upload date:
  • Size: 376.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.8.3

File hashes

Hashes for openpnm_test-3.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3f6abdd4969e03ec4877e1f999fc9fce09c1119e26e21b53cc5a60ec5637b582
MD5 99c8dc81ace2c37fcdf8a0de17b425bb
BLAKE2b-256 05f6308bf6696265a52850fcfa6113bdefa5b2c7a0c651a0b7912e447d6e8a84

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page