Replies: 1 comment 2 replies
-
Hi, I think if you want to find out the sensitivity dVm_dp, dVm_dq you need the inverse of the Jacobian matrix from NR Powerflow |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Ybus (
net._ppc['internal']['Ybus']
) is a sparse matrix where only the diagonal and a few other elements seem to be non-zero. (afterpp.runpp(net)
).Is there an easy way of making this matrix more "dense"?
In particular I'm interested in using dSbus_dV to find an approximation for how power injection at certain buses will affect the voltage for buses that are located somewhere else in the grid.
Let's say I want to inject power into "bus 31" - and I wonder how the voltage at "bus 14" and "bus 15" will be affected by this (approximately)
Beta Was this translation helpful? Give feedback.
All reactions