begin name wilhelm1 end name begin reactions r1 {1.0}$S + {1.0}Y = {2.0}X r2 {2.0}X = {1.0}X + {1.0}Y r3 {1.0}X + {1.0}Y = {1.0}$P + {1.0}Y r4 {1.0}X = {1.0}$P end reactions begin rate equations r1 = r1k1*S*Y[t] r2 = r2k2*X[t]^2 r3 = r3k3*X[t]*Y[t] r4 = r4k4*X[t] end rate equations begin parameters P = 1.0 S = 1.0 r1k1 = 8.0 r2k2 = 1.0 r3k3 = 1.0 r4k4 = 1.5 batch = 1.0 end parameters begin initial conditions X[0] = Xi Y[0] = Yi end initial conditions begin initial values Xi = 1.0 Yi = 1.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