Download presentation
Presentation is loading. Please wait.
1
Optimum Dispatch of Capacitors in Power Systems
The Hong Kong Polytechnic University Department of Electrical Engineering Optimum Dispatch of Capacitors in Power Systems Final Year Project Higher Diploma In Electrical Engineering FAN Ming Yiu IP Ching To D D
2
Problem formula
3
Problem formula Objective:
Minimize π π‘ππ‘ππβπππ π = βπ=0 23 π πΏππ π (βπ,π(βπ)) Constrains: Β π π = π πππ Β±6% πππ π=0,1,2β¦, π ππππ βπ=0 23 ππ(π)β€πΎ πππ π=0,1,2,β¦, π πππππππ‘ππ
4
Distribution system model
5
Power flow solution: Direct Gauss Method
Pros: -idea is simple Cons: -The number of iterate is growing as the system size is growing.
6
Power flow solution: Newton-Raphson Method
Pros: -less number of iteration is need for a large size of distribution system Cons: -Computing cost is high for Taylorβs series expansion matrix.
7
Power flow solution: Fast Decoupled Power-Flow Method
Pros: -the computing time is very fast as the complexity of calculation is low Cons: -the method is based on some assumption, which means the result should be slightly different to the real situation.
8
Power flow solution: Conclusion
Distribution model is small size and simple Direct Gauss Method is used Simple Faster construction
9
Optimize method: Branch and Bound Algorithm:
Build up a BnB tree Branch the root with adding one specific situation. Heapifty BnB tree with Heapsort Repeat above two step until complete solution .
10
Optimize method: Branch and Bound Algorithm:
Pros: -Compute time is less in general case. Cons: -The compute time on same complexity problem can be huge different because of the unstable compute time of Branch and Bound. -The additional operation of heapsort are required and caused increase the compute time
11
Optimize method: Dynamic Programming Algorithm
breaking the problem in to sub-problems Solves and save the sub-problems one by one. Recursion to get the solution
12
Optimize method: Dynamic Programming Algorithm
Pros: -Very stable compute time Cons: -Many unnecessary nodes generated and occupy the major compute time on handling the node operation. -Large memory space is need for saving sub-problem
13
The optimize method: Conclusion of choosing
Branch and bound ->trying data systematically Dynamic Programming ->calculating all possible solutions. stable compute time> small advantage of faster compute time.
14
Methodology: a program of generate optimal capacitor dispatch schedule is developed. Direct Gauss Method to calculate the power flow solution, Dynamic Programming to optimize solution of capacitor state. C++ as programing langue object-orientated programing Support pointer
15
Methodology: modify of problem
Total power loss of a day->sum of power loss at each hour(sub-problem) For dynamic programming the on/off capacitor state-> the number of operation For minimize memory space
16
Methodology: Structure
optimal solution finder power flow solution solver
17
Methodology: Part 1: Read raw data
import the essential raw data from 2 external file system characteristic power Load reduce the time of data inputting In fixed format and fixed sequence
18
Methodology: Part3: Generate node
Will generate all nodes at each state Β π ππππ = (π+1) π πππ πππ π<πΎ,π=0,1β¦,23 π ππππ = (πΎ+1) π πππ πππ πβ₯πΎ allocating memory Part4: Initiate state
19
Methodology: Part5: Allocate capacitor state
generate all combination of the capacitor operation allocate the capacitor state to node one by one
20
Power Loss Calculation
Power loss and voltage calculated Direct Gauss iterative Method used Ignore power loss of line at the first time iteration End iteration if solution converges
21
Methodology: Part7: Node Linking
Find out the optimal pervious node by compare all pervious capacitor state
22
Methodology: Part7: Node Linking
Update the pervious pointer Update the accumulate power loss sum of the self-real power line loss the pervious accumulated real power line loss.
23
Methodology: Part8: Generate Schedule
Find the optimal node at stage 3 Forward recursion for the node until complete schedule generated
24
Result and finding
25
Variable #N: Number of nodes (including the base voltage point)
#Bn: Line impedance component of section that from node n to node (n+1) (left is resistance, right is reactance) #num_C: Number of shunt capacitor banks #C_posn: Position of the shunt capacitor banks (n starts from 0) #C_Varn: The var rating of the shunt capacitor banks (n starts from 0) #base_V: The base voltage (voltage entering the distribution feeder) #Max_op: Maximum operation of each shunt capacitor banks (value K)
26
Result and finding Computing time: K=1 K=2 K=3
27
Result and finding t K -Large number of comparison of cases occur causing the exponential increase of computing time
28
Result and finding Number of section increase ,the computing time will also increase Number of section =8
29
Result and finding Changing the location of capacitor banks does not affect the computing time. But the power loss may be different due to different power factor correction
30
Result and finding Sometimes the power loss may be larger even with capacitor banks of higher KVAr rating W loss 250KVAr W loss 500KVAr W loss 1000KVAr Other variables are unchanged
31
Result and finding LP j = π
π [ π 2 π2 + π 2 (π2)] π(π2) 2
Q (m2) ^2=(Qload - Qcapacitor)^2 If Q (m2) is a small +ve or βve number, power loss will be small If Qcapacitor so large, Q (m2) become a large negative number, the power loss will be so high
32
Result and finding The value of K increases, the power loss will decrease 261169W K=1 254119W K=2 253170W K=3
33
Result and finding The shunt capacitor banks can provide a more flexible arrangement of the power factor correction.
34
End
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.