Modelling of PV nodes while converting pandapower network not possible #62
-
I would like to model the generators in pandapwoer as PV nodes in pgm but I get an error that they cannot be modellled, is there something I am missing or if I have to do it manually I do not see a PV type bus class in generic generators. Please help |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hi @AnkurArohi, The PowerGridModel does not support PV nodes yet as we currently mainly focus on distribution grids, while TSO's are more tailored towards transmission grids. We have PowerGridModel/power-grid-model#185 to track the PV nodes. However, given that we are a community-driven project, if you are willing to contribute, you are also more than welcome to do so (we will support any way we can). Otherwise, we can see if we can prioritize the issue again. Can you please upvote the issue? The more upvotes, the more likely it is to be prioritized. c.c. @petersalemink95 EDIT: I originally linked the wrong issue. I updated it with the correct one. |
Beta Was this translation helpful? Give feedback.
-
Hi @mgovers will it be possible to use static generators (PQ) nodes with voltage regulation, in which the voltage value is set to a particular value(defined from PV nodes). The Q value then has to be kept varying meaning we will need minimalistically speaking these variations
|
Beta Was this translation helpful? Give feedback.
-
Hi @AnkurArohi,
By this this you meant combining a constant PQ generation with a Q(U) regulator, where we should set Q = Q_regulator somehow? |
Beta Was this translation helpful? Give feedback.
Hi @AnkurArohi,
By this this you meant combining a constant PQ generation with a Q(U) regulator, where we should set Q = Q_regulator somehow?
PGM currently has no voltage regulator model either to do this.