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
»
Kinetics and rate controlling factors
»
Amount of residual and reacted minerals
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Amount of residual and reacted minerals (Read 715 times)
dat
Top Contributor
Posts: 41
Amount of residual and reacted minerals
«
on:
December 11, 2022, 06:14:36 AM »
Hi there,
I am trying to simulate a model with brine, gas and some minerals (Quartz, Goethite, Albite). In the simulation these minerals may dissolve and some new minerals may form.
I can find the amount of moles of Quartz, Goethite and albite in the output. But what about the moles of newly formed minerals. How to find the amount of those.
Appreciate your support.
Logged
dlparkhurst
Top Contributor
Posts: 3578
Re: Amount of residual and reacted minerals
«
Reply #1 on:
December 11, 2022, 05:54:19 PM »
Minerals will not form unless they are included in EQUILIBRIUM_PHASES. So, you need to include all of the minerals that you think may precipitate by including in EQUILIBRIUM_PHASES with target saturation index of 0.0 and moles of 0.0.
Amounts of minerals in EQUILIBRIUM_PHASES can be printed with the -equi option in PRINT. The Basic functions "EQUI" and "EQUI_DELTA" can be used in any Basic program in USER_PRINT, USER_PUNCH, or USER_GRAPH.
Logged
dat
Top Contributor
Posts: 41
Re: Amount of residual and reacted minerals
«
Reply #2 on:
December 12, 2022, 04:25:12 AM »
Thank you for the reply.
If I don't know the target saturation index, and if I want to find the precipitated mol in a given time(Like in 10 years) with kinetic parameters, is that possible?
Because my aim is to find the SI and the formed minerals in a given time.
Thank you.
Logged
dlparkhurst
Top Contributor
Posts: 3578
Re: Amount of residual and reacted minerals
«
Reply #3 on:
December 12, 2022, 03:57:18 PM »
If you use EQUILIBRIUM_PHASES, then you must choose a target SI for each mineral. Normally, the target SI is zero, which represents equilibrium. If you have zero moles of a phase, then the mineral will precipitate only when the SI reaches zero. The amount of mineral at any time can be obtained with the EQUI("phase") Basic function.
If you include a mineral in KINETICS, then it will react according to your RATES rate definition. The rate definition is up to you, but normally the definition will approach equilibrium with time. The SI at any time can be obtained with the Basic function SI("phase"), and the amount of kinetic reactant can be obtained with KIN("rate"). In addition, the change in the amount of kinetic reactant over the current calculation can be obtained with the Basic function KIN_DELTA("rate").
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
PhreeqcUsers Discussion Forum
»
Conceptual Models
»
Kinetics and rate controlling factors
»
Amount of residual and reacted minerals