find_y_bus

版本 1.0.1 (1.5 KB) 作者: Zayan Qazi
This is an algorithm that produces the Y bus matrix, deriving line data from an excel file. Just use the file name as the argument.
11.0 次下载
更新时间 2022/6/13

查看许可证

The algorithm assumes that each line has an R,X and a line charging susceptance, B. If your problem requires you to add a ground shunt element, change-
  1. Line 10 - impedances: Store the additional data into the array
  2. Line 11: multiply the additional impedance data by imaginary number if needed
  3. Line 22: In the formula to calculate z (it's actually admittance), Select the additional columns that contain the additional impedance data.
  4. Line 30: In the formula to calculate impedance , Select the additional columns that contain the additional impedance data.

引用格式

Zayan Qazi (2024). find_y_bus (https://www.mathworks.com/matlabcentral/fileexchange/113165-find_y_bus), MATLAB Central File Exchange. 检索来源 .

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

Community Treasure Hunt

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

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

There was a slight mistake in the calculation of the diagonal elements. That is fixed now

1.0.0