Registrations currently disabled due to excessive spam. Please email phreeqcusers at gmail.com to request an account.
Welcome
Guest
Forum Home
Login
Register
PhreeqcUsers Discussion Forum
»
Conceptual Models
»
Kinetics and rate controlling factors
»
Calcite Dissolution Reaction Output
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Calcite Dissolution Reaction Output (Read 3067 times)
priyaiitr
Contributor
Posts: 6
Calcite Dissolution Reaction Output
«
on:
29/09/16 14:42 »
Hi,
I tried to model calcite dissolution using different calcite rate law. I can get graph of Ca+2 in solution with time. But, when I use KIN_DELTA("CaCO3")/KIN_TIME, I am getting 0.0 value. Please suggest whats wrong with my attached input file.
Thanks
Logged
dlparkhurst
Global Moderator
Posts: 4034
Re: Calcite Dissolution Reaction Output
«
Reply #1 on:
29/09/16 16:18 »
You must use the same name that you used in KINETICS and RATES. Perhaps it was something different than "CaCO3".
Logged
priyaiitr
Contributor
Posts: 6
Re: Calcite Dissolution Reaction Output
«
Reply #2 on:
05/10/16 18:43 »
Hi,
I used same name (calcite1) in User_graph and Selected_output. I can get values of KIN_DELTA(calcite1) but in user_graph its still 0.0. But the strange thing is if in the input file only one rate is there (modifies one) then in user_graph actual values are coming but if I have two rates defined (Both modifies and default database) then in the output graph of modified rate values are coming as 0.0. Please help.
Thanks
Logged
dlparkhurst
Global Moderator
Posts: 4034
Re: Calcite Dissolution Reaction Output
«
Reply #3 on:
05/10/16 19:50 »
20 graph_y KIN_DELTA("CaCO3")/KIN_TIME
There is no kinetics definition for CaCO3. The KINETICS data block is
KINETICS 2
Calcite
so you must use
20 graph_y KIN_DELTA("Calcite")/KIN_TIME
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
PhreeqcUsers Discussion Forum
»
Conceptual Models
»
Kinetics and rate controlling factors
»
Calcite Dissolution Reaction Output