find_y_bus

Versión 1.0.1 (1,53 KB) por 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 descargas
Actualizado 13 jun 2022

Ver licencia

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.

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2022a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.0.1

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

1.0.0