% Six-Units Test System No.1 with Ramp-Rate Limits, Prohibited- % Operating Zones, and Valve-Point Loading Effects % This data is entered by: Ali R. Al-Roomi in the 2nd of May, 2016 % Refer to http://www.al-roomi.org for more details about this system % The system data n=6; % number of units Load=1263; % Load Demand (in MW) Pmin=[100;50;80;50;50;50]; % for P1, P2, ..., Pn (in MW) Pmax=[500;200;300;150;200;120]; % for P1, P2, ..., Pn (in MW) % Fuel-Cost Curves Coefficients a=[240;200;220;200;220;190]; % for unit 1, 2, ..., n b=[7.0;10.0;8.5;11.0;10.5;12.0]; % for unit 1, 2, ..., n c=[0.0070;0.0095;0.0090;0.0090;0.0080;0.0075]; % for unit 1, 2, ..., n % Valve-Point Loading Effects Coefficients d=[300;200;150;150;150;150]; % for unit 1, 2, ..., n e=[0.031;0.042;0.063;0.063;0.063;0.063]; % for unit 1, 2, ..., n % Ramp-Rate Limits Pnow=[440;170;200;150;190;110]; % for unit 1, 2, ..., n UR=[80;50;65;50;50;50]; % for unit 1, 2, ..., n DR=[120;90;100;90;90;90]; % for unit 1, 2, ..., n % Prohibited Zones PZL1=[210;90;150;80;90;75]; % 1st Lower Limit of Prohibited Zone 1 PZU1=[240;110;170;90;110;85]; % 1st Upper Limit of Prohibited Zone 1 PZL2=[350;140;210;110;140;100]; % 2nd Lower Limit of Prohibited Zone 2 PZU2=[380;160;240;120;150;105]; % 2nd Upper Limit of Prohibited Zone 2 % B-Coefficients Bij=[0.0017,0.0012,0.0007,-0.0001,-0.0005,-0.0002;... 0.0012,0.0014,0.0009,0.0001,-0.0006,-0.0001;... 0.0007,0.0009,0.0031,0.0000,-0.0010,-0.0006;... -0.0001,0.0001,0.0000,0.0024,-0.0006,-0.0008;... -0.0005,-0.0006,-0.0010,-0.0006,0.0129,-0.0002;... -0.0002,-0.0001,-0.0006,-0.0008,-0.0002,0.0150]; B0i=0.001*[-0.3908,-0.1297,0.7047,0.0591,0.2161,-0.6635]; B00=0.056;