EE655 Tutorial4 2010
EE655 Tutorial4 2010
1. Show all the calculations and steps clearly. This is not a programming assignment.
2. But you may use your own computer programs for solving parts of the problem. In which case
you are instructed to also explain the logic used in the program.
Problem 1 :
Obtain optimal dispatch solution by formulating an OPF problem for following 3 bus system. Your
objective is to minimize the total cost of generation.
Line data: All lines (1-2, 1-3 and 2-3 with r = 0.005 pu, x = 0.03 pu, b/2 = 0.2 pu).
Bus data: Generators at buses 1 and 3, Load at bus 2 with active power load = 3.5 pu
The cost characteristics are
C1 = 9.2 + 3.9 PG1 + 1.2 PG12 pu
C2 = 7.6 + 3.0 PG2 + 0.8 PG22 pu
Where PGi is the power generated at bus i.
Make following assumptions
1) The voltage magnitudes at all the buses are held at 1.0 pu by appropriate reactive support
2) The generators and lines have very large capacity and hence they do not form a constraint
3) Use PG1 = 1.5 pu as initial value
Identify control variables, state variables, formulate the OPF problem and solve one iteration.
Problem 2 :
Consider the following four-bus and five-line system. All the line impedances are shown in per unit.
There are two generators, say G1 and G2, connected at Buses 1 and 4, respectively. The cost functions
of these generators are shown below. The total load on the system is 300 MW which is distributed in
5:1 ratio over Buses 2 and 3. The capacity of Line 1-4 is given as 40 MW and the capacities of other
lines are large enough not to bind the generation scheduling. By using the DC power flow
approximation, find out the optimal generation schedules respecting the line flow limits. Now
determine the optimal generation schedules without considering any network limit. Compare the two
results. Also determine the line flows for both the cases. In any case, you need not to worry about the
upper and lower limits of the power outputs of generators.
Cost functions:
C1(PG1) = 0.004 PG12 + 8 PG1 + 40
C2(PG2) = 0.0048 PG22 + 6.4 PG2 + 50
= End of Tutorial =