Bus Admittance Matrix 1
implement bus admittance matrix using matlab, java and python
|
Functions | |
get_complex_input (prompt) | |
main () | |
get_input (n, V, I, y) | |
calculate_lineflow_loss (n, V, I, y) | |
display_output (n, V, I, S, SL) | |
This program calculates lineflows and line losses of a power system by taking line voltages, currents, and Bus Admittance Matrix as input from the user.
lineflow_loss.calculate_lineflow_loss | ( | n, | |
V, | |||
I, | |||
y | |||
) |
lineflow_loss.display_output | ( | n, | |
V, | |||
I, | |||
S, | |||
SL | |||
) |
lineflow_loss.get_complex_input | ( | prompt | ) |
lineflow_loss.get_input | ( | n, | |
V, | |||
I, | |||
y | |||
) |
lineflow_loss.main | ( | ) |