/* There are a total of 0 entries in the algebraic variable array. There are a total of 0 entries in each of the rate and state variable arrays. There are a total of 17 entries in the constant variable array. */ /* * CONSTANTS[0] is RT in component param (kJ_per_mol). * CONSTANTS[1] is K_Cl_o in component param (per_mol). * CONSTANTS[2] is K_Cl_i in component param (per_mol). * CONSTANTS[3] is K_HCO3_i in component param (per_mol). * CONSTANTS[4] is K_HCO3_o in component param (per_mol). * CONSTANTS[5] is K_E_o in component param (per_mol). * CONSTANTS[6] is K_ECl_o in component param (per_mol). * CONSTANTS[7] is K_ECl_i in component param (per_mol). * CONSTANTS[8] is K_E_i in component param (per_mol). * CONSTANTS[9] is K_EHCO3_i in component param (per_mol). * CONSTANTS[10] is K_EHCO3_o in component param (per_mol). * CONSTANTS[11] is K_Re1 in component param (mM_per_s). * CONSTANTS[12] is K_Re2 in component param (mM_per_s). * CONSTANTS[13] is K_Re3 in component param (mM_per_s). * CONSTANTS[14] is K_Re4 in component param (mM_per_s). * CONSTANTS[15] is K_Re5 in component param (mM_per_s). * CONSTANTS[16] is K_Re6 in component param (mM_per_s). */ void initConsts(double* CONSTANTS, double* RATES, double *STATES) { CONSTANTS[0] = 2.5; CONSTANTS[1] = 1.34784535e+00; CONSTANTS[2] = 1.34809503e+00; CONSTANTS[3] = 8.37243345e-01; CONSTANTS[4] = 8.37398440e-01; CONSTANTS[5] = 3.42812779e+00; CONSTANTS[6] = 2.30943735e+02; CONSTANTS[7] = 2.50575623e+01; CONSTANTS[8] = 3.71610024e-01; CONSTANTS[9] = 6.15805309e+01; CONSTANTS[10] = 5.68610961e+02; CONSTANTS[11] = 2.16462852e+01; CONSTANTS[12] = 2.43394395e+00; CONSTANTS[13] = 1.99577523e+02; CONSTANTS[14] = 3.21470643e+02; CONSTANTS[15] = 2.19265742e+00; CONSTANTS[16] = 3.48281500e+01; } void computeRates(double VOI, double* CONSTANTS, double* RATES, double* STATES, double* ALGEBRAIC) { } void computeVariables(double VOI, double* CONSTANTS, double* RATES, double* STATES, double* ALGEBRAIC) { }