-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Describe the current behavior
Example case:
- Generator on 10 kV with voltage regulation enabled, 228 kV targetV at remote 225 kV BusBar Section BBS1 in TopologicalNode TN1
- BBS1 in TN1 connects only to BBS2 in TN2 via a closed retained switch
- Lines are connecting from TN2 to rest of the network
The generator is imported with voltage regulation enabled, regulating local terminal at 10 kV with 228 kV targetV, causing load flow convergence issues.
Describe the expected behavior
to be defined:
- current practice in CGMES importer is to avoid defining fictitious equipment and instead try to find an equivalent terminal, however only one TopologicalNode is examined, other topological nodes connected via closed retained switches are ignored, but could be considered.
- the current practice may be considered flawed: in case topology is changed (switches opened or closed) the chosen terminal may not be the relevant one anymore. To solve this we could instead define a fictitious zero loads to represent busbar sections and use this fictitious load terminal to be the regulating terminal.
- or ultimately, disable the voltage control in case of failure to find a proper terminal.
- Longer term solutions could be to either add support of busbar sections model in bus/breaker topology kind (not just node/breaker), or allow configured buses to be used instead of equipment terminals
Describe the steps
See example case.
Environment
PowSyBl core 6.8.1
Relevant Log Output
Could not find any relevant warning in the logs
Extra Information
powsybl-open-loadflow users may want to change parameter minNominalVoltageTargetVoltageCheck from default 20 kV to 0 kV to disable the improperly imported voltage regulation and workaround the load flow convergence issue.