Sanskriti,
I added the ability to output WATER_ACTIVITY_COEFFICIENT in the following branch:
https://bitbucket.org/pflotran/pflotran/branch/glenn/add-output-h2o-act-coef
Please give it a try. Note that you must add WATER_ACTIVITY to the main CHEMISTRY block for the code to calculate an activity coefficient for water. By default, it is not calculated.
CHEMISTRY
…
ACTIVITY_WATER
OUTPUT
…
WATER_ACTIVITY_COEFFICIENT
/
Also, do you need activity coefficients for the secondary aqueous complexes? The code would need to be updated to output those.
Glenn
From:
pflotra...@googlegroups.com <pflotra...@googlegroups.com> on behalf of Sanskriti <sans...@g.ucla.edu>
Date: Monday, July 28, 2025 at 3:19 PM
To: pflotran-users <pflotra...@googlegroups.com>
Subject: [pflotran-users: 8512] Outputting H2O?
Check twice before you click! This email originated from outside PNNL.
--
You received this message because you are subscribed to the Google Groups "pflotran-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
pflotran-user...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/pflotran-users/1a678715-6c5d-4fe7-bc87-8b631dab8a85n%40googlegroups.com.
I see the activity of water when I run your input deck using the latest source code on the master branch. Search on “Gamma H2O”. The symbol \gamma is often use for activity coefficient in the literature.
Glenn