begin name revilla2 end name begin reactions v1 {1.0}$EXTERNAL = {1.0}x v10 {1.0}w = {1.0}$EXTERNAL v2 {1.0}x = {1.0}$EXTERNAL v3 {1.0}x = {1.0}y v4 {1.0}y = {1.0}$EXTERNAL v5 {1.0}y = {1.0}z v6 {1.0}z = {1.0}$EXTERNAL v7 {1.0}$EXTERNAL = {1.0}v v8 {1.0}v = {1.0}$EXTERNAL v9 {1.0}$EXTERNAL = {1.0}w end reactions begin rate equations v1 = lambda v10 = q*w[t] v2 = d*x[t] v3 = beta*v[t]*x[t] v4 = a*y[t] v5 = alpha*w[t]*y[t] v6 = b*z[t] v7 = k*y[t] v8 = u*v[t] v9 = c*z[t] end rate equations begin parameters a = 0.33 alpha = 0.004 b = 2.0 beta = 0.004 c = 2000.0 d = 0.01 k = 50.0 lambda = 2.0 q = 2.0 u = 2.0 default = 1.0 end parameters begin initial conditions v[0] = vi w[0] = wi x[0] = xi y[0] = yi z[0] = zi end initial conditions begin initial values vi = 149.0 wi = 1.0 xi = 3.0 yi = 6.0 zi = 0.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