Unit Commitment: K. Saravanan
Unit Commitment: K. Saravanan
2
UNIT COMMITMENT
K. SARAVANAN
2
3
0 0 0 0 0 0 Infeasible
1 0 0 1 200 50 Infeasible
Spinning reserve
• There may be sudden increase in load, more than what was
predicted.
• Further there may be a situation that one generating unit may
have to be shut down because of fault in generator or any of its
auxiliaries.
• Some system capacity has to be kept as spinning reserve
i) To meet an unexpected increase in demand and
ii) To ensure power supply in the event of any generating unit
suffering a forced outage.
9
Thermal Constraints
Thermal units undergo only gradual temperature changes.
Start up cost
• Energy expended to bring the unit on-line.
• Cooling:
Allows the units boiler to cool down and then heat back
up to operating temperature in time for a scheduled turn-
on.
• Banking:
Requires that sufficient energy be input to the boiler to
just maintain operating temperature
12
cc (1 ) F c f
where
F = Fuel cost
cf =Fixed cost
= Thermal time constant for the Unit
t = time (h) the unit was cooled
13
ct t F c f
where
Time
Start up
dependent start-up cost
Cooling
cost
Banking
Time
15
Other Constraints
1. Hydro-Constraints: Most of the systems have
hydroelectric units also. The operation of hydro units, depend
on the availability of water. Moreover, hydro-projects are
multipurpose projects. Irrigation requirements also determine
the operation of hydro plants.
Solution Methods
• Priority list schemes
• Dynamic Programming
• Lagrange Relaxation
19
Example
The following are data pertaining to three units in a plant.
Unit 1: Min = 150MW, Max. = 600 MW
C1 = 5610 + 79.2 P1 + 0.01562 P12 $ / h
Obtain the priority list using full load average production cost
of each unit .
23
24
Optimal Combinations
Combination Min MW Max MW
2+1+3 300 1200
2+1 250 1000
2 100 400
25
Priority 1 unit
Priority 1 unit + Priority 2 unit
Priority 1 unit + Priority 2 unit + Priority 3 unit
Priority 1 unit + Priority 2 unit + Priority 3 unit + Priority 4 unit
27
Forward DP Approach
The initial conditions are easily specified
Previous history of the unit can be computed at each stage
Fcost (K, I) = Min [Pcost (K, I) + Scost (K-1, L: K, I) + Fcost (K-1, L)]
where
Fcost (K, I) =least total cost to arrive at state (K, I)
Pcost (K, I) = production cost for state (K, I).
Scost (K-1, L: K, I) = transition cost for state (K-1, L)
to state (K, I)
where state (K, I) is the Ith combination in hour K.
28
29