Bus Admittance Matrix 1
implement bus admittance matrix using matlab, java and python
Loading...
Searching...
No Matches
Variables
lfeqns.m File Reference

Variables

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)
 

Variable Documentation

◆ admittances

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)

◆ currents

Line losses file get_input m brief Get input from the user This function prompts the user to enter bus currents

◆ I

Bus voltages I = zeros(n, n)

◆ S

Bus admittances S = zeros(n, n)

◆ SL

Complex power SL = zeros(n, n)

◆ V

Number of buses V = zeros(n, n)

◆ values

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)

◆ voltages

Line losses file get_input m brief Get input from the user This function prompts the user to enter bus voltages

◆ y

Bus currents y = zeros(n, n)