TITLE Example 9. Kinetically controlled oxidation of ferrous iron. Decoupled valence states of iron.SOLUTION 1 pH 7.0 #pe 10.0 O2(g) -0.68 # 21% O2 in air; log(0.21) = -0.678 Fe(+2) 0.1 Na 10. Cl 10. charge#EQUILIBRIUM_PHASES 1# O2(g) -0.68 10 RATESFe_di_ox-start10 Fe_di = TOT("Fe(+2)")20 if (Fe_di <= 0) then goto 20030 p_o2 = 10^(SI("O2(g)"))40 moles = (2.91e-9 + 1.33e12 * (ACT("OH-"))^2 * p_o2) * Fe_di * TIME200 SAVE moles-endKINETICS 1Fe_di_ox -formula O 0.5 #Fe(+2) -1.0 Fe(+3) 1.0 -m0 0.1 -steps 864000000 in 60 steps # 10 days in sec INCREMENTAL_REACTIONS trueUSER_GRAPH -headings Time Fe(+2) Fe(+3) pH-initial_solutions true-axis_titles "Time, days" "Fe(+2), Fe(+3), umol/kgw" "pH"-start10 GRAPH_X SIM_TIME/3600/2420 GRAPH_Y TOT("Fe(+2)")*1e6, TOT("Fe(+3)")*1e630 GRAPH_SY -LA("H+")-endEND