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

Make server respond to simulation requests correctly #3

Open
10 of 13 tasks
zachoooo opened this issue Sep 28, 2020 · 0 comments
Open
10 of 13 tasks

Make server respond to simulation requests correctly #3

zachoooo opened this issue Sep 28, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@zachoooo
Copy link
Contributor

zachoooo commented Sep 28, 2020

To respond to simulation requests correctly we need to complete the following tasks:

  • Correctly parse incoming network elements
    • Extract buses and add to network
    • Extract loads and external grids and add to network
    • Extract lines and connect buses using lines
    • Extract switches and connect to lines
    • Extract transformer and connect to buses
    • Extract storage and connect to buses
    • Extract generators and connect
  • Correctly parse incoming 3 phase network elements
    • Extract asym generator and connect to buses
    • Extract asym load and connect to buses
  • Extract power flow results
  • Respond with results
@zachoooo zachoooo added the enhancement New feature or request label Sep 28, 2020
@zachoooo zachoooo self-assigned this Sep 28, 2020
zachoooo added a commit that referenced this issue Oct 5, 2020
zachoooo added a commit that referenced this issue Oct 6, 2020
see issue #3

this is a breaking change that switches from type to etype
zachoooo added a commit that referenced this issue Oct 6, 2020
zachoooo added a commit that referenced this issue Oct 6, 2020
zachoooo added a commit that referenced this issue Nov 18, 2020
zachoooo added a commit that referenced this issue Nov 18, 2020
zachoooo added a commit that referenced this issue Nov 18, 2020
zachoooo added a commit that referenced this issue Nov 19, 2020
@zachoooo zachoooo removed their assignment May 31, 2022
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

1 participant