-
Notifications
You must be signed in to change notification settings - Fork 4
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
Grid 3Bus Example for Phasor Dynamics #59
base: develop
Are you sure you want to change the base?
Conversation
abdourahmanbarry
commented
Feb 17, 2025
- Equations listed out on README.md
- Parameters for the equations
- Solve the problem with IDA
- Verify solution with reference
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good start! The missing pieces are expressions for generator injection currents.
examples/Bus3Phasor/README.md
Outdated
Network interfaces: | ||
```math | ||
V_{d,3} = V_{3,r}\sin(\delta_3) - V_{3,i}\cos(\delta_3) + I_{d,3} R_{a,3} -I_{q,3} X_{qpp,3} | ||
``` | ||
```math | ||
V_{q,3} = V_{3,r}\cos(\delta_3) + V_{3,i} \sin(\delta_3) + I_{d,3}X_{qpp,3} + I_{q,3}R_{a,3} | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The network interface should include expressions for generator injection currents into the bus. Injection currents are used in the equations for
## Generator 3 | ||
Generator connected to bus 3:<br> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generators may have their own labels that do not coincide with bus labels. For simplicity, in this case, you can switch bus 2 and 3 labels.
"indices r and i written before numerical indices" Co-authored-by: pelesh <[email protected]>
"Indices r and i written before numerical indices" Co-authored-by: pelesh <[email protected]>