|
Number of buses | V = zeros(n, n) |
|
Bus voltages | I = zeros(n, n) |
|
Bus currents | y = zeros(n, n) |
|
Bus admittances | S = zeros(n, n) |
|
Complex power | SL = zeros(n, n) |
|
Line losses file get_input m brief Get input from the user This function prompts the user to enter bus | voltages |
|
Line losses file get_input m brief Get input from the user This function prompts the user to enter bus | currents |
|
Line losses file get_input m brief Get input from the user This function prompts the user to enter bus and | admittances [V, I, y] = get_input(n, V, I, y) |
|
file calculate_load_flow m brief Calculate load flow equations This function calculates the load flow equations based on the input | values [P, Q] = calculate_load_flow(n, V, I, y) |
|