Power Flow in Unbalanced Three-Phase Power Distribution Netw

版本 1.0.3 (472.9 KB) 作者: Alejandro Garces
Several methods for the power flow analysis of power distribution networks for the static case and quasi-dynamic simulation.
549.0 次下载
更新时间 2023/8/3

查看许可证

This set of functions contains several methods for the power flow analysis of power distribution networks for the static case and quasi-dynamic simulation. The European low voltage test feeder is used as an example. However, the program can deal with other systems if the input file is organized correctly. Execute files Example_01.m and Example_02.m to see the use of each function. Example_03 may take some time because it calculates the power flow in 1440 scenarios.
The methods considered are the following:
  • Conventional Newton's method in the real domain.
  • Newton's method in the complex domain
  • Backward-forward sweep algorithm (it is assumed the grid is ordered and the slack is node 1)
  • Fixed-point iteration.
The input file is an excel workbook with six worksheets: lines, line_codes, loads, profiles, coordinates, and general. See the example to identify the information in each file.
The toolbox does not require any functions different from the standard Matlab set, xlsread() for reading excel files and sparse() for creating sparse matrices.
Note: Do not hesitate to contact the author by email if you have any questions.
How to cite:
A. Garcés-Ruiz, “Power Flow in Unbalanced Three-Phase PowerDistribution Networks Using Matlab: Theory,analysis, and quasi-dynamic simulation”, Ingenieria., vol. 27, no. 3, p. e19252, Aug. 2022.
@article{garces_2022,
author={Garces-Ruiz, Alejandro},
title={Power Flow in Unbalanced Three-Phase PowerDistribution Networks Using Matlab: Theory,analysis, and quasi-dynamic simulation},
volume={27},
url={https://revistas.udistrital.edu.co/index.php/reving/article/view/19252},
DOI={10.14483/23448393.19252},
number={3},
journal={Ingenieria},
year={2022},
month={Aug.},
pages={e19252} }

引用格式

Alejandro Garces (2024). Power Flow in Unbalanced Three-Phase Power Distribution Netw (https://www.mathworks.com/matlabcentral/fileexchange/109044-power-flow-in-unbalanced-three-phase-power-distribution-netw), MATLAB Central File Exchange. 检索来源 .

@misc{matlabagarces, title = {Alejandro Garces Matlab exchange}, howpublished = {\url{https://la.mathworks.com/matlabcentral/profile/authors/3009175}}, note = {Accessed: 2022-03-28} }

A. Garcés-Ruiz, “Power Flow in Unbalanced Three-Phase PowerDistribution Networks Using Matlab: Theory,analysis, and quasi-dynamic simulation”, Ingenieria., vol. 27, no. 3, p. e19252, Aug. 2022.

MATLAB 版本兼容性
创建方式 R2019b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.3

Update

1.0.2

Power Flow in Unbalanced Three-Phase Power
Distribution Networks Using Matlab: Theory,
analysis, and quasi-dynamic simulation

1.0.1

1. Improvement in the function that show results
2. Improvement of examples

1.0.0