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

Negative sign in MVAR Shunt B data different from original paper #153

Open
OriolRaventos opened this issue Aug 24, 2023 · 0 comments
Open

Comments

@OriolRaventos
Copy link

In the paper https://ieeexplore.ieee.org/abstract/document/780914, the buses with MVAR Shunt B different from zero have a positive sign, whereas in the source in this repository it has negative sign.

MATLAB and PandaPower use positive numbers for the load, so I think that they probably need to change the signs of MVAR Shunt B in lines:

bus['Bs'] = b['MVAR Shunt B']

and

buses[ind, 5] = b['MVAR Shunt B']

respectively.

(Or change the sign in the source data in the repositiory.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant