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

Modelling transformers with asymmetric charged susceptance #2461

Open
3 of 4 tasks
eperim opened this issue Nov 25, 2024 · 8 comments
Open
3 of 4 tasks

Modelling transformers with asymmetric charged susceptance #2461

eperim opened this issue Nov 25, 2024 · 8 comments
Assignees
Labels
feature help wanted! We are looking for contributions from the community to help with this issue question Further information is requested

Comments

@eperim
Copy link

eperim commented Nov 25, 2024

Feature Checklist

Issue

Pandapower offers two approaches to modelling transformers: one is to use a symmetric pi-model, with equal susceptance values on each terminal; the other is to use a t-model, with the susceptance in the centre. Looking at the source code, it seems that both models ultimately get translated into a symmetric pi-model.

However, it is not uncommon for asymmetric models to be employed, particularly one in which the charged susceptance is applied only on the tap side. Is there any way to simulate this kind of model within Pandapower? Or does it fundamentally require using symmetric transformer models?

Label

  • Relevant labels are selected
@vogt31337 vogt31337 added help wanted! We are looking for contributions from the community to help with this issue feature question Further information is requested labels Nov 25, 2024
@vogt31337
Copy link
Contributor

@pawellytaev what is your opinion on this?

@eperim I am not sure I think there are already some efforts on this regard. What exactly is your use case?

@eperim
Copy link
Author

eperim commented Nov 25, 2024

@vogt31337 I am collaborating with people that use proprietary software which models transformers with the shunt only on the tap side, and that is introducing some significant discrepancies on the power flows I get using pandapower. Ideally, if I could specify two susceptance values, one on the HV side and another on the LV side, I'd be able to reproduce their results.

@vogt31337
Copy link
Contributor

Hmm I think there IS some development in that direction. Maybe you can "emulate" that behaviour by adding additional impedances / lines behind the Transformer, I think there are "easy" workarounds...
Maybe @pawellytaev knows more.

@pawellytaev pawellytaev self-assigned this Nov 25, 2024
@pawellytaev
Copy link
Contributor

Hey @eperim , currently pandapower doesn't support asymmetric admittances for trafos. However, we are planning to have this as a feature in the future, but haven't started it yet. In the current develop branch we have already added the G_ASYM and B_ASYM as additional columns to the ppc['branch'] table which gives us the possibility to have this feature.

We have added asymmetric admittances to the impedance element https://pandapower.readthedocs.io/en/latest/elements/impedance.html#pandapower.create_impedance (new parameters gf_pu, gt_pu, bf_pu, bt_pu) where you have asymmetric admittances. So you can try and emulate your case with this one (only works for trafos with phase shift = 0, since impedance elements don't have a phase shift in pandapower)

@pawellytaev
Copy link
Contributor

pawellytaev commented Nov 25, 2024

Do you see asymmetric admittances relevant both for 2w and 3w-trafos? I have personally only seen this in other software in their 3w-trafo model

@eperim
Copy link
Author

eperim commented Nov 26, 2024

@pawellytaev Thanks for the info. Unfortunately, I'm also dealing with transformers that are phase shifters. Think I'm out of luck =/

In the case I am dealing with, the admittance is asymmetric for both the 2w and the 3w transformers. I wouldn't know how common this is, though.

@pawellytaev
Copy link
Contributor

Hm, do you know the use case of trafos with asymmetric admittances? I can't think of a specific reason why one would model them this way in a pi equivalent circuit.

@eperim
Copy link
Author

eperim commented Nov 28, 2024

I don't, but I am not a power systems (or electrical) engineer, so I am not really the best person to answer that. In the specific case I am dealing with, it's not just asymmetric, but it has no added shunt at all on the side opposite to the tap (not sure if that makes it more reasonable than modelling it with just a general asymmetric model or not, when it comes to the physics of the component).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature help wanted! We are looking for contributions from the community to help with this issue question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants