Bus Admittance Matrix 1
implement bus admittance matrix using matlab, java and python
Loading...
Searching...
No Matches
Functions
lineflow_loss Namespace Reference

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)
 

Detailed Description

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.

Function Documentation

◆ calculate_lineflow_loss()

lineflow_loss.calculate_lineflow_loss (   n,
  V,
  I,
  y 
)

◆ display_output()

lineflow_loss.display_output (   n,
  V,
  I,
  S,
  SL 
)

◆ get_complex_input()

lineflow_loss.get_complex_input (   prompt)

◆ get_input()

lineflow_loss.get_input (   n,
  V,
  I,
  y 
)

◆ main()

lineflow_loss.main ( )