//Created by libAntimony v2.4 model MultienvironmentExample__MultienvironmentExampleComponent() // Assignment Rules: J := C * D * kf - kr * E; Cpc := R / 602.2; // Rate Rules: C' = - Cpc * J; D' = - J; E' = J; // Variable initializations: C = 200; D = 4; E = 0; kf = 6e-3; kr = 1e-3; t = ; R = 5; end model *MultienvironmentExample____main() // Sub-modules, and any changes to those submodules: MultienvironmentExampleComponent: MultienvironmentExample__MultienvironmentExampleComponent(); end