# Size of variable arrays: sizeAlgebraic = 164 sizeStates = 60 sizeConstants = 139 from math import * from numpy import * def createLegends(): legend_states = [""] * sizeStates legend_rates = [""] * sizeStates legend_algebraic = [""] * sizeAlgebraic legend_voi = "" legend_constants = [""] * sizeConstants legend_constants[0] = "kappa_1a in component BG_parameters (fmol_per_sec)" legend_constants[1] = "kappa_1b in component BG_parameters (fmol_per_sec)" legend_constants[2] = "kappa_2a in component BG_parameters (fmol_per_sec)" legend_constants[3] = "kappa_2b in component BG_parameters (fmol_per_sec)" legend_constants[4] = "kappa_3a in component BG_parameters (fmol_per_sec)" legend_constants[5] = "kappa_3b in component BG_parameters (fmol_per_sec)" legend_constants[6] = "kappa_4a in component BG_parameters (fmol_per_sec)" legend_constants[7] = "kappa_4b in component BG_parameters (fmol_per_sec)" legend_constants[8] = "kappa_5 in component BG_parameters (fmol_per_sec)" legend_constants[9] = "kappa_6 in component BG_parameters (fmol_per_sec)" legend_constants[10] = "kappa_7 in component BG_parameters (fmol_per_sec)" legend_constants[11] = "kappa_GiAC in component BG_parameters (fmol_per_sec)" legend_constants[12] = "kappa_sig1_B1 in component BG_parameters (fmol_per_sec)" legend_constants[13] = "kappa_sig2_B1 in component BG_parameters (fmol_per_sec)" legend_constants[14] = "kappa_sig3_B1 in component BG_parameters (fmol_per_sec)" legend_constants[15] = "kappa_sig4_B1 in component BG_parameters (fmol_per_sec)" legend_constants[16] = "kappa_sig1_M2 in component BG_parameters (fmol_per_sec)" legend_constants[17] = "kappa_sig2_M2 in component BG_parameters (fmol_per_sec)" legend_constants[18] = "kappa_sig3_M2 in component BG_parameters (fmol_per_sec)" legend_constants[19] = "kappa_sig4_M2 in component BG_parameters (fmol_per_sec)" legend_constants[20] = "kappa_Doff1_Gs in component BG_parameters (fmol_per_sec)" legend_constants[21] = "kappa_Ton1_Gs in component BG_parameters (fmol_per_sec)" legend_constants[22] = "kappa_Act1_Gs in component BG_parameters (fmol_per_sec)" legend_constants[23] = "kappa_Doff2_Gs in component BG_parameters (fmol_per_sec)" legend_constants[24] = "kappa_Ton2_Gs in component BG_parameters (fmol_per_sec)" legend_constants[25] = "kappa_Act2_Gs in component BG_parameters (fmol_per_sec)" legend_constants[26] = "kappa_hyd_Gs in component BG_parameters (fmol_per_sec)" legend_constants[27] = "kappa_reassoc_Gs in component BG_parameters (fmol_per_sec)" legend_constants[28] = "kappa_Doff1_Gi in component BG_parameters (fmol_per_sec)" legend_constants[29] = "kappa_Ton1_Gi in component BG_parameters (fmol_per_sec)" legend_constants[30] = "kappa_Act1_Gi in component BG_parameters (fmol_per_sec)" legend_constants[31] = "kappa_Doff2_Gi in component BG_parameters (fmol_per_sec)" legend_constants[32] = "kappa_Ton2_Gi in component BG_parameters (fmol_per_sec)" legend_constants[33] = "kappa_Act2_Gi in component BG_parameters (fmol_per_sec)" legend_constants[34] = "kappa_hyd_Gi in component BG_parameters (fmol_per_sec)" legend_constants[35] = "kappa_reassoc_Gi in component BG_parameters (fmol_per_sec)" legend_constants[36] = "K_ATP in component BG_parameters (per_fmol)" legend_constants[37] = "K_cAMP in component BG_parameters (per_fmol)" legend_constants[38] = "K_AC in component BG_parameters (per_fmol)" legend_constants[39] = "K_AC_ATP in component BG_parameters (per_fmol)" legend_constants[40] = "K_a_Gs_GTP_AC in component BG_parameters (per_fmol)" legend_constants[41] = "K_a_Gs_GTP_AC_ATP in component BG_parameters (per_fmol)" legend_constants[42] = "K_FSK_AC in component BG_parameters (per_fmol)" legend_constants[43] = "K_FSK_AC_ATP in component BG_parameters (per_fmol)" legend_constants[44] = "K_PDE in component BG_parameters (per_fmol)" legend_constants[45] = "K_PDE_cAMP in component BG_parameters (per_fmol)" legend_constants[46] = "K_five_AMP in component BG_parameters (per_fmol)" legend_constants[47] = "K_IBMX in component BG_parameters (per_fmol)" legend_constants[48] = "K_PDEinh in component BG_parameters (per_fmol)" legend_constants[49] = "K_a_Gs_GTP in component BG_parameters (per_fmol)" legend_constants[50] = "K_FSK in component BG_parameters (per_fmol)" legend_constants[51] = "K_a_Gi_GTP in component BG_parameters (per_fmol)" legend_constants[52] = "K_ACinh in component BG_parameters (per_fmol)" legend_constants[53] = "K_PPi in component BG_parameters (per_fmol)" legend_constants[54] = "K_L_B1 in component BG_parameters (per_fmol)" legend_constants[55] = "K_R_B1 in component BG_parameters (per_fmol)" legend_constants[56] = "K_Gs in component BG_parameters (per_fmol)" legend_constants[57] = "K_LR_B1 in component BG_parameters (per_fmol)" legend_constants[58] = "K_R_B1Gs in component BG_parameters (per_fmol)" legend_constants[59] = "K_LR_B1Gs in component BG_parameters (per_fmol)" legend_constants[60] = "K_L_M2 in component BG_parameters (per_fmol)" legend_constants[61] = "K_R_M2 in component BG_parameters (per_fmol)" legend_constants[62] = "K_Gi in component BG_parameters (per_fmol)" legend_constants[63] = "K_LR_M2 in component BG_parameters (per_fmol)" legend_constants[64] = "K_R_M2Gi in component BG_parameters (per_fmol)" legend_constants[65] = "K_LR_M2Gi in component BG_parameters (per_fmol)" legend_constants[66] = "K_beta_gamma_Gs in component BG_parameters (per_fmol)" legend_constants[67] = "K_a_Gs_GDP in component BG_parameters (per_fmol)" legend_constants[68] = "K_Pi in component BG_parameters (per_fmol)" legend_constants[69] = "K_R_B1_aby in component BG_parameters (per_fmol)" legend_constants[70] = "K_R_B1_aby_T in component BG_parameters (per_fmol)" legend_constants[71] = "K_LR_B1_aby in component BG_parameters (per_fmol)" legend_constants[72] = "K_LR_B1_aby_T in component BG_parameters (per_fmol)" legend_constants[73] = "K_GTP in component BG_parameters (per_fmol)" legend_constants[74] = "K_GDP in component BG_parameters (per_fmol)" legend_constants[75] = "K_beta_gamma_Gi in component BG_parameters (per_fmol)" legend_constants[76] = "K_a_Gi_GDP in component BG_parameters (per_fmol)" legend_constants[77] = "K_R_M2_aby in component BG_parameters (per_fmol)" legend_constants[78] = "K_R_M2_aby_T in component BG_parameters (per_fmol)" legend_constants[79] = "K_LR_M2_aby in component BG_parameters (per_fmol)" legend_constants[80] = "K_LR_M2_aby_T in component BG_parameters (per_fmol)" legend_voi = "time in component environment (second)" legend_constants[81] = "vol_myo in component environment (pL)" legend_constants[82] = "freq in component environment (dimensionless)" legend_constants[83] = "stimSt in component environment (second)" legend_constants[84] = "stimSt2 in component environment (second)" legend_constants[85] = "stimDur in component environment (second)" legend_constants[86] = "tRamp in component environment (second)" legend_constants[87] = "stimMag in component environment (fmol)" legend_constants[88] = "stimHolding in component environment (fmol)" legend_constants[138] = "m in component environment (fmol_per_sec)" legend_constants[89] = "q_ATP_init in component environment (fmol)" legend_constants[90] = "q_AC_init in component environment (fmol)" legend_constants[91] = "q_cAMP_init in component environment (fmol)" legend_constants[92] = "q_AC_ATP_init in component environment (fmol)" legend_constants[93] = "q_FSK_init in component environment (fmol)" legend_constants[94] = "q_FSK_AC_init in component environment (fmol)" legend_constants[95] = "q_FSK_AC_ATP_init in component environment (fmol)" legend_constants[96] = "q_a_Gs_GTP_init in component environment (fmol)" legend_constants[97] = "q_a_Gs_GTP_AC_init in component environment (fmol)" legend_constants[98] = "q_a_Gs_GTP_AC_ATP_init in component environment (fmol)" legend_constants[99] = "q_PDE_init in component environment (fmol)" legend_constants[100] = "q_PDEinh_init in component environment (fmol)" legend_constants[101] = "q_PDE_cAMP_init in component environment (fmol)" legend_constants[102] = "q_IBMX_init in component environment (fmol)" legend_constants[103] = "q_five_AMP_init in component environment (fmol)" legend_constants[104] = "q_a_Gi_GTP_init in component environment (fmol)" legend_constants[105] = "q_ACinh_init in component environment (fmol)" legend_constants[106] = "q_PPi_init in component environment (fmol)" legend_constants[107] = "q_R_B1_init in component environment (fmol)" legend_constants[108] = "q_Gs_init in component environment (fmol)" legend_algebraic[0] = "q_L_B1_init in component environment (fmol)" legend_constants[109] = "q_LR_B1_init in component environment (fmol)" legend_constants[110] = "q_R_B1Gs_init in component environment (fmol)" legend_constants[111] = "q_LR_B1Gs_init in component environment (fmol)" legend_algebraic[1] = "q_L_M2_init in component environment (fmol)" legend_constants[112] = "q_R_M2_init in component environment (fmol)" legend_constants[113] = "q_Gi_init in component environment (fmol)" legend_constants[114] = "q_LR_M2_init in component environment (fmol)" legend_constants[115] = "q_R_M2Gi_init in component environment (fmol)" legend_constants[116] = "q_LR_M2Gi_init in component environment (fmol)" legend_constants[117] = "q_beta_gamma_Gs_init in component environment (fmol)" legend_constants[118] = "q_a_Gs_GDP_init in component environment (fmol)" legend_constants[119] = "q_Pi_init in component environment (fmol)" legend_constants[120] = "q_R_B1_aby_init in component environment (fmol)" legend_constants[121] = "q_R_B1_aby_T_init in component environment (fmol)" legend_constants[122] = "q_LR_B1_aby_init in component environment (fmol)" legend_constants[123] = "q_LR_B1_aby_T_init in component environment (fmol)" legend_constants[124] = "q_GTP_init in component environment (fmol)" legend_constants[125] = "q_GDP_init in component environment (fmol)" legend_constants[126] = "q_beta_gamma_Gi_init in component environment (fmol)" legend_constants[127] = "q_a_Gi_GDP_init in component environment (fmol)" legend_constants[128] = "q_R_M2_aby_init in component environment (fmol)" legend_constants[129] = "q_R_M2_aby_T_init in component environment (fmol)" legend_constants[130] = "q_LR_M2_aby_init in component environment (fmol)" legend_constants[131] = "q_LR_M2_aby_T_init in component environment (fmol)" legend_algebraic[84] = "L_B1_T in component environment (fmol)" legend_algebraic[115] = "L_M2_T in component environment (fmol)" legend_algebraic[85] = "R_B1_T in component environment (fmol)" legend_algebraic[116] = "R_M2_T in component environment (fmol)" legend_algebraic[86] = "Gs_T in component environment (fmol)" legend_algebraic[117] = "Gi_T in component environment (fmol)" legend_algebraic[16] = "adenosine_T in component environment (fmol)" legend_algebraic[2] = "q_ATP in component environment (fmol)" legend_algebraic[3] = "q_cAMP in component environment (fmol)" legend_algebraic[4] = "q_AC in component environment (fmol)" legend_algebraic[5] = "q_AC_ATP in component environment (fmol)" legend_algebraic[6] = "q_a_Gs_GTP_AC in component environment (fmol)" legend_algebraic[7] = "q_a_Gs_GTP_AC_ATP in component environment (fmol)" legend_algebraic[8] = "q_FSK_AC in component environment (fmol)" legend_algebraic[9] = "q_FSK_AC_ATP in component environment (fmol)" legend_algebraic[10] = "q_PDE in component environment (fmol)" legend_algebraic[13] = "q_PDE_cAMP in component environment (fmol)" legend_algebraic[14] = "q_five_AMP in component environment (fmol)" legend_algebraic[17] = "q_IBMX in component environment (fmol)" legend_algebraic[18] = "q_PDEinh in component environment (fmol)" legend_algebraic[19] = "q_a_Gs_GTP in component environment (fmol)" legend_algebraic[20] = "q_FSK in component environment (fmol)" legend_algebraic[22] = "q_a_Gi_GTP in component environment (fmol)" legend_algebraic[23] = "q_ACinh in component environment (fmol)" legend_algebraic[25] = "q_PPi in component environment (fmol)" legend_algebraic[24] = "q_L_B1 in component environment (fmol)" legend_algebraic[26] = "q_R_B1 in component environment (fmol)" legend_algebraic[27] = "q_Gs in component environment (fmol)" legend_algebraic[29] = "q_LR_B1 in component environment (fmol)" legend_algebraic[31] = "q_R_B1Gs in component environment (fmol)" legend_algebraic[33] = "q_LR_B1Gs in component environment (fmol)" legend_algebraic[35] = "q_L_M2 in component environment (fmol)" legend_algebraic[41] = "q_R_M2 in component environment (fmol)" legend_algebraic[44] = "q_Gi in component environment (fmol)" legend_algebraic[47] = "q_LR_M2 in component environment (fmol)" legend_algebraic[50] = "q_R_M2Gi in component environment (fmol)" legend_algebraic[53] = "q_LR_M2Gi in component environment (fmol)" legend_algebraic[56] = "q_beta_gamma_Gs in component environment (fmol)" legend_algebraic[63] = "q_a_Gs_GDP in component environment (fmol)" legend_algebraic[67] = "q_Pi in component environment (fmol)" legend_algebraic[71] = "q_R_B1_aby in component environment (fmol)" legend_algebraic[75] = "q_R_B1_aby_T in component environment (fmol)" legend_algebraic[78] = "q_LR_B1_aby in component environment (fmol)" legend_algebraic[81] = "q_LR_B1_aby_T in component environment (fmol)" legend_algebraic[87] = "q_GTP in component environment (fmol)" legend_algebraic[92] = "q_GDP in component environment (fmol)" legend_algebraic[95] = "q_beta_gamma_Gi in component environment (fmol)" legend_algebraic[99] = "q_a_Gi_GDP in component environment (fmol)" legend_algebraic[102] = "q_R_M2_aby in component environment (fmol)" legend_algebraic[105] = "q_R_M2_aby_T in component environment (fmol)" legend_algebraic[108] = "q_LR_M2_aby in component environment (fmol)" legend_algebraic[114] = "q_LR_M2_aby_T in component environment (fmol)" legend_states[0] = "q_ATP in component cAMP (fmol)" legend_states[1] = "q_cAMP in component cAMP (fmol)" legend_states[2] = "q_AC in component cAMP (fmol)" legend_states[3] = "q_AC_ATP in component cAMP (fmol)" legend_states[4] = "q_a_Gs_GTP_AC in component cAMP (fmol)" legend_states[5] = "q_a_Gs_GTP_AC_ATP in component cAMP (fmol)" legend_states[6] = "q_FSK_AC in component cAMP (fmol)" legend_states[7] = "q_FSK_AC_ATP in component cAMP (fmol)" legend_states[8] = "q_PDE in component cAMP (fmol)" legend_states[9] = "q_PDE_cAMP in component cAMP (fmol)" legend_states[10] = "q_five_AMP in component cAMP (fmol)" legend_states[11] = "q_IBMX in component cAMP (fmol)" legend_states[12] = "q_PDEinh in component cAMP (fmol)" legend_states[13] = "q_a_Gs_GTP in component cAMP (fmol)" legend_states[14] = "q_FSK in component cAMP (fmol)" legend_states[15] = "q_a_Gi_GTP in component cAMP (fmol)" legend_states[16] = "q_ACinh in component cAMP (fmol)" legend_states[17] = "q_PPi in component cAMP (fmol)" legend_states[18] = "q_L_B1 in component LRGbinding_B1AR (fmol)" legend_states[19] = "q_R_B1 in component LRGbinding_B1AR (fmol)" legend_states[20] = "q_Gs in component LRGbinding_B1AR (fmol)" legend_states[21] = "q_LR_B1 in component LRGbinding_B1AR (fmol)" legend_states[22] = "q_R_B1Gs in component LRGbinding_B1AR (fmol)" legend_states[23] = "q_LR_B1Gs in component LRGbinding_B1AR (fmol)" legend_states[24] = "q_L_M2 in component LRGbinding_M2 (fmol)" legend_states[25] = "q_R_M2 in component LRGbinding_M2 (fmol)" legend_states[26] = "q_Gi in component LRGbinding_M2 (fmol)" legend_states[27] = "q_LR_M2 in component LRGbinding_M2 (fmol)" legend_states[28] = "q_R_M2Gi in component LRGbinding_M2 (fmol)" legend_states[29] = "q_LR_M2Gi in component LRGbinding_M2 (fmol)" legend_states[30] = "q_R_B1 in component GsProtein (fmol)" legend_states[31] = "q_Gs in component GsProtein (fmol)" legend_states[32] = "q_R_B1Gs in component GsProtein (fmol)" legend_states[33] = "q_LR_B1 in component GsProtein (fmol)" legend_states[34] = "q_LR_B1Gs in component GsProtein (fmol)" legend_states[35] = "q_a_Gs_GTP in component GsProtein (fmol)" legend_states[36] = "q_beta_gamma_Gs in component GsProtein (fmol)" legend_states[37] = "q_a_Gs_GDP in component GsProtein (fmol)" legend_states[38] = "q_Pi in component GsProtein (fmol)" legend_states[39] = "q_R_B1_aby in component GsProtein (fmol)" legend_states[40] = "q_R_B1_aby_T in component GsProtein (fmol)" legend_states[41] = "q_LR_B1_aby in component GsProtein (fmol)" legend_states[42] = "q_LR_B1_aby_T in component GsProtein (fmol)" legend_states[43] = "q_GTP in component GsProtein (fmol)" legend_states[44] = "q_GDP in component GsProtein (fmol)" legend_states[45] = "q_R_M2 in component GiProtein (fmol)" legend_states[46] = "q_Gi in component GiProtein (fmol)" legend_states[47] = "q_R_M2Gi in component GiProtein (fmol)" legend_states[48] = "q_LR_M2 in component GiProtein (fmol)" legend_states[49] = "q_LR_M2Gi in component GiProtein (fmol)" legend_states[50] = "q_a_Gi_GTP in component GiProtein (fmol)" legend_states[51] = "q_beta_gamma_Gi in component GiProtein (fmol)" legend_states[52] = "q_a_Gi_GDP in component GiProtein (fmol)" legend_states[53] = "q_Pi in component GiProtein (fmol)" legend_states[54] = "q_R_M2_aby in component GiProtein (fmol)" legend_states[55] = "q_R_M2_aby_T in component GiProtein (fmol)" legend_states[56] = "q_LR_M2_aby in component GiProtein (fmol)" legend_states[57] = "q_LR_M2_aby_T in component GiProtein (fmol)" legend_states[58] = "q_GTP in component GiProtein (fmol)" legend_states[59] = "q_GDP in component GiProtein (fmol)" legend_constants[132] = "R in component constants (J_per_K_per_mol)" legend_constants[133] = "T in component constants (kelvin)" legend_constants[134] = "F in component constants (C_per_mol)" legend_algebraic[93] = "v1a in component cAMP (fmol_per_sec)" legend_algebraic[96] = "v1b in component cAMP (fmol_per_sec)" legend_algebraic[100] = "v2a in component cAMP (fmol_per_sec)" legend_algebraic[103] = "v2b in component cAMP (fmol_per_sec)" legend_algebraic[106] = "v3a in component cAMP (fmol_per_sec)" legend_algebraic[109] = "v3b in component cAMP (fmol_per_sec)" legend_algebraic[111] = "v4a in component cAMP (fmol_per_sec)" legend_algebraic[118] = "v4b in component cAMP (fmol_per_sec)" legend_algebraic[124] = "v5 in component cAMP (fmol_per_sec)" legend_algebraic[112] = "v6 in component cAMP (fmol_per_sec)" legend_algebraic[119] = "v7 in component cAMP (fmol_per_sec)" legend_algebraic[125] = "vGiAC in component cAMP (fmol_per_sec)" legend_algebraic[28] = "mu_ATP in component cAMP (J_per_mol)" legend_algebraic[32] = "mu_AC in component cAMP (J_per_mol)" legend_algebraic[30] = "mu_cAMP in component cAMP (J_per_mol)" legend_algebraic[34] = "mu_AC_ATP in component cAMP (J_per_mol)" legend_algebraic[76] = "mu_FSK in component cAMP (J_per_mol)" legend_algebraic[45] = "mu_FSK_AC in component cAMP (J_per_mol)" legend_algebraic[48] = "mu_FSK_AC_ATP in component cAMP (J_per_mol)" legend_algebraic[72] = "mu_a_Gs_GTP in component cAMP (J_per_mol)" legend_algebraic[36] = "mu_a_Gs_GTP_AC in component cAMP (J_per_mol)" legend_algebraic[42] = "mu_a_Gs_GTP_AC_ATP in component cAMP (J_per_mol)" legend_algebraic[51] = "mu_PDE in component cAMP (J_per_mol)" legend_algebraic[68] = "mu_PDEinh in component cAMP (J_per_mol)" legend_algebraic[54] = "mu_PDE_cAMP in component cAMP (J_per_mol)" legend_algebraic[64] = "mu_IBMX in component cAMP (J_per_mol)" legend_algebraic[57] = "mu_five_AMP in component cAMP (J_per_mol)" legend_algebraic[79] = "mu_a_Gi_GTP in component cAMP (J_per_mol)" legend_algebraic[82] = "mu_ACinh in component cAMP (J_per_mol)" legend_algebraic[88] = "mu_PPi in component cAMP (J_per_mol)" legend_constants[135] = "vol in component cAMP (pL)" legend_algebraic[11] = "ATP_T in component cAMP (fmol)" legend_algebraic[12] = "AC_T in component cAMP (fmol)" legend_algebraic[21] = "Gs_T in component cAMP (fmol)" legend_algebraic[15] = "cAMP_T in component cAMP (fmol)" legend_algebraic[37] = "mu_L_B1 in component LRGbinding_B1AR (J_per_mol)" legend_algebraic[43] = "mu_R_B1 in component LRGbinding_B1AR (J_per_mol)" legend_algebraic[46] = "mu_Gs in component LRGbinding_B1AR (J_per_mol)" legend_algebraic[49] = "mu_LR_B1 in component LRGbinding_B1AR (J_per_mol)" legend_algebraic[52] = "mu_R_B1Gs in component LRGbinding_B1AR (J_per_mol)" legend_algebraic[55] = "mu_LR_B1Gs in component LRGbinding_B1AR (J_per_mol)" legend_algebraic[58] = "vsig1_B1 in component LRGbinding_B1AR (fmol_per_sec)" legend_algebraic[65] = "vsig2_B1 in component LRGbinding_B1AR (fmol_per_sec)" legend_algebraic[69] = "vsig3_B1 in component LRGbinding_B1AR (fmol_per_sec)" legend_algebraic[73] = "vsig4_B1 in component LRGbinding_B1AR (fmol_per_sec)" legend_constants[136] = "vol in component LRGbinding_B1AR (pL)" legend_algebraic[38] = "L_T in component LRGbinding_B1AR (fmol)" legend_algebraic[39] = "R_T in component LRGbinding_B1AR (fmol)" legend_algebraic[40] = "Gs_T in component LRGbinding_B1AR (fmol)" legend_algebraic[59] = "mu_L_M2 in component LRGbinding_M2 (J_per_mol)" legend_algebraic[66] = "mu_R_M2 in component LRGbinding_M2 (J_per_mol)" legend_algebraic[70] = "mu_Gi in component LRGbinding_M2 (J_per_mol)" legend_algebraic[74] = "mu_LR_M2 in component LRGbinding_M2 (J_per_mol)" legend_algebraic[77] = "mu_R_M2Gi in component LRGbinding_M2 (J_per_mol)" legend_algebraic[80] = "mu_LR_M2Gi in component LRGbinding_M2 (J_per_mol)" legend_algebraic[83] = "vsig1_M2 in component LRGbinding_M2 (fmol_per_sec)" legend_algebraic[89] = "vsig2_M2 in component LRGbinding_M2 (fmol_per_sec)" legend_algebraic[94] = "vsig3_M2 in component LRGbinding_M2 (fmol_per_sec)" legend_algebraic[97] = "vsig4_M2 in component LRGbinding_M2 (fmol_per_sec)" legend_constants[137] = "vol in component LRGbinding_M2 (pL)" legend_algebraic[60] = "L_T in component LRGbinding_M2 (fmol)" legend_algebraic[61] = "R_T in component LRGbinding_M2 (fmol)" legend_algebraic[62] = "Gi_T in component LRGbinding_M2 (fmol)" legend_algebraic[142] = "vDoff1_Gs in component GsProtein (fmol_per_sec)" legend_algebraic[144] = "vTon1_Gs in component GsProtein (fmol_per_sec)" legend_algebraic[146] = "vAct1_Gs in component GsProtein (fmol_per_sec)" legend_algebraic[148] = "vDoff2_Gs in component GsProtein (fmol_per_sec)" legend_algebraic[150] = "vTon2_Gs in component GsProtein (fmol_per_sec)" legend_algebraic[152] = "vAct2_Gs in component GsProtein (fmol_per_sec)" legend_algebraic[154] = "vhyd_Gs in component GsProtein (fmol_per_sec)" legend_algebraic[156] = "vreassoc_Gs in component GsProtein (fmol_per_sec)" legend_algebraic[98] = "mu_R_B1 in component GsProtein (J_per_mol)" legend_algebraic[101] = "mu_Gs in component GsProtein (J_per_mol)" legend_algebraic[104] = "mu_R_B1Gs in component GsProtein (J_per_mol)" legend_algebraic[107] = "mu_LR_B1 in component GsProtein (J_per_mol)" legend_algebraic[110] = "mu_LR_B1Gs in component GsProtein (J_per_mol)" legend_algebraic[113] = "mu_a_Gs_GTP in component GsProtein (J_per_mol)" legend_algebraic[120] = "mu_beta_gamma_Gs in component GsProtein (J_per_mol)" legend_algebraic[126] = "mu_a_Gs_GDP in component GsProtein (J_per_mol)" legend_algebraic[128] = "mu_Pi in component GsProtein (J_per_mol)" legend_algebraic[130] = "mu_R_B1_aby in component GsProtein (J_per_mol)" legend_algebraic[132] = "mu_R_B1_aby_T in component GsProtein (J_per_mol)" legend_algebraic[134] = "mu_LR_B1_aby in component GsProtein (J_per_mol)" legend_algebraic[136] = "mu_LR_B1_aby_T in component GsProtein (J_per_mol)" legend_algebraic[138] = "mu_GTP in component GsProtein (J_per_mol)" legend_algebraic[140] = "mu_GDP in component GsProtein (J_per_mol)" legend_algebraic[90] = "R_T in component GsProtein (fmol)" legend_algebraic[91] = "Gs_T in component GsProtein (fmol)" legend_algebraic[155] = "vDoff1_Gi in component GiProtein (fmol_per_sec)" legend_algebraic[157] = "vTon1_Gi in component GiProtein (fmol_per_sec)" legend_algebraic[158] = "vAct1_Gi in component GiProtein (fmol_per_sec)" legend_algebraic[159] = "vDoff2_Gi in component GiProtein (fmol_per_sec)" legend_algebraic[160] = "vTon2_Gi in component GiProtein (fmol_per_sec)" legend_algebraic[161] = "vAct2_Gi in component GiProtein (fmol_per_sec)" legend_algebraic[162] = "vhyd_Gi in component GiProtein (fmol_per_sec)" legend_algebraic[163] = "vreassoc_Gi in component GiProtein (fmol_per_sec)" legend_algebraic[121] = "mu_R_M2 in component GiProtein (J_per_mol)" legend_algebraic[127] = "mu_Gi in component GiProtein (J_per_mol)" legend_algebraic[129] = "mu_R_M2Gi in component GiProtein (J_per_mol)" legend_algebraic[131] = "mu_LR_M2 in component GiProtein (J_per_mol)" legend_algebraic[133] = "mu_LR_M2Gi in component GiProtein (J_per_mol)" legend_algebraic[135] = "mu_a_Gi_GTP in component GiProtein (J_per_mol)" legend_algebraic[137] = "mu_beta_gamma_Gi in component GiProtein (J_per_mol)" legend_algebraic[139] = "mu_a_Gi_GDP in component GiProtein (J_per_mol)" legend_algebraic[141] = "mu_Pi in component GiProtein (J_per_mol)" legend_algebraic[143] = "mu_R_M2_aby in component GiProtein (J_per_mol)" legend_algebraic[145] = "mu_R_M2_aby_T in component GiProtein (J_per_mol)" legend_algebraic[147] = "mu_LR_M2_aby in component GiProtein (J_per_mol)" legend_algebraic[149] = "mu_LR_M2_aby_T in component GiProtein (J_per_mol)" legend_algebraic[151] = "mu_GTP in component GiProtein (J_per_mol)" legend_algebraic[153] = "mu_GDP in component GiProtein (J_per_mol)" legend_algebraic[122] = "R_T in component GiProtein (fmol)" legend_algebraic[123] = "Gi_T in component GiProtein (fmol)" legend_rates[0] = "d/dt q_ATP in component cAMP (fmol)" legend_rates[2] = "d/dt q_AC in component cAMP (fmol)" legend_rates[3] = "d/dt q_AC_ATP in component cAMP (fmol)" legend_rates[1] = "d/dt q_cAMP in component cAMP (fmol)" legend_rates[14] = "d/dt q_FSK in component cAMP (fmol)" legend_rates[6] = "d/dt q_FSK_AC in component cAMP (fmol)" legend_rates[7] = "d/dt q_FSK_AC_ATP in component cAMP (fmol)" legend_rates[13] = "d/dt q_a_Gs_GTP in component cAMP (fmol)" legend_rates[4] = "d/dt q_a_Gs_GTP_AC in component cAMP (fmol)" legend_rates[5] = "d/dt q_a_Gs_GTP_AC_ATP in component cAMP (fmol)" legend_rates[9] = "d/dt q_PDE_cAMP in component cAMP (fmol)" legend_rates[8] = "d/dt q_PDE in component cAMP (fmol)" legend_rates[11] = "d/dt q_IBMX in component cAMP (fmol)" legend_rates[12] = "d/dt q_PDEinh in component cAMP (fmol)" legend_rates[10] = "d/dt q_five_AMP in component cAMP (fmol)" legend_rates[15] = "d/dt q_a_Gi_GTP in component cAMP (fmol)" legend_rates[16] = "d/dt q_ACinh in component cAMP (fmol)" legend_rates[17] = "d/dt q_PPi in component cAMP (fmol)" legend_rates[18] = "d/dt q_L_B1 in component LRGbinding_B1AR (fmol)" legend_rates[19] = "d/dt q_R_B1 in component LRGbinding_B1AR (fmol)" legend_rates[20] = "d/dt q_Gs in component LRGbinding_B1AR (fmol)" legend_rates[21] = "d/dt q_LR_B1 in component LRGbinding_B1AR (fmol)" legend_rates[22] = "d/dt q_R_B1Gs in component LRGbinding_B1AR (fmol)" legend_rates[23] = "d/dt q_LR_B1Gs in component LRGbinding_B1AR (fmol)" legend_rates[24] = "d/dt q_L_M2 in component LRGbinding_M2 (fmol)" legend_rates[25] = "d/dt q_R_M2 in component LRGbinding_M2 (fmol)" legend_rates[26] = "d/dt q_Gi in component LRGbinding_M2 (fmol)" legend_rates[27] = "d/dt q_LR_M2 in component LRGbinding_M2 (fmol)" legend_rates[28] = "d/dt q_R_M2Gi in component LRGbinding_M2 (fmol)" legend_rates[29] = "d/dt q_LR_M2Gi in component LRGbinding_M2 (fmol)" legend_rates[30] = "d/dt q_R_B1 in component GsProtein (fmol)" legend_rates[32] = "d/dt q_R_B1Gs in component GsProtein (fmol)" legend_rates[31] = "d/dt q_Gs in component GsProtein (fmol)" legend_rates[33] = "d/dt q_LR_B1 in component GsProtein (fmol)" legend_rates[34] = "d/dt q_LR_B1Gs in component GsProtein (fmol)" legend_rates[35] = "d/dt q_a_Gs_GTP in component GsProtein (fmol)" legend_rates[36] = "d/dt q_beta_gamma_Gs in component GsProtein (fmol)" legend_rates[37] = "d/dt q_a_Gs_GDP in component GsProtein (fmol)" legend_rates[38] = "d/dt q_Pi in component GsProtein (fmol)" legend_rates[39] = "d/dt q_R_B1_aby in component GsProtein (fmol)" legend_rates[40] = "d/dt q_R_B1_aby_T in component GsProtein (fmol)" legend_rates[41] = "d/dt q_LR_B1_aby in component GsProtein (fmol)" legend_rates[42] = "d/dt q_LR_B1_aby_T in component GsProtein (fmol)" legend_rates[43] = "d/dt q_GTP in component GsProtein (fmol)" legend_rates[44] = "d/dt q_GDP in component GsProtein (fmol)" legend_rates[45] = "d/dt q_R_M2 in component GiProtein (fmol)" legend_rates[47] = "d/dt q_R_M2Gi in component GiProtein (fmol)" legend_rates[46] = "d/dt q_Gi in component GiProtein (fmol)" legend_rates[48] = "d/dt q_LR_M2 in component GiProtein (fmol)" legend_rates[49] = "d/dt q_LR_M2Gi in component GiProtein (fmol)" legend_rates[50] = "d/dt q_a_Gi_GTP in component GiProtein (fmol)" legend_rates[51] = "d/dt q_beta_gamma_Gi in component GiProtein (fmol)" legend_rates[52] = "d/dt q_a_Gi_GDP in component GiProtein (fmol)" legend_rates[53] = "d/dt q_Pi in component GiProtein (fmol)" legend_rates[54] = "d/dt q_R_M2_aby in component GiProtein (fmol)" legend_rates[55] = "d/dt q_R_M2_aby_T in component GiProtein (fmol)" legend_rates[56] = "d/dt q_LR_M2_aby in component GiProtein (fmol)" legend_rates[57] = "d/dt q_LR_M2_aby_T in component GiProtein (fmol)" legend_rates[58] = "d/dt q_GTP in component GiProtein (fmol)" legend_rates[59] = "d/dt q_GDP in component GiProtein (fmol)" return (legend_states, legend_algebraic, legend_voi, legend_constants) def initConsts(): constants = [0.0] * sizeConstants; states = [0.0] * sizeStates; constants[0] = 1.8998e+06 constants[1] = 0.00039666 constants[2] = 585859 constants[3] = 0.158089 constants[4] = 2.31489e+08 constants[5] = 2.69173e-17 constants[6] = 31490.2 constants[7] = 0.121117 constants[8] = 815.554 constants[9] = 8751.63 constants[10] = 345800 constants[11] = 2878.6 constants[12] = 2687.66 constants[13] = 63.5391 constants[14] = 14.2293 constants[15] = 1.13636e+07 constants[16] = 4069.25 constants[17] = 51.1466 constants[18] = 135.504 constants[19] = 1.78875e+06 constants[20] = 0.150576 constants[21] = 0.00442248 constants[22] = 163.698 constants[23] = 0.110539 constants[24] = 0.000540176 constants[25] = 3.32675 constants[26] = 0.86602 constants[27] = 3.20932e+06 constants[28] = 0.226169 constants[29] = 0.00556858 constants[30] = 26.9986 constants[31] = 0.209142 constants[32] = 0.00153751 constants[33] = 0.0445153 constants[34] = 7.99723 constants[35] = 1.84852e+06 constants[36] = 4.34247e-05 constants[37] = 0.0150226 constants[38] = 9.52621 constants[39] = 14.6573 constants[40] = 3.32164 constants[41] = 1.563 constants[42] = 0.0840652 constants[43] = 0.107997 constants[44] = 1.78633 constants[45] = 1.20007 constants[46] = 0.0150226 constants[47] = 0.0193351 constants[48] = 35.6442 constants[49] = 0.0253404 constants[50] = 5.83022e-06 constants[51] = 0.00308164 constants[52] = 10.0986 constants[53] = 8.40298e-05 constants[54] = 0.0361965 constants[55] = 0.00257076 constants[56] = 148.667 constants[57] = 0.310121 constants[58] = 293.639 constants[59] = 163.157 constants[60] = 0.079362 constants[61] = 0.00692368 constants[62] = 35.9123 constants[63] = 0.153698 constants[64] = 178.993 constants[65] = 105.77 constants[66] = 1.51453e-06 constants[67] = 0.198513 constants[68] = 5.20902e-06 constants[69] = 0.0798558 constants[70] = 0.00432163 constants[71] = 0.266681 constants[72] = 0.0867409 constants[73] = 3639.47 constants[74] = 4.62054e-05 constants[75] = 3.06222e-05 constants[76] = 0.0191425 constants[77] = 0.0580669 constants[78] = 0.0037486 constants[79] = 0.114918 constants[80] = 0.0248464 constants[81] = 34.4 constants[82] = 500 constants[83] = 3.5e-4 constants[84] = 3e-4 constants[85] = 0.25e-4 constants[86] = 1.8e-4 constants[87] = 1e1 constants[88] = 1e-5 constants[89] = 190 constants[90] = 1.889E-03 constants[91] = 1e-18 constants[92] = 1e-18 constants[93] = 3.800E-05 constants[94] = 1e-18 constants[95] = 1e-18 constants[96] = 1e-18 constants[97] = 1e-18 constants[98] = 1e-18 constants[99] = 1.482E-03 constants[100] = 1e-18 constants[101] = 1e-18 constants[102] = 3.80E-02 constants[103] = 1e-18 constants[104] = 1e-18 constants[105] = 1e-18 constants[106] = 1e-18 constants[107] = 0.0004579000 constants[108] = 0.1455400000 constants[109] = 1e-18 constants[110] = 1e-18 constants[111] = 1e-18 constants[112] = 0.00072 constants[113] = 0.00836 constants[114] = 1e-18 constants[115] = 1e-18 constants[116] = 1e-18 constants[117] = 1e-18 constants[118] = 1e-18 constants[119] = 570 constants[120] = 1e-18 constants[121] = 1e-18 constants[122] = 1e-18 constants[123] = 1e-18 constants[124] = 2.2 constants[125] = 1.1 constants[126] = 1e-18 constants[127] = 1e-18 constants[128] = 1e-18 constants[129] = 1e-18 constants[130] = 1e-18 constants[131] = 1e-18 states[0] = 1e-16 states[1] = 1e-16 states[2] = 1e-16 states[3] = 1e-16 states[4] = 1e-16 states[5] = 1e-16 states[6] = 1e-16 states[7] = 1e-16 states[8] = 1e-16 states[9] = 1e-16 states[10] = 1e-16 states[11] = 1e-16 states[12] = 1e-16 states[13] = 1e-16 states[14] = 1e-16 states[15] = 1e-16 states[16] = 1e-16 states[17] = 1e-16 states[18] = 1e-18 states[19] = 1e-18 states[20] = 1e-18 states[21] = 1e-18 states[22] = 1e-18 states[23] = 1e-18 states[24] = 1e-16 states[25] = 1e-16 states[26] = 1e-16 states[27] = 1e-16 states[28] = 1e-16 states[29] = 1e-16 states[30] = 1e-16 states[31] = 1e-16 states[32] = 1e-16 states[33] = 1e-16 states[34] = 1e-16 states[35] = 1e-16 states[36] = 1e-16 states[37] = 1e-16 states[38] = 1e-16 states[39] = 1e-16 states[40] = 1e-16 states[41] = 1e-16 states[42] = 1e-16 states[43] = 1e-16 states[44] = 1e-16 states[45] = 1e-16 states[46] = 1e-16 states[47] = 1e-16 states[48] = 1e-16 states[49] = 1e-16 states[50] = 1e-16 states[51] = 1e-16 states[52] = 1e-16 states[53] = 1e-16 states[54] = 1e-16 states[55] = 1e-16 states[56] = 1e-16 states[57] = 1e-16 states[58] = 1e-16 states[59] = 1e-16 constants[132] = 8.31 constants[133] = 310 constants[134] = 96485 constants[135] = 38.0 constants[136] = 34.4 constants[137] = 34.4 constants[138] = constants[87]/constants[86] return (states, constants) def computeRates(voi, states, constants): rates = [0.0] * sizeStates; algebraic = [0.0] * sizeAlgebraic algebraic[26] = constants[107]+states[19]+states[30] algebraic[43] = constants[132]*constants[133]*log(constants[55]*algebraic[26]) algebraic[27] = constants[108]+states[20]+states[31] algebraic[46] = constants[132]*constants[133]*log(constants[56]*algebraic[27]) algebraic[31] = constants[110]+states[22]+states[32] algebraic[52] = constants[132]*constants[133]*log(constants[58]*algebraic[31]) algebraic[58] = constants[12]*exp((algebraic[43]+algebraic[46])/(constants[132]*constants[133]))-exp(algebraic[52]/(constants[132]*constants[133])) algebraic[0] = custom_piecewise([less(voi , constants[83]) & greater(voi , constants[83]-constants[86]), constants[88]+constants[138]*((voi-constants[83])+constants[86]) , greater_equal(voi , constants[83]) & less(voi , constants[83]+constants[85]), constants[87]+constants[88] , less(voi , constants[83]+constants[86]+constants[85]) & greater_equal(voi , constants[83]+constants[85]), constants[88]+-constants[138]*(((voi-constants[83])-constants[86])-constants[85]) , True, constants[88]]) algebraic[24] = algebraic[0]+states[18] algebraic[37] = constants[132]*constants[133]*log(constants[54]*algebraic[24]) algebraic[33] = constants[111]+states[23]+states[34] algebraic[55] = constants[132]*constants[133]*log(constants[59]*algebraic[33]) algebraic[65] = constants[13]*exp((algebraic[52]+algebraic[37])/(constants[132]*constants[133]))-exp(algebraic[55]/(constants[132]*constants[133])) rates[22] = algebraic[58]-algebraic[65] algebraic[29] = constants[109]+states[21]+states[33] algebraic[49] = constants[132]*constants[133]*log(constants[57]*algebraic[29]) algebraic[69] = constants[14]*exp((algebraic[49]+algebraic[46])/(constants[132]*constants[133]))-exp(algebraic[55]/(constants[132]*constants[133])) rates[20] = -algebraic[58]-algebraic[69] rates[23] = algebraic[65]+algebraic[69] algebraic[73] = constants[15]*exp((algebraic[43]+algebraic[37])/(constants[132]*constants[133]))-exp(algebraic[49]/(constants[132]*constants[133])) rates[18] = -algebraic[65]-algebraic[73] rates[19] = -algebraic[58]-algebraic[73] rates[21] = -algebraic[69]+algebraic[73] algebraic[41] = constants[112]+states[25]+states[45] algebraic[66] = constants[132]*constants[133]*log(constants[61]*algebraic[41]) algebraic[44] = constants[113]+states[26]+states[46] algebraic[70] = constants[132]*constants[133]*log(constants[62]*algebraic[44]) algebraic[50] = constants[115]+states[28]+states[47] algebraic[77] = constants[132]*constants[133]*log(constants[64]*algebraic[50]) algebraic[83] = constants[16]*exp((algebraic[66]+algebraic[70])/(constants[132]*constants[133]))-exp(algebraic[77]/(constants[132]*constants[133])) algebraic[1] = custom_piecewise([less(voi , constants[84]) & greater(voi , constants[84]-constants[86]), constants[88]+constants[138]*((voi-constants[84])+constants[86]) , greater_equal(voi , constants[84]) & less(voi , constants[84]+constants[85]), constants[87]+constants[88] , less(voi , constants[84]+constants[86]+constants[85]) & greater_equal(voi , constants[84]+constants[85]), constants[88]+-constants[138]*(((voi-constants[84])-constants[86])-constants[85]) , True, constants[88]]) algebraic[35] = algebraic[1]+states[24] algebraic[59] = constants[132]*constants[133]*log(constants[60]*algebraic[35]) algebraic[53] = constants[116]+states[29]+states[49] algebraic[80] = constants[132]*constants[133]*log(constants[65]*algebraic[53]) algebraic[89] = constants[17]*exp((algebraic[77]+algebraic[59])/(constants[132]*constants[133]))-exp(algebraic[80]/(constants[132]*constants[133])) rates[28] = algebraic[83]-algebraic[89] algebraic[47] = constants[114]+states[27]+states[48] algebraic[74] = constants[132]*constants[133]*log(constants[63]*algebraic[47]) algebraic[94] = constants[18]*exp((algebraic[74]+algebraic[70])/(constants[132]*constants[133]))-exp(algebraic[80]/(constants[132]*constants[133])) rates[26] = -algebraic[83]-algebraic[94] rates[29] = algebraic[89]+algebraic[94] algebraic[2] = constants[89]+states[0] algebraic[28] = constants[132]*constants[133]*log(constants[36]*algebraic[2]) algebraic[4] = constants[90]+states[2] algebraic[32] = constants[132]*constants[133]*log(constants[38]*algebraic[4]) algebraic[5] = constants[92]+states[3] algebraic[34] = constants[132]*constants[133]*log(constants[39]*algebraic[5]) algebraic[93] = constants[0]*(exp((algebraic[32]+algebraic[28])/(constants[132]*constants[133]))-exp(algebraic[34]/(constants[132]*constants[133]))) algebraic[3] = constants[91]+states[1] algebraic[30] = constants[132]*constants[133]*log(constants[37]*algebraic[3]) algebraic[25] = constants[106]+states[17] algebraic[88] = constants[132]*constants[133]*log(constants[53]*algebraic[25]) algebraic[96] = constants[1]*(exp(algebraic[34]/(constants[132]*constants[133]))-exp((algebraic[32]+algebraic[30]+algebraic[88])/(constants[132]*constants[133]))) rates[3] = algebraic[93]-algebraic[96] algebraic[97] = constants[19]*exp((algebraic[66]+algebraic[59])/(constants[132]*constants[133]))-exp(algebraic[74]/(constants[132]*constants[133])) rates[24] = -algebraic[89]-algebraic[97] rates[25] = -algebraic[83]-algebraic[97] rates[27] = -algebraic[94]+algebraic[97] algebraic[6] = constants[97]+states[4] algebraic[36] = constants[132]*constants[133]*log(constants[40]*algebraic[6]) algebraic[7] = constants[98]+states[5] algebraic[42] = constants[132]*constants[133]*log(constants[41]*algebraic[7]) algebraic[100] = constants[2]*(exp((algebraic[36]+algebraic[28])/(constants[132]*constants[133]))-exp(algebraic[42]/(constants[132]*constants[133]))) algebraic[103] = constants[3]*(exp(algebraic[42]/(constants[132]*constants[133]))-exp((algebraic[36]+algebraic[30]+algebraic[88])/(constants[132]*constants[133]))) rates[5] = algebraic[100]-algebraic[103] algebraic[8] = constants[94]+states[6] algebraic[45] = constants[132]*constants[133]*log(constants[42]*algebraic[8]) algebraic[9] = constants[95]+states[7] algebraic[48] = constants[132]*constants[133]*log(constants[43]*algebraic[9]) algebraic[106] = constants[4]*(exp((algebraic[45]+algebraic[28])/(constants[132]*constants[133]))-exp(algebraic[48]/(constants[132]*constants[133]))) rates[0] = (-algebraic[93]-algebraic[106])-algebraic[100] algebraic[109] = constants[5]*(exp(algebraic[48]/(constants[132]*constants[133]))-exp((algebraic[45]+algebraic[30]+algebraic[88])/(constants[132]*constants[133]))) rates[7] = algebraic[106]-algebraic[109] algebraic[10] = constants[99]+states[8] algebraic[51] = constants[132]*constants[133]*log(constants[44]*algebraic[10]) algebraic[13] = constants[101]+states[9] algebraic[54] = constants[132]*constants[133]*log(constants[45]*algebraic[13]) algebraic[111] = constants[6]*(exp((algebraic[51]+algebraic[30])/(constants[132]*constants[133]))-exp(algebraic[54]/(constants[132]*constants[133]))) rates[1] = (algebraic[96]+algebraic[109]+algebraic[103])-algebraic[111] algebraic[19] = constants[96]+states[13]+states[35] algebraic[72] = constants[132]*constants[133]*log(constants[49]*algebraic[19]) algebraic[112] = constants[9]*(exp((algebraic[32]+algebraic[72])/(constants[132]*constants[133]))-exp(algebraic[36]/(constants[132]*constants[133]))) rates[13] = -algebraic[112] rates[4] = (algebraic[112]-algebraic[100])+algebraic[103] algebraic[20] = constants[93]+states[14] algebraic[76] = constants[132]*constants[133]*log(constants[50]*algebraic[20]) algebraic[119] = constants[10]*(exp((algebraic[76]+algebraic[32])/(constants[132]*constants[133]))-exp(algebraic[45]/(constants[132]*constants[133]))) rates[14] = -algebraic[119] rates[6] = (algebraic[119]+algebraic[109])-algebraic[106] algebraic[14] = constants[103]+states[10] algebraic[57] = constants[132]*constants[133]*log(constants[46]*algebraic[14]) algebraic[118] = constants[7]*(exp(algebraic[54]/(constants[132]*constants[133]))-exp((algebraic[51]+algebraic[57])/(constants[132]*constants[133]))) rates[9] = algebraic[111]-algebraic[118] rates[10] = algebraic[118] algebraic[22] = constants[104]+states[15]+states[50] algebraic[79] = constants[132]*constants[133]*log(constants[51]*algebraic[22]) algebraic[23] = constants[105]+states[16] algebraic[82] = constants[132]*constants[133]*log(constants[52]*algebraic[23]) algebraic[125] = constants[11]*(exp((algebraic[32]+algebraic[79])/(constants[132]*constants[133]))-exp(algebraic[82]/(constants[132]*constants[133]))) rates[2] = (((algebraic[96]-algebraic[93])-algebraic[112])-algebraic[119])-algebraic[125] algebraic[18] = constants[100]+states[12] algebraic[68] = constants[132]*constants[133]*log(constants[48]*algebraic[18]) algebraic[17] = constants[102]+states[11] algebraic[64] = constants[132]*constants[133]*log(constants[47]*algebraic[17]) algebraic[124] = constants[8]*(exp((algebraic[51]+algebraic[64])/(constants[132]*constants[133]))-exp(algebraic[68]/(constants[132]*constants[133]))) rates[8] = (algebraic[118]-algebraic[111])-algebraic[124] rates[11] = -algebraic[124] rates[12] = algebraic[124] rates[15] = -algebraic[125] rates[16] = algebraic[125] rates[17] = algebraic[125] algebraic[104] = constants[132]*constants[133]*log(constants[58]*algebraic[31]) algebraic[71] = constants[120]+states[39] algebraic[130] = constants[132]*constants[133]*log(constants[69]*algebraic[71]) algebraic[92] = constants[125]+states[44]+states[59] algebraic[140] = constants[132]*constants[133]*log(constants[74]*algebraic[92]) algebraic[142] = constants[20]*(exp(algebraic[104]/(constants[132]*constants[133]))-exp((algebraic[130]+algebraic[140])/(constants[132]*constants[133]))) rates[32] = -algebraic[142] algebraic[75] = constants[121]+states[40] algebraic[132] = constants[132]*constants[133]*log(constants[70]*algebraic[75]) algebraic[87] = constants[124]+states[43]+states[58] algebraic[138] = constants[132]*constants[133]*log(constants[73]*algebraic[87]) algebraic[144] = constants[21]*(exp((algebraic[130]+algebraic[138])/(constants[132]*constants[133]))-exp(algebraic[132]/(constants[132]*constants[133]))) rates[39] = algebraic[142]-algebraic[144] algebraic[98] = constants[132]*constants[133]*log(constants[55]*algebraic[26]) algebraic[113] = constants[132]*constants[133]*log(constants[49]*algebraic[19]) algebraic[56] = constants[117]+states[36] algebraic[120] = constants[132]*constants[133]*log(constants[66]*algebraic[56]) algebraic[146] = constants[22]*(exp(algebraic[132]/(constants[132]*constants[133]))-exp((algebraic[113]+algebraic[120]+algebraic[98])/(constants[132]*constants[133]))) rates[30] = algebraic[146] rates[40] = algebraic[144]-algebraic[146] algebraic[110] = constants[132]*constants[133]*log(constants[59]*algebraic[33]) algebraic[78] = constants[122]+states[41] algebraic[134] = constants[132]*constants[133]*log(constants[71]*algebraic[78]) algebraic[148] = constants[23]*(exp(algebraic[110]/(constants[132]*constants[133]))-exp((algebraic[134]+algebraic[140])/(constants[132]*constants[133]))) rates[34] = -algebraic[148] rates[44] = algebraic[142]+algebraic[148] algebraic[81] = constants[123]+states[42] algebraic[136] = constants[132]*constants[133]*log(constants[72]*algebraic[81]) algebraic[150] = constants[24]*(exp((algebraic[134]+algebraic[138])/(constants[132]*constants[133]))-exp(algebraic[136]/(constants[132]*constants[133]))) rates[41] = algebraic[148]-algebraic[150] rates[43] = -algebraic[144]-algebraic[150] algebraic[107] = constants[132]*constants[133]*log(constants[57]*algebraic[29]) algebraic[152] = constants[25]*(exp(algebraic[136]/(constants[132]*constants[133]))-exp((algebraic[113]+algebraic[120]+algebraic[107])/(constants[132]*constants[133]))) rates[33] = algebraic[152] rates[42] = algebraic[150]-algebraic[152] algebraic[63] = constants[118]+states[37] algebraic[126] = constants[132]*constants[133]*log(constants[67]*algebraic[63]) algebraic[67] = constants[119]+states[38]+states[53] algebraic[128] = constants[132]*constants[133]*log(constants[68]*algebraic[67]) algebraic[154] = constants[26]*(exp(algebraic[113]/(constants[132]*constants[133]))-exp((algebraic[126]+algebraic[128])/(constants[132]*constants[133]))) rates[35] = (algebraic[146]+algebraic[152])-algebraic[154] rates[38] = algebraic[154] algebraic[129] = constants[132]*constants[133]*log(constants[64]*algebraic[50]) algebraic[102] = constants[128]+states[54] algebraic[143] = constants[132]*constants[133]*log(constants[77]*algebraic[102]) algebraic[153] = constants[132]*constants[133]*log(constants[74]*algebraic[92]) algebraic[155] = constants[28]*(exp(algebraic[129]/(constants[132]*constants[133]))-exp((algebraic[143]+algebraic[153])/(constants[132]*constants[133]))) rates[47] = -algebraic[155] algebraic[101] = constants[132]*constants[133]*log(constants[56]*algebraic[27]) algebraic[156] = constants[27]*(exp((algebraic[126]+algebraic[120])/(constants[132]*constants[133]))-exp(algebraic[101]/(constants[132]*constants[133]))) rates[31] = algebraic[156] rates[36] = (algebraic[146]+algebraic[152])-algebraic[156] rates[37] = algebraic[154]-algebraic[156] algebraic[105] = constants[129]+states[55] algebraic[145] = constants[132]*constants[133]*log(constants[78]*algebraic[105]) algebraic[151] = constants[132]*constants[133]*log(constants[73]*algebraic[87]) algebraic[157] = constants[29]*(exp((algebraic[143]+algebraic[151])/(constants[132]*constants[133]))-exp(algebraic[145]/(constants[132]*constants[133]))) rates[54] = algebraic[155]-algebraic[157] algebraic[121] = constants[132]*constants[133]*log(constants[61]*algebraic[41]) algebraic[135] = constants[132]*constants[133]*log(constants[51]*algebraic[22]) algebraic[95] = constants[126]+states[51] algebraic[137] = constants[132]*constants[133]*log(constants[75]*algebraic[95]) algebraic[158] = constants[30]*(exp(algebraic[145]/(constants[132]*constants[133]))-exp((algebraic[135]+algebraic[137]+algebraic[121])/(constants[132]*constants[133]))) rates[45] = algebraic[158] rates[55] = algebraic[157]-algebraic[158] algebraic[133] = constants[132]*constants[133]*log(constants[65]*algebraic[53]) algebraic[108] = constants[130]+states[56] algebraic[147] = constants[132]*constants[133]*log(constants[79]*algebraic[108]) algebraic[159] = constants[31]*(exp(algebraic[133]/(constants[132]*constants[133]))-exp((algebraic[147]+algebraic[153])/(constants[132]*constants[133]))) rates[49] = -algebraic[159] rates[59] = algebraic[155]+algebraic[159] algebraic[114] = constants[131]+states[57] algebraic[149] = constants[132]*constants[133]*log(constants[80]*algebraic[114]) algebraic[160] = constants[32]*(exp((algebraic[147]+algebraic[151])/(constants[132]*constants[133]))-exp(algebraic[149]/(constants[132]*constants[133]))) rates[56] = algebraic[159]-algebraic[160] rates[58] = -algebraic[157]-algebraic[160] algebraic[131] = constants[132]*constants[133]*log(constants[63]*algebraic[47]) algebraic[161] = constants[33]*(exp(algebraic[149]/(constants[132]*constants[133]))-exp((algebraic[135]+algebraic[137]+algebraic[131])/(constants[132]*constants[133]))) rates[48] = algebraic[161] rates[57] = algebraic[160]-algebraic[161] algebraic[99] = constants[127]+states[52] algebraic[139] = constants[132]*constants[133]*log(constants[76]*algebraic[99]) algebraic[141] = constants[132]*constants[133]*log(constants[68]*algebraic[67]) algebraic[162] = constants[34]*(exp(algebraic[135]/(constants[132]*constants[133]))-exp((algebraic[139]+algebraic[141])/(constants[132]*constants[133]))) rates[50] = (algebraic[158]+algebraic[161])-algebraic[162] rates[53] = algebraic[162] algebraic[127] = constants[132]*constants[133]*log(constants[62]*algebraic[44]) algebraic[163] = constants[35]*(exp((algebraic[139]+algebraic[137])/(constants[132]*constants[133]))-exp(algebraic[127]/(constants[132]*constants[133]))) rates[46] = algebraic[163] rates[51] = (algebraic[158]+algebraic[161])-algebraic[163] rates[52] = algebraic[162]-algebraic[163] return(rates) def computeAlgebraic(constants, states, voi): algebraic = array([[0.0] * len(voi)] * sizeAlgebraic) states = array(states) voi = array(voi) algebraic[26] = constants[107]+states[19]+states[30] algebraic[43] = constants[132]*constants[133]*log(constants[55]*algebraic[26]) algebraic[27] = constants[108]+states[20]+states[31] algebraic[46] = constants[132]*constants[133]*log(constants[56]*algebraic[27]) algebraic[31] = constants[110]+states[22]+states[32] algebraic[52] = constants[132]*constants[133]*log(constants[58]*algebraic[31]) algebraic[58] = constants[12]*exp((algebraic[43]+algebraic[46])/(constants[132]*constants[133]))-exp(algebraic[52]/(constants[132]*constants[133])) algebraic[0] = custom_piecewise([less(voi , constants[83]) & greater(voi , constants[83]-constants[86]), constants[88]+constants[138]*((voi-constants[83])+constants[86]) , greater_equal(voi , constants[83]) & less(voi , constants[83]+constants[85]), constants[87]+constants[88] , less(voi , constants[83]+constants[86]+constants[85]) & greater_equal(voi , constants[83]+constants[85]), constants[88]+-constants[138]*(((voi-constants[83])-constants[86])-constants[85]) , True, constants[88]]) algebraic[24] = algebraic[0]+states[18] algebraic[37] = constants[132]*constants[133]*log(constants[54]*algebraic[24]) algebraic[33] = constants[111]+states[23]+states[34] algebraic[55] = constants[132]*constants[133]*log(constants[59]*algebraic[33]) algebraic[65] = constants[13]*exp((algebraic[52]+algebraic[37])/(constants[132]*constants[133]))-exp(algebraic[55]/(constants[132]*constants[133])) algebraic[29] = constants[109]+states[21]+states[33] algebraic[49] = constants[132]*constants[133]*log(constants[57]*algebraic[29]) algebraic[69] = constants[14]*exp((algebraic[49]+algebraic[46])/(constants[132]*constants[133]))-exp(algebraic[55]/(constants[132]*constants[133])) algebraic[73] = constants[15]*exp((algebraic[43]+algebraic[37])/(constants[132]*constants[133]))-exp(algebraic[49]/(constants[132]*constants[133])) algebraic[41] = constants[112]+states[25]+states[45] algebraic[66] = constants[132]*constants[133]*log(constants[61]*algebraic[41]) algebraic[44] = constants[113]+states[26]+states[46] algebraic[70] = constants[132]*constants[133]*log(constants[62]*algebraic[44]) algebraic[50] = constants[115]+states[28]+states[47] algebraic[77] = constants[132]*constants[133]*log(constants[64]*algebraic[50]) algebraic[83] = constants[16]*exp((algebraic[66]+algebraic[70])/(constants[132]*constants[133]))-exp(algebraic[77]/(constants[132]*constants[133])) algebraic[1] = custom_piecewise([less(voi , constants[84]) & greater(voi , constants[84]-constants[86]), constants[88]+constants[138]*((voi-constants[84])+constants[86]) , greater_equal(voi , constants[84]) & less(voi , constants[84]+constants[85]), constants[87]+constants[88] , less(voi , constants[84]+constants[86]+constants[85]) & greater_equal(voi , constants[84]+constants[85]), constants[88]+-constants[138]*(((voi-constants[84])-constants[86])-constants[85]) , True, constants[88]]) algebraic[35] = algebraic[1]+states[24] algebraic[59] = constants[132]*constants[133]*log(constants[60]*algebraic[35]) algebraic[53] = constants[116]+states[29]+states[49] algebraic[80] = constants[132]*constants[133]*log(constants[65]*algebraic[53]) algebraic[89] = constants[17]*exp((algebraic[77]+algebraic[59])/(constants[132]*constants[133]))-exp(algebraic[80]/(constants[132]*constants[133])) algebraic[47] = constants[114]+states[27]+states[48] algebraic[74] = constants[132]*constants[133]*log(constants[63]*algebraic[47]) algebraic[94] = constants[18]*exp((algebraic[74]+algebraic[70])/(constants[132]*constants[133]))-exp(algebraic[80]/(constants[132]*constants[133])) algebraic[2] = constants[89]+states[0] algebraic[28] = constants[132]*constants[133]*log(constants[36]*algebraic[2]) algebraic[4] = constants[90]+states[2] algebraic[32] = constants[132]*constants[133]*log(constants[38]*algebraic[4]) algebraic[5] = constants[92]+states[3] algebraic[34] = constants[132]*constants[133]*log(constants[39]*algebraic[5]) algebraic[93] = constants[0]*(exp((algebraic[32]+algebraic[28])/(constants[132]*constants[133]))-exp(algebraic[34]/(constants[132]*constants[133]))) algebraic[3] = constants[91]+states[1] algebraic[30] = constants[132]*constants[133]*log(constants[37]*algebraic[3]) algebraic[25] = constants[106]+states[17] algebraic[88] = constants[132]*constants[133]*log(constants[53]*algebraic[25]) algebraic[96] = constants[1]*(exp(algebraic[34]/(constants[132]*constants[133]))-exp((algebraic[32]+algebraic[30]+algebraic[88])/(constants[132]*constants[133]))) algebraic[97] = constants[19]*exp((algebraic[66]+algebraic[59])/(constants[132]*constants[133]))-exp(algebraic[74]/(constants[132]*constants[133])) algebraic[6] = constants[97]+states[4] algebraic[36] = constants[132]*constants[133]*log(constants[40]*algebraic[6]) algebraic[7] = constants[98]+states[5] algebraic[42] = constants[132]*constants[133]*log(constants[41]*algebraic[7]) algebraic[100] = constants[2]*(exp((algebraic[36]+algebraic[28])/(constants[132]*constants[133]))-exp(algebraic[42]/(constants[132]*constants[133]))) algebraic[103] = constants[3]*(exp(algebraic[42]/(constants[132]*constants[133]))-exp((algebraic[36]+algebraic[30]+algebraic[88])/(constants[132]*constants[133]))) algebraic[8] = constants[94]+states[6] algebraic[45] = constants[132]*constants[133]*log(constants[42]*algebraic[8]) algebraic[9] = constants[95]+states[7] algebraic[48] = constants[132]*constants[133]*log(constants[43]*algebraic[9]) algebraic[106] = constants[4]*(exp((algebraic[45]+algebraic[28])/(constants[132]*constants[133]))-exp(algebraic[48]/(constants[132]*constants[133]))) algebraic[109] = constants[5]*(exp(algebraic[48]/(constants[132]*constants[133]))-exp((algebraic[45]+algebraic[30]+algebraic[88])/(constants[132]*constants[133]))) algebraic[10] = constants[99]+states[8] algebraic[51] = constants[132]*constants[133]*log(constants[44]*algebraic[10]) algebraic[13] = constants[101]+states[9] algebraic[54] = constants[132]*constants[133]*log(constants[45]*algebraic[13]) algebraic[111] = constants[6]*(exp((algebraic[51]+algebraic[30])/(constants[132]*constants[133]))-exp(algebraic[54]/(constants[132]*constants[133]))) algebraic[19] = constants[96]+states[13]+states[35] algebraic[72] = constants[132]*constants[133]*log(constants[49]*algebraic[19]) algebraic[112] = constants[9]*(exp((algebraic[32]+algebraic[72])/(constants[132]*constants[133]))-exp(algebraic[36]/(constants[132]*constants[133]))) algebraic[20] = constants[93]+states[14] algebraic[76] = constants[132]*constants[133]*log(constants[50]*algebraic[20]) algebraic[119] = constants[10]*(exp((algebraic[76]+algebraic[32])/(constants[132]*constants[133]))-exp(algebraic[45]/(constants[132]*constants[133]))) algebraic[14] = constants[103]+states[10] algebraic[57] = constants[132]*constants[133]*log(constants[46]*algebraic[14]) algebraic[118] = constants[7]*(exp(algebraic[54]/(constants[132]*constants[133]))-exp((algebraic[51]+algebraic[57])/(constants[132]*constants[133]))) algebraic[22] = constants[104]+states[15]+states[50] algebraic[79] = constants[132]*constants[133]*log(constants[51]*algebraic[22]) algebraic[23] = constants[105]+states[16] algebraic[82] = constants[132]*constants[133]*log(constants[52]*algebraic[23]) algebraic[125] = constants[11]*(exp((algebraic[32]+algebraic[79])/(constants[132]*constants[133]))-exp(algebraic[82]/(constants[132]*constants[133]))) algebraic[18] = constants[100]+states[12] algebraic[68] = constants[132]*constants[133]*log(constants[48]*algebraic[18]) algebraic[17] = constants[102]+states[11] algebraic[64] = constants[132]*constants[133]*log(constants[47]*algebraic[17]) algebraic[124] = constants[8]*(exp((algebraic[51]+algebraic[64])/(constants[132]*constants[133]))-exp(algebraic[68]/(constants[132]*constants[133]))) algebraic[104] = constants[132]*constants[133]*log(constants[58]*algebraic[31]) algebraic[71] = constants[120]+states[39] algebraic[130] = constants[132]*constants[133]*log(constants[69]*algebraic[71]) algebraic[92] = constants[125]+states[44]+states[59] algebraic[140] = constants[132]*constants[133]*log(constants[74]*algebraic[92]) algebraic[142] = constants[20]*(exp(algebraic[104]/(constants[132]*constants[133]))-exp((algebraic[130]+algebraic[140])/(constants[132]*constants[133]))) algebraic[75] = constants[121]+states[40] algebraic[132] = constants[132]*constants[133]*log(constants[70]*algebraic[75]) algebraic[87] = constants[124]+states[43]+states[58] algebraic[138] = constants[132]*constants[133]*log(constants[73]*algebraic[87]) algebraic[144] = constants[21]*(exp((algebraic[130]+algebraic[138])/(constants[132]*constants[133]))-exp(algebraic[132]/(constants[132]*constants[133]))) algebraic[98] = constants[132]*constants[133]*log(constants[55]*algebraic[26]) algebraic[113] = constants[132]*constants[133]*log(constants[49]*algebraic[19]) algebraic[56] = constants[117]+states[36] algebraic[120] = constants[132]*constants[133]*log(constants[66]*algebraic[56]) algebraic[146] = constants[22]*(exp(algebraic[132]/(constants[132]*constants[133]))-exp((algebraic[113]+algebraic[120]+algebraic[98])/(constants[132]*constants[133]))) algebraic[110] = constants[132]*constants[133]*log(constants[59]*algebraic[33]) algebraic[78] = constants[122]+states[41] algebraic[134] = constants[132]*constants[133]*log(constants[71]*algebraic[78]) algebraic[148] = constants[23]*(exp(algebraic[110]/(constants[132]*constants[133]))-exp((algebraic[134]+algebraic[140])/(constants[132]*constants[133]))) algebraic[81] = constants[123]+states[42] algebraic[136] = constants[132]*constants[133]*log(constants[72]*algebraic[81]) algebraic[150] = constants[24]*(exp((algebraic[134]+algebraic[138])/(constants[132]*constants[133]))-exp(algebraic[136]/(constants[132]*constants[133]))) algebraic[107] = constants[132]*constants[133]*log(constants[57]*algebraic[29]) algebraic[152] = constants[25]*(exp(algebraic[136]/(constants[132]*constants[133]))-exp((algebraic[113]+algebraic[120]+algebraic[107])/(constants[132]*constants[133]))) algebraic[63] = constants[118]+states[37] algebraic[126] = constants[132]*constants[133]*log(constants[67]*algebraic[63]) algebraic[67] = constants[119]+states[38]+states[53] algebraic[128] = constants[132]*constants[133]*log(constants[68]*algebraic[67]) algebraic[154] = constants[26]*(exp(algebraic[113]/(constants[132]*constants[133]))-exp((algebraic[126]+algebraic[128])/(constants[132]*constants[133]))) algebraic[129] = constants[132]*constants[133]*log(constants[64]*algebraic[50]) algebraic[102] = constants[128]+states[54] algebraic[143] = constants[132]*constants[133]*log(constants[77]*algebraic[102]) algebraic[153] = constants[132]*constants[133]*log(constants[74]*algebraic[92]) algebraic[155] = constants[28]*(exp(algebraic[129]/(constants[132]*constants[133]))-exp((algebraic[143]+algebraic[153])/(constants[132]*constants[133]))) algebraic[101] = constants[132]*constants[133]*log(constants[56]*algebraic[27]) algebraic[156] = constants[27]*(exp((algebraic[126]+algebraic[120])/(constants[132]*constants[133]))-exp(algebraic[101]/(constants[132]*constants[133]))) algebraic[105] = constants[129]+states[55] algebraic[145] = constants[132]*constants[133]*log(constants[78]*algebraic[105]) algebraic[151] = constants[132]*constants[133]*log(constants[73]*algebraic[87]) algebraic[157] = constants[29]*(exp((algebraic[143]+algebraic[151])/(constants[132]*constants[133]))-exp(algebraic[145]/(constants[132]*constants[133]))) algebraic[121] = constants[132]*constants[133]*log(constants[61]*algebraic[41]) algebraic[135] = constants[132]*constants[133]*log(constants[51]*algebraic[22]) algebraic[95] = constants[126]+states[51] algebraic[137] = constants[132]*constants[133]*log(constants[75]*algebraic[95]) algebraic[158] = constants[30]*(exp(algebraic[145]/(constants[132]*constants[133]))-exp((algebraic[135]+algebraic[137]+algebraic[121])/(constants[132]*constants[133]))) algebraic[133] = constants[132]*constants[133]*log(constants[65]*algebraic[53]) algebraic[108] = constants[130]+states[56] algebraic[147] = constants[132]*constants[133]*log(constants[79]*algebraic[108]) algebraic[159] = constants[31]*(exp(algebraic[133]/(constants[132]*constants[133]))-exp((algebraic[147]+algebraic[153])/(constants[132]*constants[133]))) algebraic[114] = constants[131]+states[57] algebraic[149] = constants[132]*constants[133]*log(constants[80]*algebraic[114]) algebraic[160] = constants[32]*(exp((algebraic[147]+algebraic[151])/(constants[132]*constants[133]))-exp(algebraic[149]/(constants[132]*constants[133]))) algebraic[131] = constants[132]*constants[133]*log(constants[63]*algebraic[47]) algebraic[161] = constants[33]*(exp(algebraic[149]/(constants[132]*constants[133]))-exp((algebraic[135]+algebraic[137]+algebraic[131])/(constants[132]*constants[133]))) algebraic[99] = constants[127]+states[52] algebraic[139] = constants[132]*constants[133]*log(constants[76]*algebraic[99]) algebraic[141] = constants[132]*constants[133]*log(constants[68]*algebraic[67]) algebraic[162] = constants[34]*(exp(algebraic[135]/(constants[132]*constants[133]))-exp((algebraic[139]+algebraic[141])/(constants[132]*constants[133]))) algebraic[127] = constants[132]*constants[133]*log(constants[62]*algebraic[44]) algebraic[163] = constants[35]*(exp((algebraic[139]+algebraic[137])/(constants[132]*constants[133]))-exp(algebraic[127]/(constants[132]*constants[133]))) algebraic[11] = algebraic[2]+algebraic[5]+algebraic[9]+algebraic[7] algebraic[12] = algebraic[4]+algebraic[5]+algebraic[8]+algebraic[9]+algebraic[6]+algebraic[7] algebraic[15] = algebraic[3]+algebraic[13]+states[10] algebraic[16] = algebraic[3]+algebraic[13]+algebraic[14]+algebraic[2]+algebraic[5]+algebraic[7]+algebraic[9] algebraic[21] = algebraic[19]+algebraic[6]+algebraic[7] algebraic[38] = algebraic[24]+algebraic[29]+algebraic[33] algebraic[39] = algebraic[26]+algebraic[29]+algebraic[31]+algebraic[33] algebraic[40] = algebraic[27]+algebraic[31]+algebraic[33] algebraic[60] = algebraic[35]+algebraic[47]+algebraic[53] algebraic[61] = algebraic[41]+algebraic[47]+algebraic[50]+algebraic[53] algebraic[62] = algebraic[44]+algebraic[50]+algebraic[53] algebraic[84] = algebraic[24]+algebraic[33]+algebraic[29]+algebraic[78]+algebraic[81] algebraic[85] = algebraic[26]+algebraic[31]+algebraic[29]+algebraic[33]+algebraic[71]+algebraic[75]+algebraic[78]+algebraic[81] algebraic[86] = algebraic[27]+algebraic[31]+algebraic[33]+algebraic[19]+algebraic[63]+algebraic[71]+algebraic[75]+algebraic[78]+algebraic[81] algebraic[90] = algebraic[26]+algebraic[31]+algebraic[29]+algebraic[33]+algebraic[71]+algebraic[75]+algebraic[78]+algebraic[81] algebraic[91] = algebraic[27]+algebraic[31]+algebraic[33]+algebraic[19]+algebraic[63]+algebraic[71]+algebraic[75]+algebraic[78]+algebraic[81] algebraic[115] = algebraic[35]+algebraic[53]+algebraic[47]+algebraic[108]+algebraic[114] algebraic[116] = algebraic[41]+algebraic[50]+algebraic[47]+algebraic[53]+algebraic[102]+algebraic[105]+algebraic[108]+algebraic[114] algebraic[117] = algebraic[44]+algebraic[50]+algebraic[53]+algebraic[22]+algebraic[99]+algebraic[102]+algebraic[105]+algebraic[108]+algebraic[114] algebraic[122] = algebraic[41]+algebraic[50]+algebraic[47]+algebraic[53]+algebraic[102]+algebraic[105]+algebraic[108]+algebraic[114] algebraic[123] = algebraic[44]+algebraic[50]+algebraic[53]+algebraic[22]+algebraic[99]+algebraic[102]+algebraic[105]+algebraic[108]+algebraic[114] return algebraic def custom_piecewise(cases): """Compute result of a piecewise function""" return select(cases[0::2],cases[1::2]) def solve_model(): """Solve model with ODE solver""" from scipy.integrate import ode # Initialise constants and state variables (init_states, constants) = initConsts() # Set timespan to solve over voi = linspace(0, 10, 500) # Construct ODE object to solve r = ode(computeRates) r.set_integrator('vode', method='bdf', atol=1e-06, rtol=1e-06, max_step=1) r.set_initial_value(init_states, voi[0]) r.set_f_params(constants) # Solve model states = array([[0.0] * len(voi)] * sizeStates) states[:,0] = init_states for (i,t) in enumerate(voi[1:]): if r.successful(): r.integrate(t) states[:,i+1] = r.y else: break # Compute algebraic variables algebraic = computeAlgebraic(constants, states, voi) return (voi, states, algebraic) def plot_model(voi, states, algebraic): """Plot variables against variable of integration""" import pylab (legend_states, legend_algebraic, legend_voi, legend_constants) = createLegends() pylab.figure(1) pylab.plot(voi,vstack((states,algebraic)).T) pylab.xlabel(legend_voi) pylab.legend(legend_states + legend_algebraic, loc='best') pylab.show() if __name__ == "__main__": (voi, states, algebraic) = solve_model() plot_model(voi, states, algebraic)