Skip to content

Add voltage unbalance calculation#142

Merged
alihamdan merged 3 commits intodevelopfrom
vuf
Oct 30, 2023
Merged

Add voltage unbalance calculation#142
alihamdan merged 3 commits intodevelopfrom
vuf

Conversation

@alihamdan
Copy link
Member

Closes #136

Add method res_voltage_unbalance to 3-phase buses that calculates the voltage unbalance factor. Note that this is a method, not a property, so that we can support more standards in the future by passing arguments to this method.

Voltage unbalance does not make sense for non 3-phase buses thus we raise an error with a helpful message.

I also fixed the symmetrical to phasor converters to preserve the shape of the input array.

@alihamdan alihamdan added the enhancement New feature or request label Oct 30, 2023
@alihamdan alihamdan self-assigned this Oct 30, 2023
Copy link
Member

@benoit9126 benoit9126 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A comment on the unit of the result which could be added to avoid confusion.

@alihamdan alihamdan merged commit 2857e43 into develop Oct 30, 2023
@alihamdan alihamdan deleted the vuf branch October 30, 2023 16:53
@benoit9126 benoit9126 mentioned this pull request Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ENH: Voltage Unbalance Factor (VUF)

2 participants