find_y_bus

Versione 1.0.1 (1,53 KB) da 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 download
Aggiornato 13 giu 2022

Visualizza la licenza

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.

Cita come

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

Compatibilità della release di MATLAB
Creato con R2022a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.1

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

1.0.0