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

Module d2Ibr_dV2

source code

Computes 2nd derivatives of complex branch current w.r.t. voltage.

Functions [hide private]
 
d2Ibr_dV2(Ybr, V, lam)
Computes 2nd derivatives of complex branch current w.r.t.
source code
Variables [hide private]
  __package__ = 'pypower'
Function Details [hide private]

d2Ibr_dV2(Ybr, V, lam)

source code 

Computes 2nd derivatives of complex branch current w.r.t. voltage.

Returns 4 matrices containing the partial derivatives w.r.t. voltage angle and magnitude of the product of a vector LAM with the 1st partial derivatives of the complex branch currents. Takes sparse branch admittance matrix Ybr, voltage vector V and nl x 1 vector of multipliers lam. Output matrices are sparse.

For more details on the derivations behind the derivative code used in PYPOWER information, see:

[TN2] R. D. Zimmerman, "AC Power Flows, Generalized OPF Costs and their Derivatives using Complex Matrix Notation", MATPOWER Technical Note 2, February 2010. http://www.pserc.cornell.edu/matpower/TN2-OPF-Derivatives.pdf

Authors:
Ray Zimmerman (PSERC Cornell), Richard Lincoln