//Halophenol Model IndVars: T DepVars: P, C2CP, C4CP, C24DCP, C26DCP, C246TCP, C2BP, C4BP, C24DBP, C26DBP, C246TBP, C2B4CP, C2B6CP, C2C4BP, C24DB6CP, C26DB4CP, C246TB3CP, C24DC6BP, C26DC4BP, C246TC3BP, X, C, B, Br Params: P0, C0, Br0, K0, K1, K2, K3, K4, K5, K6, K7, K8, K9, K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K20, K21, K22, K23, K24, K25, K26, K27, K28, K29 P'=-K1*P*C-K2*P*C-K15*P*B-K16*P*B C2CP'=K1*P*C-K3*C2CP*C-K4*C2CP*C-K23*C2CP*B-K24*C2CP*B C4CP'=K2*P*C-K5*C4CP*C-K25*C4CP*B C26DCP'=K4*C2CP*C-K7*C26DCP*C-K27*C26DCP*B C24DCP'=K3*C2CP*C+K5*C4CP*C-K6*C24DCP*C-K26*C24DCP*B C246TCP'=K6*C24DCP*C+K7*C26DCP*C-K8*C246TCP*C-K28*C246TCP*B C2BP'=-K9*C2BP*C-K10*C2BP*C+K15*P*B-K17*C2BP*B-K18*C2BP*B C4BP'=-K11*C4BP*C+K16*P*B-K19*C4BP*B C24DBP'=-K12*C24DBP*C+K17*C2BP*B+K19*C4BP*B-K20*C24DBP*B C26DBP'=-K13*C26DBP*C-K21*C26DBP*B C246TBP'=-K14*C246TBP*C+K20*C24DBP*B+K21*C26DBP*B-K22*C246TBP*B C2B4CP'=K9*C2BP*C+K25*C4CP*B C2B6CP'=K10*C2BP*C+K24*C2CP*B C2C4BP'=K11*C4BP*C+K23*C2CP*B C24DB6CP'=K12*C24DBP*C C26DB4CP'=K13*C26DBP*C+K18*C2BP*B C246TB3CP'=K14*C246TBP*C C24DC6BP'=K26*C24DCP*B C26DC4BP'=K27*C26DCP*B C246TC3BP'=K28*C246TCP*B X'=K8*C246TCP*C+K22*C246TBP*B C'=-K0*C-K1*P*C-K2*P*C-K3*C2CP*C-K4*C2CP*C-K5*C4CP*C-K6*C24DCP*C-K7*C26DCP*C-K8*C246TCP*C-K29*Br*C-K9*C2BP*C-K10*C2BP*C-K11*C4BP*C-K12*C24DBP*C-K13*C26DBP*C-K14*C246TBP*C Br'=-K29*Br*C B'=K29*Br*C-K15*P*B-K16*P*B-K17*C2BP*B-K18*C2BP*B-K19*C4BP*B-K20*C24DBP*B-K21*C26DBP*B-K22*C246TBP*B-K23*C2CP*B-K24*C2CP*B-K25*C4CP*B-K26*C24DCP*B-K27*C26DCP*B-K28*C246TCP*B // Initial conditions T=0.0 P=P0 C2CP=0.0 C4CP=0.0 C24DCP=0.0 C26DCP=0.0 C246TCP=0.0 C2BP=0.0 C4BP=0.0 C24DBP=0.0 C26DBP=0.0 C246TBP=0.0 C2B4CP=0.0 C2B6CP=0.0 C2C4BP=0.0 C24DB6CP=0.0 C26DB4CP=0.0 C246TB3CP=0.0 C24DC6BP=0.0 C26DC4BP=0.0 C246TC3BP=0.0 X=0.0 C=C0 Br=Br0 B=0.0 ***