Skip to main content

Toolbox for batch and 1D reactive transport modeling in porous media aimed on easiness of use for the user without computational background

Project description

latest version GitHub issues GitHub forks GitHub stars GitHub license Twitter DOI

PorousMediaLab

The toolbox for batch and 1D reactive transport modelling in porous media aimed at the easiness of use for the user without computational background.

What's New in v2.0.0

6-60x faster reaction integration with the new vectorized ODE solver:

  • Reactions are now solved using a vectorized approach that processes all spatial points simultaneously
  • Uses scipy.integrate.solve_ivp with LSODA method (auto-detects stiffness)
  • Backward compatible: use ode_method='scipy_sequential' for the old behavior
Spatial Points Species Speedup
50 2 13x
100 3 23x
500 5 62x

Run the benchmark yourself:

poetry run python benchmarks/benchmark_ode_solver.py

How to use

Have a look at "examples" folder.

Installation using pip

  • Install Python version 3.10 or higher (click);
  • To install the toolbox run pip install porousmedialab
  • In terminal run jupyter notebook;
  • You will see the folders in your home folder. You can navigate in any folder and create a new notebook with your model.

Development installation using Poetry

  • Install Python version 3.10 or higher (click);
  • Install Poetry (click);
  • Clone this repository: git clone https://github.com/biogeochemistry/PorousMediaLab
  • Navigate to the project folder: cd PorousMediaLab
  • Install dependencies: poetry install
  • Run tests: poetry run pytest
  • Activate the virtual environment: poetry shell

Manual installation

  • Install Python version 3.10 or higher (click);
  • Download and unzip or clone (using git) this repository (PorousMediaLab);
  • Open terminal and go to the PorousMediaLab folder using cd command. If you have problems with the terminal, check this guide;
  • Install dependencies: pip install numpy numexpr scipy matplotlib seaborn h5py scikit-learn
  • In terminal run command jupyter notebook;
  • You will see the folders of the PorousMediaLab project; you can go in "examples" folder and play with them.

Testing

To run the test suite:

pip install pytest pytest-cov
pytest tests/ -v

For coverage report:

pytest tests/ --cov=porousmedialab --cov-report=term-missing

Citation

Igor Markelov (2020). Modelling Biogeochemical Cycles Across Scales: From Whole-Lake Phosphorus Dynamics to Microbial Reaction Systems. UWSpace. http://hdl.handle.net/10012/15513

Contribution

I am looking for contributors specifically for incorporation of:

  • sensitivity tests
  • unsaturated flow
  • thermodynamic calculations
  • your crazy ideas and needs

If you wish to contribute in this open source project, please, create pull request or contact me via email: is.markelov@gmail.com.

Acknowledgements

This project was funded by

MIT License

Copyright (c) 2019 Igor Markelov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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

porousmedialab-2.1.0.tar.gz (32.0 kB view details)

Uploaded Source

Built Distribution

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

porousmedialab-2.1.0-py3-none-any.whl (35.5 kB view details)

Uploaded Python 3

File details

Details for the file porousmedialab-2.1.0.tar.gz.

File metadata

  • Download URL: porousmedialab-2.1.0.tar.gz
  • Upload date:
  • Size: 32.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.13.0 Darwin/24.6.0

File hashes

Hashes for porousmedialab-2.1.0.tar.gz
Algorithm Hash digest
SHA256 593645af5bdfcf5c1bde14e2af258408e3330804ac2bb313390a4caa3fe49a5c
MD5 0d9e04c610d25b97383b3ade91796a16
BLAKE2b-256 88314fda6c226de6a02047eddefb6c9efbdbe4149645989f737108c68ecc7db6

See more details on using hashes here.

File details

Details for the file porousmedialab-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: porousmedialab-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 35.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.8.4 CPython/3.13.0 Darwin/24.6.0

File hashes

Hashes for porousmedialab-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7ddd481301f54de529a9210e777a4de469214684ada01205d0efd3499ae00687
MD5 45777bfc58e885ce80b6ca5a17d7ea8c
BLAKE2b-256 03afb9e8f197696196340f716fcd23af96b6eaec8dd48efb893f928bc0890bf5

See more details on using hashes here.

Supported by

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