polarpower 0.1.0

Power system modeling, simulation and analysis using Polars and Powers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
**Parameter**;**Datatype**;**Explanation**
p_from_mw;float;"active power flow into the line at ""from"" bus [MW]"
q_from_mvar;float;"reactive power flow into the line at ""from"" bus [MVar]"
p_to_mw;float;"active power flow into the line at ""to"" bus [MW]"
q_to_mvar;float;"reactive power flow into the line at ""to"" bus [MVar]"
pl_mw;float;active power losses of the line [MW]
ql_mvar;float;reactive power consumption of the line [MVar]
i_from_ka;float;Current at from bus [kA]
i_to_ka;float;Current at to bus [kA]
i_ka;float;Maximum of i_from_ka and i_to_ka [kA]
vm_from_pu;float;voltage magnitude at from bus
vm_to_pu;float;voltage magnitude at to bus
va_from_degree;float;voltage angle at from bus [degrees]
va_to_degree;float;voltage angle at to bus [degrees]
loading_percent;float;line loading [%]