SOLUTION 1 temp 25 pH 5.1 charge pe 4 redox pe units mg/l density 1 Fe(2) 33.2 Fe(3) 186.8 Mn(2) 67.6 S(6) 600 C(4) 0 C(-4) 0 -water 1 # kgSOLUTION_MASTER_SPECIESOrgc_sed Orgc_sed 0.0 Orgc_sed 30.0SOLUTION_SPECIESOrgc_sed = Orgc_sed log_k 0KINETICS 1Orgc_sed -formula C 1 Orgc_sed -1 -m 0.5 -m0 0.5 -tol 0.000002-steps 946000 in 15 steps # seconds-step_divide 1-runge_kutta 3-bad_step_max 500EQUILIBRIUM_PHASES 1 CO2(g) 0 0 Fe(OH)3(a) 0 0 precipitate_only FeS(ppt) 0 0 precipitate_only Goethite 0 0 precipitate_only Mackinawite 0 0 precipitate_only Pyrolusite 0 0 precipitate_only Manganite 0 0 precipitate_onlyRATESOrgc_sed -start1 REM Additive Monod kinetics for SOC (sediment organic carbon)2 REM Electron acceptors: O2, NO3, and SO410 if (M <= 0) THEN GOTO 20020 mO2 = MOL("O2")30 mNO3 = TOT("N(5)")40 mSO4 = TOT("S(6)")50 k_O2 = 15.7 # 1/sec60 k_NO3 = 1.67e-1 # 1/sec70 k_SO4 = 1.e-3 # 1/sec80 rate = k_O2 * mO2/(2.94e-4 + mO2)90 rate = rate + k_NO3 * mNO3/(1.55e-4 + mNO3)100 rate = rate + k_SO4 * mSO4/(1.e-4 + mSO4)110 moles = rate * M * (M/M0) * TIME200 SAVE moles -endUSE equilibrium_phases 1USE kinetics 1USE solution 1USER_GRAPH 1 -headings C SO4 S(-2) C -axis_titles "Carbon added, mol/L" "S(6) Concentration, mol/L" "S(2) Concentration, mol/L" -initial_solutions true -connect_simulations true -plot_concentration_vs x -start10 graph_x TOTAL_TIME20 graph_y tot("S(6)")30 GRAPH_SY tot("S(-2)"), tot("C(+4)") -end -active trueUSER_GRAPH 2 -headings C Fe(2) Fe(3) -axis_titles "Carbon added, mol/L" "Fe(2) Concentration, mol/L" "Fe(3) Concentration, mol/L" -initial_solutions true -connect_simulations true -plot_concentration_vs x -start10 graph_x TOTAL_TIME20 graph_y tot("Fe(2)")30 GRAPH_SY tot("Fe(3)") -end -active trueEND
SOLUTION 1 temp 25 pH 5.1 charge pe 4 redox pe units mg/l density 1 Fe(2) 33.2 Fe(3) 186.8 Mn(2) 67.6 S(6) 600 C(4) 0 C(-4) 0 -water 1 # kgKINETICS 1Orgc -formula C 1 -m 0.5 -m0 0.5 -tol 0.000002-steps 946000 in 15 steps # seconds-step_divide 1-runge_kutta 3-bad_step_max 500EQUILIBRIUM_PHASES 1 CO2(g) 0 0 Fe(OH)3(a) 0 0 precipitate_only FeS(ppt) 0 0 precipitate_only Goethite 0 0 precipitate_only Mackinawite 0 0 precipitate_only Pyrolusite 0 0 precipitate_only Manganite 0 0 precipitate_onlyRATESOrgc -start1 REM Additive Monod kinetics for SOC (sediment organic carbon)2 REM Electron acceptors: O2, NO3, and SO410 if (M <= 0) THEN GOTO 20020 mO2 = MOL("O2")30 mNO3 = TOT("N(5)")40 mSO4 = TOT("S(6)")50 k_O2 = 15.7 # 1/sec60 k_NO3 = 1.67e-1 # 1/sec70 k_SO4 = 1.e-3 # 1/sec80 rate = k_O2 * mO2/(2.94e-4 + mO2)90 rate = rate + k_NO3 * mNO3/(1.55e-4 + mNO3)100 rate = rate + k_SO4 * mSO4/(1.e-4 + mSO4)110 moles = rate * M * (M/M0) * TIME200 SAVE moles -endUSE equilibrium_phases 1USE kinetics 1USE solution 1USER_GRAPH 1 -headings C SO4 S(-2) C -axis_titles "Carbon added, mol/L" "S(6) Concentration, mol/L" "S(2) Concentration, mol/L" -initial_solutions true -connect_simulations true -plot_concentration_vs x -start10 graph_x TOTAL_TIME20 graph_y tot("S(6)")30 GRAPH_SY tot("S(-2)"), tot("C(+4)") -end -active trueUSER_GRAPH 2 -headings C Fe(2) Fe(3) -axis_titles "Carbon added, mol/L" "Fe(2) Concentration, mol/L" "Fe(3) Concentration, mol/L" -initial_solutions true -connect_simulations true -plot_concentration_vs x -start10 graph_x TOTAL_TIME20 graph_y tot("Fe(2)")30 GRAPH_SY tot("Fe(3)") -end -active trueEND