Welcome
Guest
Forum Home
Login
Register
PhreeqcUsers Discussion Forum
»
Processes
»
Mixing
»
Mixing two solution of isotopes
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Mixing two solution of isotopes (Read 2861 times)
Seven
Contributor
Posts: 6
Mixing two solution of isotopes
«
on:
24/04/17 05:11 »
Dear users,
I try to mix the ratio of stable isotopes, δ18O and δD by two solutions. It's perhaps a simple question.
But in the output, there are not the data of δ18O and δD directly.
However, take the example 18, there are the data of δ34S in the output.
How could I show the result of δ18O and δD in the mixing model?
Thanks for you help.
Seven
#Input as follow:
Solution 1 rain
isotope 18O -6.27 0.1
isotope 2H -40.42 1
save solution 1
end
Solution 2 river
isotope 18O -10.57 0.1
isotope 2H -72.66 1
save solution 2
end
Mix 1
1 40.49
2 59.57
save solution 3
end
Logged
dlparkhurst
Global Moderator
Posts: 3935
Re: Mixing two solution of isotopes
«
Reply #1 on:
24/04/17 16:05 »
The -isotope option is used only in INVERSE_MODELING and does not result in a consideration of the isotopes in the initial solution calculation or in reaction calculations. Your script does not use INVERSE_MODELING, so the isotope definitions have no effect.
If you want to consider the isotopes as separate chemical components, you must use iso.dat database, and define the isotopes as [18O] and D.
Solution 1 rain
[18O] -6.27 0.1
D -40.42 1
save solution 1
end
Solution 2 river
[18O] -10.57 0.1
D -72.66 1
save solution 2
end
Mix 1
1 40.49
2 59.57
save solution 3
end
Logged
Seven
Contributor
Posts: 6
Re: Mixing two solution of isotopes
«
Reply #2 on:
25/04/17 03:30 »
Thanks a lot! It's really a great help to me.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
PhreeqcUsers Discussion Forum
»
Processes
»
Mixing
»
Mixing two solution of isotopes