Minor correction to ISF definition

pull/33/merge
Alinson S. Xavier 2 years ago
parent b39b14afa4
commit b555f9885a
Signed by: isoron
GPG Key ID: 0DA8E4B9E1109DCA

@ -10,8 +10,8 @@ using SparseArrays, Base.Threads, LinearAlgebra, JuMP
Returns a (B-1)xL matrix M, where B is the number of buses and L is the number
of transmission lines. For a given bus b and transmission line l, the entry
M[l.offset, b.offset] indicates the amount of power (in MW) that flows through
transmission line l when 1 MW of power is injected at the slack bus (the bus
that has offset zero) and withdrawn from b.
transmission line l when 1 MW of power is injected at b and withdrawn from the
slack bus (the bus that has offset zero).
"""
function _injection_shift_factors(;
buses::Array{Bus},

Loading…
Cancel
Save