PF#
Type for power flow routines.
Common Parameters: pd
Common Vars: pg
Available routines: DCPF, PFlow, CPF
DCPF#
DC power flow.
Notes#
DCPF is solved with PYPOWER
runpffunction.DCPF formulation is not complete yet, but this does not affect the results because the data are passed to PYPOWER for solving.
Vars#
Name |
Symbol |
Description |
Unit |
Source |
Properties |
|---|---|---|---|---|---|
aBus |
\(a_{Bus}\) |
bus voltage angle |
rad |
Bus.a |
|
pg |
\(p_{g}\) |
actual active power generation |
p.u. |
StaticGen.p |
Parameters#
Name |
Symbol |
Description |
Unit |
Source |
|---|---|---|---|---|
x |
\(x\) |
line reactance |
p.u. |
Line.x |
tap |
\(t_{ap}\) |
transformer branch tap ratio |
float |
Line.tap |
phi |
\(\phi\) |
transformer branch phase shift in rad |
radian |
Line.phi |
pd |
\(p_{d}\) |
active deman |
p.u. |
StaticLoad.p0 |
PFlow#
AC Power Flow routine.
Notes#
AC pwoer flow is solved with PYPOWER
runpffunction.AC power flow formulation in AMS style is NOT DONE YET, but this does not affect the results because the data are passed to PYPOWER for solving.
Vars#
Name |
Symbol |
Description |
Unit |
Source |
Properties |
|---|---|---|---|---|---|
aBus |
\(a_{Bus}\) |
bus voltage angle |
rad |
Bus.a |
|
vBus |
\(v_{Bus}\) |
bus voltage magnitude |
p.u. |
Bus.v |
|
pg |
\(p_{g}\) |
active power generation |
p.u. |
StaticGen.p |
|
qg |
\(q_{g}\) |
reactive power generation |
p.u. |
StaticGen.q |
Parameters#
Name |
Symbol |
Description |
Unit |
Source |
|---|---|---|---|---|
x |
\(x\) |
line reactance |
p.u. |
Line.x |
tap |
\(t_{ap}\) |
transformer branch tap ratio |
float |
Line.tap |
phi |
\(\phi\) |
transformer branch phase shift in rad |
radian |
Line.phi |
pd |
\(p_{d}\) |
active deman |
p.u. |
StaticLoad.p0 |
qd |
\(q_{d}\) |
reactive power load in system base |
p.u. |
StaticLoad.q0 |
CPF#
Continuous power flow.
Still under development, not ready for use.
Vars#
Name |
Symbol |
Description |
Unit |
Source |
Properties |
|---|---|---|---|---|---|
aBus |
\(a_{Bus}\) |
bus voltage angle |
rad |
Bus.a |
|
vBus |
\(v_{Bus}\) |
bus voltage magnitude |
p.u. |
Bus.v |
|
pg |
\(p_{g}\) |
active power generation |
p.u. |
StaticGen.p |
|
qg |
\(q_{g}\) |
reactive power generation |
p.u. |
StaticGen.q |
Parameters#
Name |
Symbol |
Description |
Unit |
Source |
|---|---|---|---|---|
x |
\(x\) |
line reactance |
p.u. |
Line.x |
tap |
\(t_{ap}\) |
transformer branch tap ratio |
float |
Line.tap |
phi |
\(\phi\) |
transformer branch phase shift in rad |
radian |
Line.phi |
pd |
\(p_{d}\) |
active deman |
p.u. |
StaticLoad.p0 |
qd |
\(q_{d}\) |
reactive power load in system base |
p.u. |
StaticLoad.q0 |