find_y_bus

Version 1.0.1 (1,53 ko) par 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 téléchargements
Mise à jour 13 juin 2022

Afficher la licence

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.

Citation pour cette source

Zayan Qazi (2024). find_y_bus (https://www.mathworks.com/matlabcentral/fileexchange/113165-find_y_bus), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2022a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.1

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

1.0.0