| Home | Trees | Indices | Help |
|
|---|
|
|
Defines constants for named column indices to bus matrix.
Some examples of usage, after defining the constants using the line above, are:
Pd = bus[3, PD] # get the real power demand at bus 4 bus[:, VMIN] = 0.95 # set the min voltage magnitude to 0.95 at all buses
The index, name and meaning of each column of the bus matrix is given below:
columns 0-12 must be included in input matrix (in case file)
BUS_I bus number (1 to 29997)
BUS_TYPE bus type (1 = PQ, 2 = PV, 3 = ref, 4 =
isolated)
PD real power demand (MW)
QD reactive power demand (MVAr)
GS shunt conductance (MW at V = 1.0 p.u.)
BS shunt susceptance (MVAr at V = 1.0 p.u.)
BUS_AREA area number, 1-100
VM voltage magnitude (p.u.)
VA voltage angle (degrees)
BASE_KV base voltage (kV)
ZONE loss zone (1-999)
VMAX maximum voltage magnitude (p.u.)
VMIN minimum voltage magnitude (p.u.)
columns 13-16 are added to matrix after OPF solution they are typically not present in the input matrix
(assume OPF objective function has units, u)
LAM_P Lagrange multiplier on real power mismatch
(u/MW)
LAM_Q Lagrange multiplier on reactive power
mismatch (u/MVAr)
MU_VMAX Kuhn-Tucker multiplier on upper voltage
limit (u/p.u.)
MU_VMIN Kuhn-Tucker multiplier on lower voltage
limit (u/p.u.)
additional constants, used to assign/compare values in the
BUS_TYPE column
PQ PQ bus
PV PV bus
REF reference bus
NONE isolated bus
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jul 29 18:21:26 2011 | http://epydoc.sourceforge.net |