This flow chart outlines the process for forming the bus impedance matrix from line data. It starts by reading in the number of buses, number of lines, and line data. Then it iterates through each line to populate the [Y-Bus] matrix using the appropriate formulas based on the from and to buses of each line. It checks if the last line has been reached, and once complete, inverts the [Y-Bus] matrix to obtain the [Z-Bus] matrix which is then printed.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
27 views1 page
Is This The Last Line?: Bus Bus
This flow chart outlines the process for forming the bus impedance matrix from line data. It starts by reading in the number of buses, number of lines, and line data. Then it iterates through each line to populate the [Y-Bus] matrix using the appropriate formulas based on the from and to buses of each line. It checks if the last line has been reached, and once complete, inverts the [Y-Bus] matrix to obtain the [Z-Bus] matrix which is then printed.