Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GroundDisconnector not supported during CGMES import #1131

Open
miovd opened this issue Jan 24, 2020 · 3 comments
Open

GroundDisconnector not supported during CGMES import #1131

miovd opened this issue Jan 24, 2020 · 3 comments
Assignees
Labels

Comments

@miovd
Copy link
Contributor

miovd commented Jan 24, 2020

  • Do you want to request a feature or report a bug?
    Feature

  • What is the current behavior?
    GroundDisconnector are ignored during CGMES import.

  • What is the expected behavior?
    GroundDisconnector objects should be imported as switches during CGMES conversion.

  • What is the motivation / use case for changing the behavior?
    It is in CGMES documentation and could be used.

  • Please tell us about your environment:

    • PowSyBl Version: 3.2.0-SNAPSHOT
  • Other information
    It might be necessary to add another SwitchKind (either GROUND_DISCONNECTOR or OTHER) for switches that do not have defined type.

@So-Fras
Copy link
Member

So-Fras commented Oct 26, 2023

Point of attention:
At first glance, nothing prevents someone from creating a switch with the "GROUND_DISCONNECTOR" type between 2 busbar sections. However, it does not make any sense.
Thus, using a new type of disconnector could be seen as a weak way to model ground disconnectors.

@So-Fras
Copy link
Member

So-Fras commented Oct 26, 2023

Another way to model ground disconnectors is to add a new equipment "Ground" and a ground disconnector will just be a disconnector that connects a Ground to the topology.

Question: what kind of equipment would the "Ground" be? It does not look like an Identifiable or an Extendable. Would it be a Singleton? What would be its electrical properties?

NB: in the CGMES import and export, one would have to be careful when converting ground disconnectors. One object in CGMES becomes two objects in IIDM (disconnector + ground)

@So-Fras
Copy link
Member

So-Fras commented Oct 26, 2023

There is another question about the loadflow calculation: what happen if we decide to close the ground disconnector?
Do we take it into account? If yes, how?

NB: in the current configuration, I think that opening or closing the ground disconnector will have no effect on the loadflow since one side of the ground disconnector is connected to "nothing".

@rolnico rolnico mentioned this issue Dec 18, 2023
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants