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
»
Design of conceptual models
»
Effects of temperature on pH
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Effects of temperature on pH (Read 1587 times)
mouseatwork18
Contributor
Posts: 1
Effects of temperature on pH
«
on:
May 06, 2016, 02:32:21 PM »
Hello,
I am hoping somebody can help me understand why the initial temperature is important when setting up a solution. In the code below I get very different answers (pH, pe) for the two solutions. The first is set-up at 20C and then subject to REACTION_TEMPERATURE 20 70 105. The second is set-up at 105C and then subject to the same REACTION_TEMPERATURE 20 70 105. I would have expected that if this is a closed system at equilibrium, the states at 70C and 105C should be the same, regardless of what the starting temperature. What am I missing?
Many thanks for your help!
Solution 1 NaCl
-temperature 20
Na 500
Cl 500
REACTION_TEMPERATURE 1
20.0 70.0 105.0
END
Solution 2 NaCl
-temperature 105
Na 500
Cl 500
REACTION_TEMPERATURE 2
20.0 70.0 105.0
END
Logged
dlparkhurst
Top Contributor
Posts: 2543
Re: Effects of temperature on pH
«
Reply #1 on:
May 06, 2016, 03:54:34 PM »
I think the difference is caused by a difference in charge imbalance between the two initial solutions. You are specifying a pH of 7 for both, but the log Ks for hydrolysis reactions are different, which causes a difference in the calculated charge imbalance. Each of these charge imbalances is preserved in the subsequent temperature calculations resulting in different pH values.
You can think of it as having two different amounts of an unknown element in the two initial solutions that account for the charge imbalances.
If you add "pH 7 charge" to both initial solutions, then I think it will provide a better comparison between the two sets of calculations.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
PhreeqcUsers Discussion Forum
»
Conceptual Models
»
Design of conceptual models
»
Effects of temperature on pH