Package pypower :: Module makeB
[hide private]
[frames] | no frames]

Module makeB

source code

Builds the FDPF matrices, B prime and B double prime.

Functions [hide private]
 
makeB(baseMVA, bus, branch, alg)
Builds the FDPF matrices, B prime and B double prime.
source code
Variables [hide private]
  __package__ = 'pypower'
Function Details [hide private]

makeB(baseMVA, bus, branch, alg)

source code 

Builds the FDPF matrices, B prime and B double prime.

Returns the two matrices B prime and B double prime used in the fast decoupled power flow. Does appropriate conversions to p.u. alg is the value of the PF_ALG option specifying the power flow algorithm.

See Also: fdpf

Authors:
Ray Zimmerman (PSERC Cornell), Richard Lincoln