A Python package to calculate the radius of influence and radius of investigation of pumping wells.
Project description
WellRadPy
WellRadPy ("Well Radius Python") is a Python package for calculating the radius of influence and radius of investigation of pumping wells. These quantities frequently need to be estimated in well hydraulics and aquifer testing (also called well testing in petroleum engineering). In particular, calculating the radius of investigation is critical for the design and the interpretation of pumping tests. This package implements solutions for both drawdown and recovery phases of pumping tests.
Note that radius of influence and radius of investigation are different concepts. Furthermore, there are various ways by which each radius may be precisely defined. This package implements most definitions.
References
-
Bresciani, E., Shandilya, R.N., Kang, P.K., Lee, S., 2020. Well radius of influence and radius of investigation: What exactly are they and how to estimate them? Journal of Hydrology, 583: 124646. https://doi.org/10.1016/j.jhydrol.2020.124646.
-
Bresciani, E., Shandilya, R.N., Kang, P.K., Lee, S., 2020. Evolution of the radius of investigation during recovery tests. Journal of Hydrology, 590: 125346. https://doi.org/10.1016/j.jhydrol.2020.125346.
Usage
WellRadPy is simple and its use is straightforward. The /examples
directory
in the GitHub repository
contains scripts where the functions for calculating radius of influence and
radius of investigation are exemplified.
Help can also be obtained by typing help(function_path)
in the Python
console.
Installation
For simple use
- From the command line, type
pip install wellradpy
. This will download the latest release of the package from the PyPI repository and install it.
For development
- Clone (or download) the sources from the GitHub repository.
- From the project directory, type
pip install -e .
. This will install the current directory, so that you can both modify the package and use it at the same time.
Dependencies
WellRadPy depends on the Python packages NumPy and SciPy (>= 1.2.0). These will be automatically installed with any of the above installation methods.
Authors
- Etienne Bresciani (etiennebresciani)
License
This project is licensed under the MIT License – see the LICENSE.txt file for details.
Acknowledgements
- Korea Ministry of Science and ICT through the Korea Research Fellowship program of the National Research Foundation of Korea (2016H1D3A1908042)
- Korea Institute of Science and Technology (KIST) through the Future Research Program (2E29660, 2E30510)
- Korea Ministry of Environment (MOE) through the Subsurface Environment Management (SEM) Project of the Korea Environment Industry & Technology Institute (KEITI) (2018002440006)
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
Built Distribution
File details
Details for the file wellradpy-2.1.tar.gz
.
File metadata
- Download URL: wellradpy-2.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77c9818ed421b25348656de004424d8e27b1b74cb541b7802285285110efc334 |
|
MD5 | 8410913948d671fa7172ab692bf44baa |
|
BLAKE2b-256 | 0304d2ed53b9b6ab465cb2da3bac47135a8236f6531cbfcf402a910fdae45df6 |
File details
Details for the file wellradpy-2.1-py2.py3-none-any.whl
.
File metadata
- Download URL: wellradpy-2.1-py2.py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fcaea911fa66ff05bbf93c17e11416ef56c9171ea06577ab591f1bb9c80443d2 |
|
MD5 | b11b61f2e28953ff0435e01e28cdda85 |
|
BLAKE2b-256 | e0233d2793ba0770b94394de9e6f7a16380b04d158d22978518c48804a0a882e |