How to calculate the sensitivity/PTDF matrix of a network #1632
Replies: 7 comments
-
Hi, What you can do is to extract those values from jacobian matrix directly. Please do comment if you were able to analyse and do this. My suggestion is to take a small network and debug Newton raphson matrix creation, then extract those jacobian matrix ratios. Pls post the analysis I am intrested in this too |
Beta Was this translation helpful? Give feedback.
-
maybe this helps: https://github.com/e2nIEE/pandapower/blob/develop/tutorials/internal_datastructure.ipynb |
Beta Was this translation helpful? Give feedback.
-
Exactly |
Beta Was this translation helpful? Give feedback.
-
@AnkurArohi , @ascheidl Thanks a lot, your feedbacks would be helpful. I have another question, since I'm working with timeseries , how to get the jacobian matrix for every time slot? |
Beta Was this translation helpful? Give feedback.
-
That's a good question, |
Beta Was this translation helpful? Give feedback.
-
Alternative you can request a debug analysis method for pandapower so that in debug mode pandapower returns this matrix |
Beta Was this translation helpful? Give feedback.
-
you can either define your own "run" function that replaces pp.runpp and pass it as the "run" parameter to run_timeseries, or define your own controller for that (see the tutorial "defining a controller"). |
Beta Was this translation helpful? Give feedback.
-
Is it possible to calculate the sensitivity matrix in pandapower? , I'm trying to find out how the node's voltage is sensitive to the variation of the active power in the other nodes. Then, I will apply active power curtailment to the prosumers who cause the voltage rise accordingly. To be more specific, I'm using IEEE European LVDN. I've 55 nodes with connected prosumers. Therefore, in order to avoid the voltage constraint violation, active power curtailment should be applied. In this context, how to calculate the sensitivity matrix. Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions