Stabilizer Docs + IEEEST Implementation#365
Merged
nkoukpaizan merged 8 commits intodevelopfrom Apr 17, 2026
Merged
Conversation
Added README.md for IEEEST model documentation, including model parameters, variables, and equations.
This was referenced Apr 12, 2026
abirchfield
requested changes
Apr 15, 2026
Collaborator
abirchfield
left a comment
There was a problem hiding this comment.
Looks great! Two issues with the documentation: the figure on the PSS1A model doesn't show, and the table on the IEEEST model doesn't render correctly on github.
Updated image source path for PSS1A model in README.
Updated the README.md to include model parameters for the IEEEST stabilizer. Not sure why it rendered correctly in VS Code.
Collaborator
Author
|
@abirchfield @pelesh Updated! VSCode and GitHub rendering differently is strange. |
abirchfield
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Cleaned the Stabilizer folder in the PhasorDynamics to align it with the other models' folder structures. The documentation and implementation, or IEEEST, was also added.
This is one of the last essential models we need to faithfully model some of the larger cases. It's best to implement this before creating rigorous tests for big cases.
Proposed changes
Stabilizer/PSS1Afor the existing doc has been partially cleaned but not validatedStabilizer/IEEESTwith docs which should be the first stabilizer implemented.IEEET1,vs.Checklist
-Wall -Wpedantic -Wconversion -Wextra.Further comments
I have an uncommitted
GENROUsaturation fix and WECC 240 case that are pending this model!The input signal delay is not implemented and is discussed in #369 . not a blocker