-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to retreive species diffusion coefficients? #18
Comments
Hi Ryan, PhreeqPython works by adding new api hooks into the IPHREEQC module (VIPhreeqc). I'll see if I can update VIPhreeqc to support retrieving the species diffusion coefficients. |
Thank you so much! I'd be happy to take a stab at it myself, but I will
need some guidance as I'm not very familiar with the IPHREEQC source code
(or C in general).
…On Fri, May 27, 2022 at 1:40 AM Abel Heinsbroek ***@***.***> wrote:
Hi Ryan,
PhreeqPython works by adding new api hooks into the IPHREEQC module
(VIPhreeqc). I'll see if I can update VIPhreeqc to support retrieving the
species diffusion coefficients.
—
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOR7V5C3WSWU74PZDLUBVLVMCC6TANCNFSM5WSTNRIA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Hi Ryan, I've added the functionality to VIPHREEQC, but am having some issues interpreting whether the program returns the correct values. Could you provide me with a test solution and expected results? Thanks! |
@AbelHeinsbroek thank you very much for your attention this; I'm sorry for my slow reply. The following PHREEQC input defines a 0.1m NaCl solution and prints the diffusion coefficients of Na+ and Cl-. The values I obtain are 1.33e-9 for Na+ and 2.03 e-9 for Cl-.
|
Outstanding, thank you! I do in fact use MacOS (for one of my systems anyway), so I'll give it a try. |
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.,solution.pp.ip.get_selected_output_XXX()
methods but have not been able to understand their call signatures. Thank you.The text was updated successfully, but these errors were encountered: