{"id":13407929,"url":"https://github.com/PMEAL/OpenPNM","last_synced_at":"2025-03-14T12:31:57.432Z","repository":{"id":1083951,"uuid":"11670333","full_name":"PMEAL/OpenPNM","owner":"PMEAL","description":"A Python package for performing pore network modeling of porous media","archived":false,"fork":false,"pushed_at":"2024-09-04T00:16:36.000Z","size":410571,"stargazers_count":462,"open_issues_count":57,"forks_count":175,"subscribers_count":34,"default_branch":"dev","last_synced_at":"2025-01-05T09:13:41.569Z","etag":null,"topics":["modeling-tool","network-graph","porous-materials","porous-media","python","scientific-computing"],"latest_commit_sha":null,"homepage":"http://openpnm.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PMEAL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-07-25T20:32:47.000Z","updated_at":"2024-12-28T07:03:28.000Z","dependencies_parsed_at":"2023-01-13T11:45:18.948Z","dependency_job_id":"ed9ce47d-e661-4d0d-9f24-87959de71b2e","html_url":"https://github.com/PMEAL/OpenPNM","commit_stats":{"total_commits":8747,"total_committers":59,"mean_commits":"148.25423728813558","dds":0.6556533668686406,"last_synced_commit":"0baf355a6f771d18815ffb0de858ab65fa4d797f"},"previous_names":[],"tags_count":65,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PMEAL%2FOpenPNM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PMEAL%2FOpenPNM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PMEAL%2FOpenPNM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PMEAL%2FOpenPNM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PMEAL","download_url":"https://codeload.github.com/PMEAL/OpenPNM/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243578324,"owners_count":20313803,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["modeling-tool","network-graph","porous-materials","porous-media","python","scientific-computing"],"created_at":"2024-07-30T20:00:49.574Z","updated_at":"2025-03-14T12:31:57.392Z","avatar_url":"https://github.com/PMEAL.png","language":"Python","readme":"[![](https://github.com/PMEAL/OpenPNM/actions/workflows/nightly.yml/badge.svg)](https://github.com/PMEAL/OpenPNM/actions/workflows/nightly.yml)\n[![](https://codecov.io/gh/PMEAL/OpenPNM/branch/dev/graph/badge.svg)](https://codecov.io/gh/PMEAL/OpenPNM)\n[![](https://img.shields.io/badge/Documentation-Read-blue.svg)](https://pmeal.github.io/OpenPNM/)\n[![](https://badge.fury.io/py/openpnm.svg)](https://pypi.python.org/pypi/openpnm)\n[![](https://anaconda.org/conda-forge/openpnm/badges/installer/conda.svg)](https://anaconda.org/conda-forge/openpnm)\n\n-----\n\n\u003e VERSION 3.0 of OpenPNM is now out. All the [examples on the website](https://openpnm.org/_examples/index.html) are now using the features and idioms of V3. For a description of the main changes please see our [recent blog post](http://pmeal.com/posts/2022-10-10-notebook-post/). \n\n# Overview of OpenPNM\n\nOpenPNM is a comprehensive framework for performing pore network simulations of porous materials.\n\n## More Information\n\nFor more details about the package can be found in the [online documentation](https://openpnm.org)\n\n## Installation and Requirements\n\n### [pip](https://pypi.org/project/openpnm/)\nOpenPNM can be installed using `pip` by running the following command in a terminal:\n\n```shell\npip install openpnm\n```\n\n### [conda-forge](https://anaconda.org/conda-forge/openpnm)\nOpenPNM can also be installed from the [conda-forge](https://anaconda.org/conda-forge/openpnm) repository using:\n\n```\nconda install -c conda-forge openpnm\n```\n\n\u003e [!WARNING]  \n\u003e For compatibility with ARM64 architecture, we removed `pypardiso` as a hard dependency. However, we still strongly recommend that non-macOS users (including users of older Macs with an Intel CPU) manually install `pypardiso` via `pip install pypardiso` or `conda install -c conda-forge pypardiso`, otherwise OpenPNM simulations will be very slow.\n\n### For developers\nFor developers who intend to change the source code or contribute to OpenPNM, the source code can be downloaded from [Github](https://github.com/PMEAL/OpenPNM/) and installed by running:\n\n```\npip install -e 'path/to/downloaded/files'\n```\n\nThe 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.\n\nOpenPNM requires the Scipy Stack (Numpy, Scipy, Matplotlib, etc), which is most conveniently obtained by installing the [Anaconda Distribution](https://www.anaconda.com/download/).\n\n## Asking Questions and Getting Help\n\nGithub now has a [Discussions](https://github.com/PMEAL/OpenPNM/discussions) function, which works similarly to [stack overflow](https://www.stackoverflow.com).  Please post your question in the [Q\u0026A category](https://github.com/PMEAL/OpenPNM/discussions?discussions_q=category%3AQ%26A) so devs or users can provide answers, vote on accepted answers, improve on each other's answers, and generally discuss things. Most importantly, all answers are searchable so eventually, once enough questions have been posted and answered, you can find what you're looking for with a simple search.\n\n## Contact\n\nOpenPNM is developed by the Porous Materials Engineering and Analysis Lab [(PMEAL)](http://pmeal.com), in the [Department of Chemical Engineering](https://uwaterloo.ca/chemical-engineering/) at the [University of Waterloo](https://uwaterloo.ca/) in Waterloo, Ontario, Canada.\n\nThe lead developer for this project is Prof. Jeff Gostick (jgostick@gmail.com).\n\n## Acknowledgements\n\nOpenPNM is grateful to [CANARIE](https://canarie.ca) for their generous funding over the past few years.  We would also like to acknowledge the support of [NSERC of Canada](https://www.nserc-crsng.gc.ca/) for funding many of the student that have contributed to OpenPNM since it's inception in 2011.\n\n## Citation\n\nIf you use OpenPNM in a publication, please cite the following paper:\n\n\u003e _Gostick et al._ \"**OpenPNM: a pore network modeling package.**\" Computing in Science \u0026 Engineering 18, no. 4 (2016): 60-74.\n\u003e [doi:10.1109/MCSE.2016.49](https://ieeexplore.ieee.org/document/7478437)\n\nAlso, we ask that you \"star\" :star: this repository so we can track the number of users who are interested in this project, which is helpful for securing future grant funding.\n","funding_links":[],"categories":["Software","Python","python"],"sub_categories":["Petrophysics"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPMEAL%2FOpenPNM","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPMEAL%2FOpenPNM","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPMEAL%2FOpenPNM/lists"}