Lab 1 - Power System Economic Operation
Lab 1 - Power System Economic Operation
1
Task 2: Economic Dispatch
Objective: To carry out economic dispatch using whatever program you are familiar with (Matlab,
Excel, VB, VC, VC++, Java, etc.)
(3 Marks)
Consider a system with 3 units that serve its load. The fuel cost function of one unit is defined by:
Fi Pi ai Pi 2 bi Pi ci
The production cost coefficients and generator constraints are shown in the table below.
Generator ai ($/MW2h) bi ($/MWh) ci ($/h) Pmin (MW) Pmax (MW)
1 (Coal Unit) 0.0020 10 2000 20 120
2 (Coal Unit) 0.0018 8 6000 120 600
3 (Gas Unit) 0.0032 20 950 110 500
The primary objective of this problem is to determine the most economic loadings of these
generators such that the demand in a power system can be met. Assume that the transmission line
constraints and transmission losses are negligible; this problem can be described as an optimization
process with following objective function and equality constraint:
3 3
OBJECTIVE : Min. F Fi Pi ai Pi 2 bi Pi ci
i 1 i 1
P P
i 1
i DEMAND PLOSS 0
a) Please determine the most economic dispatch of these three generators for load from 01:00 am to
12:00 am. Place your results in the Table below. Copy and paste your code in the report. (You
can use interior method, quadratic programming, or other methods)
b) Use Matlab/Excel to plot the total system cost ($/MWh) vs. the corresponding system demand.
c) Determine the cost savings ($/h) for the economic distribution of 300 MW between the 3 units –
compared with equal distribution of the same load.
Hour 1 2 3 4 5 6
Demand (MW) 500 400 300 450 550 600
Hour 7 8 9 10 11 12
Demand (MW) 800 850 1100 1200 1150 1050
2
Task 3: Unit Commitment
Objective: To carry out unit commitment using whatever program you are familiar with (Matlab,
Excel, VB, VC, VC++, Java, etc.)
(4 Marks)
A power system consists of three generators. The coefficient values and loading limits of each
generator are tabulated below.
Ramp Ramp Start Shut
ai bi ci Pmin Pmax Up Down Up Down Initial
Unit
($/MW2h) ($/MWh) ($/h) (MW) (MW) Limit Limit Cost Cost Status
(MW/h) (MW/h) ($) ($)
1 0.0020 10 2000 20 120 50 75 800 2000 +2
2 0.0018 8 6000 120 600 80 120 720 2000 +2
3 0.0032 20 950 200 500 100 150 1000 3000 -2
If the spinning reserve requirement is 5% of the system loading MW capacity, the minimum up and
down time is 2 hours for all units, determine the full generator schedule for the following system
demand over a 3 hours period.
Hour 1 2 3
Demand (MW) 400 550 630
Requirements
1) The assessment is made in accordance with the lab requirements above, combining both
report and code parts;
2) The report should be submitted in hardcopy before 31DEC. 2020. Unless with a valid reason
(such as a medical certificate) late submission will be penalized by 10% for each day late for
up to a maximum 50%. Late submission after the 5th day will not be accepted (0 marks);
3) Plagiarism and cheating will not be tolerated. If two reports have similar plots, results, and
codes etc., they may both get 0 marks and be reported to the school authority.