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

andes/andes/case/npcc/npcc.xlsx In "PQ" and "PV" sheets, why one bus is repeated twice in the column named "bus".? #146

Closed
chenggang2333 opened this issue Jun 7, 2021 · 5 comments
Assignees

Comments

@chenggang2333
Copy link

There are two issues confusing me:

  1. andes/andes/case/npcc/npcc.xlsx
    In "PQ" and "PV" sheets, why one bus is repeated twice in the column named "bus".
    For example, the 23rd and 24th rows in "PQ" sheet; the 53rd and 54th rows in "PQ" sheet; the 55th and 56th rows in "PQ" sheet; the 4th and 5th rows in "PV" sheet.

  2. The NPCC case has 140 buses, why the total number of the PQ, the PV, and the SW buses is not equal to 140?

Thank you for your response. I will be appreciative if you could share the original NPCC 140-bus system data.

@cuihantao
Copy link
Collaborator

You can use the same issue without creating a new one.

It is a misconception to assign a "type" (PQ or PV, or Slack) for a bus. In fact, you can have multiple PQs or multiple PQs with at most one PV on any bus. Milano has a discussion in PSAT's manual (don't remember exactly where it was though).

If multiple PQs are present on the same bus, the program will combine the total P and Q. If one PV and multiple PQs are present, the net P will be calculated by subtracting the load from the generation, and the generator's Q will be calculated after offsetting the PQ's reactive power.

@cuihantao cuihantao removed the bug label Jun 7, 2021
@chenggang2333
Copy link
Author

In andes/andes/tests/npcc/npcc48.dm
This file lists the data about the buses and branches. The number of PQ buses is 83 and the number of PV buses is 46. The total number of the PQ. PV and Slack bus are 130. Why 10 buses are not listed in the code? Are these buses zero injection buses?

@chenggang2333
Copy link
Author

In andes/andes/case/npcc/npcc.xlsx
I suppose that one bus cannot be a PQ and a slack bus simultaneously. In this npcc.xlsx, the bus number is 78 in the 41th row in PQ sheet, and the bus number is also 78 in Slack sheet. I was a little confused about this part. Thank you for your clarifications. ^-^

@cuihantao
Copy link
Collaborator

cuihantao commented Jun 7, 2021

Consider "Slack" as a generator that controls V and angle. You can have such a generator and a PQ load connected to the same bus.

Behind the scene, after the calculation, the PQ load is added to Slack's final power solution.

The issues you mentioned is not an error. You can use ANDES to solve the NPCC system.

@chenggang2333
Copy link
Author

Thanks for your explanation.

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

2 participants