Reverse Osmosis Scaling Software in Python (ROSSpy) offers an open-source API to simulate the reactive transport geochemistry of Reverse Osmosis desalination. ROSSpy essentially translates user specifications of an RO system into PHREEQpy, which is the Python version of PHREEQC. The examples/scaling/scaling_validation directory of the ROSSpy GitHub details the numerous functions and accuracy of ROSSPy via Notebook examples. We encourage users and developers to critique and improve ROSSpy, as an open-source (MIT License) library, through GitHub issues.
The complete documentation is provided by ReadTheDocs.
Installation
ROSSpy is installed in a command prompt, Powershell, Terminal, or Anaconda Command Prompt via pip:
pip install rosspy
The IPHREEQC module must then be installed, since this is the source of geochemical calculations and data for ROSSpy. The appropriate version of IPHREEQC can be installed from the USGS .
Linux installation may require addition steps (Ubuntu < 20 is currently unsupported):
wget https://water.usgs.gov/water-resources/software/PHREEQC/iphreeqc-3.7.3-15968.tar.gz tar -xzvf iphreeqc-3.7.3-15968.tar.gz cd iphreeqc-3.7.3-15968 ./configure make make check sudo make install pip show phreeqpy sudo cp /usr/local/lib/libiphreeqc.so /path/to/site-packages/phreeqpy/iphreeqc/libiphreeqc.so.0.0.0
Citation
Please cite this work:
Freiburger, Andrew P. and Molins, Sergi and Buckley, Heather L., A One-Dimensional Reactive Transport Model of Geochemical Scaling in Reverse Osmosis Desalination. http://dx.doi.org/10.2139/ssrn.4124149
Release files for ROSSpy 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ROSSpy-0.1.7.tar.gz | 533.8 kB | Details |
Release files / ROSSpy-0.1.7.tar.gz
| Download URL | ROSSpy-0.1.7.tar.gz |
|---|---|
| Size | 533.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
13ea828c48f3df408d80879523697e53b72345b0450cc5d892ef04a4b51200ee
|
|
BLAKE2b-256 checksum How to use checksums |
dd48c7a3a9187d6cb3d43be7eb4958cb08f74fa0c297deb10f6a6a3b8fab88b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.0 CPython/3.9.12
|