begin name vanHeerden2 end name begin reactions v1 {2.0}atp + {1.0}$g6p = {1.0}fbp v2 {2.0}phos + {1.0}fbp = {4.0}atp + {2.0}$EtOH v3 {1.0}atp = {1.0}phos v4 {1.0}$PiVac = {1.0}phos v5 {1.0}fbp = {1.0}$Glycerol + {2.0}phos end reactions begin rate equations v1 = (VMAXPFK*atp[t])/(KMPFKATP + atp[t]*(1 + atp[t]/KiPFKATP)) v2 = (VMAXLG*(atot - atp[t])*fbp[t]*phos[t])/(KMLGADP*KMLGP*(1 + (atot - atp[t])/KMLGADP)*(KMLGF16P + fbp[t])*(1 + phos[t]/KMLGP)) v3 = KATPASE*atp[t] v4 = k6*(pT - phos[t]) v5 = (VMAXGLYC*fbp[t])/(KMLGF16P + fbp[t]) end rate equations begin parameters KATPASE = 10.0 KMLGADP = 0.1 KMLGF16P = 1.0 KMLGP = 2.0 KMPFKATP = 0.1 KiPFKATP = 3.0 VMAXGLYC = 0.0 VMAXLG = 10.0 VMAXPFK = 10.0 atot = 5.0 k6 = 0.3 pT = 10.0 EtOH = 0.0 Glycerol = 0.0 PiVac = 0.0 g6p = 0.0 compartment = 1.0 end parameters begin initial conditions atp[0] = atpi fbp[0] = fbpi phos[0] = phosi end initial conditions begin initial values atpi = 1.0 fbpi = 2.0 phosi = 10.0 end initial values begin assignment rules end assignment rules begin function definitions end function definitions begin events end events begin process annotations end process annotations begin species annotations end species annotations begin units end units