This code solves the power flow by Halomorphic embedding method.
現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
Run main.m
This solves the power flow problem in 1.NR method in rectangular coordinate system and 2. Halomorphic embedding method.
In this version PV (generator) buses are not considered,.matpower data format is implemented.
For Guidance in this regard contact me .
The results of ieee 6bus wood and wollenberg system is given below.
TheRectangular Power flow results
The power flow converged in 6 iterations
Vmag Vang(deg) P(MW) Q(MVAR)
' 1.0500 0.0000 1.0787 0.1595
1.0500 -3.6709 0.5000 0.7435
1.0700 -4.2730 0.6000 0.8962
0.9894 -4.1957 -0.7000 -0.7000
0.9855 -5.2762 -0.7000 -0.6999
1.0044 -5.9472 -0.7000 -0.6999
t1 =
0.0072
V the rect pf solution VV1 HPFsolution
vol=[V VV1]
vol =
1.0500 + 0.0000i 1.0500 - 0.0000i
1.0478 - 0.0672i 1.0478 - 0.0672i
1.0670 - 0.0797i 1.0670 - 0.0797i
0.9867 - 0.0724i 0.9867 - 0.0724i
0.9813 - 0.0906i 0.9813 - 0.0906i
0.9990 - 0.1041i 0.9990 - 0.1041i
引用
RMS Danaraj (2026). Holomorphic Embedding Power flow (https://jp.mathworks.com/matlabcentral/fileexchange/71019-holomorphic-embedding-power-flow), MATLAB Central File Exchange. に取得済み.
% A. Trias, "The Holomorphic Embedding Load Flow Method", %IEEE Power and Energy Society General Meeting 2011, 22–26 July 2012.
謝辞
ヒントを得たファイル: Rectangular Power Flow for matpower data format.
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0 |
