Click here to donate to keep PhreeqcUsers open
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Forum Home
Login
Register
PhreeqcUsers Discussion Forum
»
Conceptual Models
»
Incorporation PHREEQC in programming languages
»
retrieving mineral molar volume with PhreeqcRM
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: retrieving mineral molar volume with PhreeqcRM (Read 556 times)
oatteia
Top Contributor
Posts: 32
retrieving mineral molar volume with PhreeqcRM
«
on:
May 01, 2024, 08:51:16 AM »
Hello,
in order to modify the medium permeability when mineral precipitation or dissolution occurs, I would like to retrieve the molar volume of each mineral phase, not in a basic call (it is during equilibrium reaction) but directly during the read of the selectedoutput, so I can multiply the molar volume by the number of moles precipitated to get the variation in volume.
thanks for you help
Olivier
Logged
dlparkhurst
Top Contributor
Posts: 3716
Re: retrieving mineral molar volume with PhreeqcRM
«
Reply #1 on:
May 01, 2024, 07:15:16 PM »
Only phreeqc.dat, Amm.dat, and pitzer.dat have molar volume data for minerals, and you may need to fill in -vm if a mineral you need does not have that parameter defined in PHASES.
You will need to use the Basic function, for example PHASE_VM("Calcite"), in USER_PUNCH to add the value to selected output. Ideally, you can use the PhreeqcRM method GetEquilibriumPhases at the beginning of a run to get the mineral names, and then you can make a run to extract the mineral volumes.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
PhreeqcUsers Discussion Forum
»
Conceptual Models
»
Incorporation PHREEQC in programming languages
»
retrieving mineral molar volume with PhreeqcRM