SOLUTION_MASTER_SPECIES Bio Bio 0 Bio 0 Orgc Orgc 0 Orgc 0
SOLUTION_MASTER_SPECIES Bio Bio 0 1 0 Orgc Orgc 0 1 0
PRINT -reset false # Turn off printing the the standard output fileSOLUTION_MASTER_SPECIES Bio Bio 0 1 0 Orgc Orgc 0 1 0SOLUTION_SPECIESBio = Bio log_k 0Orgc = Orgc log_k 0RATES Orgc_rate-start10 k = PARM(1)20 rate = -k*TOT("Orgc")*TOT("Bio")30 PUT(rate, 1)40 moles = rate*TIME50 SAVE moles-end Bio_rate-start10 kd = PARM(1)20 rate = -GET(1)-kd*TOT("Bio")30 moles = rate*TIME40 SAVE moles-endSOLUTION 1 units mol/kgw Bio 2 Orgc 2KINETICS 1Orgc_rate -formula Orgc 1 -m0 100 -parms 0.006Bio_rate -formula Bio 1 -m0 100 -parms 0.0006 -steps 500 in 100 steps # secondsINCREMENTAL_REACTIONS TrueUSER_GRAPH 1-initial_solutions true-axis_scale x_axis 0 500 100-axis_scale y_axis 0 4.1 1-axis_titles "Time (s)" "Concentration [molal]"-headings Orgc Bio-start10 PLOT_XY TOTAL_TIME, TOT("Orgc")20 PLOT_XY TOTAL_TIME, TOT("Bio")-end