Add REGFM_C1 and REPCGFM_C1 hybrid converter model#652
Open
zilinzhuang wants to merge 8 commits into
Open
Conversation
… repcgfmc1.py change the case parameter of npcc.xlsx
…r-unit values both internal and external to the model, and resolving issues related to initialization current limiting and slow initialization.
8d8aafd to
6f62228
Compare
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.
Summary
This pull request adds implementation support for the WECC/UNIFI hybrid grid-forming inverter-based resource models:
REGFM_C1: hybrid GFM/GFL inverter model
REPCGFM_C1: plant controller model for REGFM_C1
The implementation follows the standard-library hybrid GFM control structure, where the GFM branch and GFL branch operate in parallel in one inverter, and the plant controller dispatches active/reactive power commands to the GFL branch and voltage/frequency references to the GFM branch.
By adding REGFM_C1 and REPCGFM_C1, this pull request extends the renewable generator/converter model family in ANDES to support hybrid GFL/GFM inverter-based resource modeling. I hope this contribution can be useful for future renewable integration and grid-forming converter studies.
Main changes
Added the REGFM_C1 model implementation.
Added the REPCGFM_C1 plant controller implementation.
Added model parameters, services, states, algebraic variables, and initialization logic.
Added support for active/reactive power paths, voltage/frequency reference generation, loss compensation, and FFR-related logic.
Validation
I tested the models with a hybrid converter case based on the SMIB, IEEE 14-bus, NPCC 140-bus system.