phreeqpython icon indicating copy to clipboard operation
phreeqpython copied to clipboard

Object-oriented python wrapper for the VIPhreeqc module

Results 21 phreeqpython issues
Sort by recently updated
recently updated
newest added

Hi, I am simulating the evaporation of a lake (by removing moles of H20) in order to follow the evolution of brine element concentrations and the type of salt precipitated....

Hi there! I just wanted to quickly ask: what's the function to pull out the activity of water? Clearly PHREEQC outputs this as you can see in the image below...

It seems that the kinetic method always assumes that the rates returned by the rate_function are in mmol.

Hello, There seems to be a discrepancy between the saturation indices returned by `Solution.si()`, and those returned by `PhreeqPython.ip.get_selected_output`. If I run: ``` from phreeqpython import PhreeqPython pp = PhreeqPython("/hpcdata/fijmjl/iphreeqc-3.7.3-15968/database/phreeqc.dat",...

Hello, is it possible to use the `phreeqpython` interface to retrieve the species diffusion coefficients (or mobilities) used in the specific conductance calculation? I have tried a bit with, e.g.,...

Hi! Is there a way to retrieve or calculate the volume of solution? Thanks!

Curious if you could provide some insight on how you can retrieve the amount of moles of a phase dissolved or precipitated. I can see how to do this for...

i cloned & compiled `https://github.com/Vitens/VIPhreeqc` for my `aarch64` then replaced default libraries that came with `pip` ``` pip install phreeqpython==1.5.0 cd xxx/python3.10/site-packages/phreeqpython/lib rm * ln -s /usr/local/lib/libIPhreeqc.so.3.6.3 viphreeqc.so ``` everything...

This is the proposed solution for issue #49.

TL;DR First of all, thank you for the great project! IMHO, the regexp in the total_activity function should be revised to match the correct species. A possible solution is given...