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

Added voltage stability indicators for branches: Fast Voltage Stability Index (FVSI). #215

Draft
wants to merge 16 commits into
base: feature/voltage-stability
Choose a base branch
from

Conversation

tank723
Copy link

@tank723 tank723 commented Jul 23, 2024

Fast Voltage Stability Index (FVSI) for Voltage Stability Analysis in Power Transmission System. https://doi.org/10.1109/SCORED.2002.1033108

Added functions in vs_matrix:

  • getBranchVoltages : Returns voltage sending, receiving
  • getImpedanceMagnitude : Returns Z = (1 / (B2 + G2))
  • getVoltageStabilityIndex : Returns FVSI = 4(Z2 * Qij/Mbase)/(Vi2 * X)

Modified vs_matrix serialwrite function to include FVSI calculations to the branch output.

@tank723 tank723 marked this pull request as draft July 23, 2024 21:07
@tank723 tank723 marked this pull request as ready for review July 23, 2024 21:17
@tank723 tank723 marked this pull request as draft August 12, 2024 19:21
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

Successfully merging this pull request may close these issues.

1 participant