SOLUTION 1 pH 7 charge density 1 calculate Cl 1 Na 1 -water 1 # kgEQUILIBRIUM_PHASES 1 Calcite 0 10 CO2(g) -1 SAVE SOLUTION 1ENDUSE SOLUTION 1EQUILIBRIUM_PHASESCO2(g) -3.4INCREMENTAL_REACTIONS TrueRATES Calcite-start 10 dpmet = ((1/TK)-(1/298.15))/8.3144 20 srmin = SR("Calcite") 30 moles = 0 40 IF(M <= 0) AND (srmin < 1) THEN GOTO 180 50 s = 0.7 60 mm = 100.1 80 knu = 0.000000148*EXP((-63500)*dpmet) 90 k1 = 0.00658*EXP((-56100)*dpmet)*(ACT("HCO3-")^1.982)100 kpre = (knu+k1)110 theta = 0.5120 eta = 2130 threshold = 1e-9140 IF(M <= 0 AND srmin <= 1) THEN GOTO 200150 IF(M >= threshold) THEN GOTO 180160 rate = 1e-9170 GOTO 190180 rate = s*M*mm*kpre*(ABS(1-srmin^theta)^eta)190 moles = rate*TIME*(1-srmin)200 SAVE moles-end KINETICS 1Calcite -formula CaCO3 1 -m0 0 -tol 1e-10 -steps 600 in 100 steps -cvode trueUSER_GRAPH 1 -headings Time KIN(Calcite) SI(Calcite) -axis_titles "Time, minutes" "Precipitate, mol" "SI(Calcite)" -initial_solutions false -connect_simulations true -plot_concentration_vs x -start10 GRAPH_X SIM_TIME/6020 GRAPH_Y KIN("Calcite")30 GRAPH_SY SI("Calcite") -end -active trueEND