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

Reduce number of virtual nodes #190

Open
martinmoraga opened this issue Feb 10, 2023 · 1 comment
Open

Reduce number of virtual nodes #190

martinmoraga opened this issue Feb 10, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@martinmoraga
Copy link
Contributor

The use of virtual nodes in the simulation of larger networks is unpractical. For example, the benchmark IEEE14 has only 14 buses, however, in DPsim the dimension of the admittance matrix is equal to 38x38 (and 76x76 in SP/DP domain!):

  • 14 nodes
  • 24 virtual nodes:
    • each PiLine adds 1 virtual node to the simulation (IEEE14 has 16 PiLines = 16 virtual nodes)
    • each power transformer adds 2 virtual nodes and 3 when considering the resistive losses (IEEE14 has 4 PT = 8 virtual nodes)
@gnakti
Copy link
Contributor

gnakti commented Feb 10, 2023

@m-mirz started in #34 to implement additional models to solve this issue.

@martinmoraga martinmoraga linked a pull request Mar 27, 2023 that will close this issue
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

No branches or pull requests

4 participants