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

Do you have an additional example of using surface complexation modeling with your current package?

Hello, I am modeling the sorption of dissolved metals to ferrihydrite surfaces. Is there a way to use this code to access the SURFACE functionality of PHREEQC? Is there a...

**Warning** IPHREEQC official libs are same as VITENS ...change $PREFIX You can compare sizes via (VItens are way bigger) `ls -sh libiphreeqc* ` `cd $PREFIX/local/lib` [default official] > 28M libiphreeqc-3.7.3.so...

I am using miniconda on PopOS x64. I have tried installing the package using conda but it is not there, however `phreeqpy` is available [https://anaconda.org/conda-forge/phreeqpy] Are these x2 different?

Is there a way to retrieve the alkalinity of a solution? I examined the available properties and I cant see it. In addition, if there is no clear method to...

I want to calculate the DIC in an open carbonate system, assuming just NaHCO3 or NaOH is present. The input should be the pH, T, and pCO2. So far I...

Hi there, First of all, thank you so much for this fantastic tool! It's really helping us in our research. Second, I wanted to see if you had a solution...

I want to couple PHREEQC with a 3D groundwater flow and solute transport model. The 3D groundwater flow and solute transport model has API that should make this possible. Basically...

First of all, Thank you for creating this package. I was trying to get the density of a solution resulting from water-rock interaction process but it seems that there is...

Hi, professor, when I learn this case (Kinetic Dissolution of Quartz), I don't know how to get the value of quartz_dissolved. When I add the command "print(quartz_dissolved)" in the "ratefun()"...