Power Flow in distribution power networks in presence of DGs
Implementation of Standard Backward Forward Sweep (B/FS) method and Branch Current Based B/FS (BCBBFS) in MATLAB
In order to perform load flow studies on radial distribution networks, Backward-Forward Sweep (BFS) methods are used. On the other hand, when the radial network contains DG units, some modified and improved methods should be used, like the Branch Current Based Backward Forward Sweep (BCBBFS) method.
- To see different load flow methods, read this: https://ijsee.ctb.iau.ir/article_510070_052e005a33bbcfd2339112cf3a34071d.pdf
- The method used in my code is similar to the method mentioned at the link below; however, I've used reactive power updating for PV buses in the outer loop: https://jesit.springeropen.com/articles/10.1186/s43067-021-00031-0
Implementation of the Standard Backward Forward Sweep (B/FS) method and Branch Current Based Backward Forward Sweep (BCBB/FS) for solving power flow in MATLAB, and the code should be able to get any desired balanced three-phase radial network as input by reading the network's information from an Excel file.
In the first report, the problem and solution are displayed, but the BCBBFS code needed a correction, and all results needed validation with Matpower, so they are discussed in the second report.
引用格式
Hamed Najafi (2024). Power Flow in distribution power networks in presence of DGs (https://github.com/HamedNajafi74/BFS_Load_Flow_in_active_distribution_network/releases/tag/1.0.0), GitHub. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Codes
Matpower_Cases
版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0 |