How do I develop a standard 5 Bus System Load Flow in Simulink with the given data?
17 ビュー (過去 30 日間)
古いコメントを表示
Shubhranshu Kumar Tiwary
2017 年 2 月 16 日
コメント済み: Janice Tiong
2017 年 12 月 15 日
Standard 5 Bus System
Bus Data:
Bus No. V delta Gen Gen Load Load
(MW) (MVAR) (MW) (MVAR)
1 1.06 0.00 0 0 0 0 ;
2 1.00 0.00 40 30 20 10 ;
3 1.00 0.00 00 0 45 15 ;
4 1.00 0.00 00 0 40 5 ;
5 1.00 0.00 00 0 60 10;
Line Data:
%----------------r-------x------------b-------Transformation Ratio-----
line = 1 2 0.02 0.06 0.03 1.0;
1 3 0.08 0.24 0.025 1.0;
2 3 0.06 0.18 0.02 1.0;
2 4 0.06 0.18 0.02 1.0;
2 5 0.04 0.12 0.015 1.0;
3 4 0.01 0.03 0.01 1.0;
4 5 0.08 0.24 0.025 1.0;
Line Power Flow Limits:
Line 1 = 175;
Line 2 = 79.87;
Line 3 = 82.5;
Line 4 = 82.5;
Line 5 = 87.5;
Line 6 = 142.88;
Line 7 = 79.87;
I have developed a Fast-Decoupled Load Flow program using the above model and data. To proceed with my work further, I want to develop a Simulink model of the Standard 5 Bus system. I am attaching the diagram for the same. After that I want to use a trained Neural Network to determine state of the system by reading Voltage magnitudes or MW power flow on the lines.
I have tried developing a single phase system for the above model, but I think its faulty. I am not properly acquainted with Simulink. Please help.
0 件のコメント
採用された回答
Janice Tiong
2017 年 12 月 15 日
I need help for this too.Did you solve the problem ?
2 件のコメント
Janice Tiong
2017 年 12 月 15 日
I have problem with coding too. (Command:Unbalanced or unexpected parenthesis or bracket.)
その他の回答 (1 件)
Nakul
2017 年 5 月 30 日
Perform load flow and obtain the bus voltage and angles. Now use three phase voltage source and transmission line with correct data obtained from load flow. If you are interested in steady state result you can use phasor model.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Power and Energy Systems についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!