#vanHeerden2 FIX: EtOH Glycerol PiVac g6p #reactions v1: {2.0}atp + {1.0}g6p = {1.0}fbp VMAXPFK * atp / (KMPFKATP + atp * (1 + atp / KiPFKATP)) v2: {2.0}phos + {1.0}fbp = {4.0}atp + {2.0}EtOH VMAXLG * (fbp / (KMLGF16P + fbp)) * ((atot - atp) / KMLGADP) * (phos / KMLGP) / ((1 + (atot - atp) / KMLGADP) * (1 + phos / KMLGP)) v3: {1.0}atp = {1.0}phos KATPASE * atp v4: {1.0}PiVac = {1.0}phos k6 * (pT - phos) v5: {1.0}fbp = {1.0}Glycerol + {2.0}phos VMAXGLYC * (fbp / (KMLGF16P + fbp)) #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 #initial values atp = 1.0 fbp = 2.0 phos = 10.0 #assignment rules