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

Module makeAang

source code

Construct constraints for branch angle difference limits.

Functions [hide private]
 
makeAang(baseMVA, branch, nb, ppopt)
Construct constraints for branch angle difference limits.
source code
Variables [hide private]
  __package__ = 'pypower'
Function Details [hide private]

makeAang(baseMVA, branch, nb, ppopt)

source code 

Construct constraints for branch angle difference limits.

Constructs the parameters for the following linear constraint limiting the voltage angle differences across branches, where Va is the vector of bus voltage angles. nb is the number of buses:

   lang <= Aang * Va <= uang

iang is the vector of indices of branches with angle difference limits.

Authors:
Ray Zimmerman (PSERC Cornell), Carlos E. Murillo-Sanchez (PSERC Cornell & Universidad Autonoma de Manizales), Richard Lincoln