REGCA Implementation#415
Open
lukelowry wants to merge 1 commit into
Open
Conversation
pelesh
requested changes
May 27, 2026
pelesh
left a comment
Collaborator
There was a problem hiding this comment.
Blocking this PR until Jacobian implementation in PhasorDynamics is refactored to eliminate deprecated Matrix_COO object.
lukelowry
force-pushed
the
lukel/regca-impl
branch
2 times, most recently
from
May 28, 2026 19:46
b81d2a6 to
78d4d41
Compare
lukelowry
force-pushed
the
lukel/regca-impl
branch
6 times, most recently
from
June 6, 2026 04:15
03b329f to
f4d4e70
Compare
lukelowry
force-pushed
the
lukel/regca-impl
branch
4 times, most recently
from
June 10, 2026 19:52
ada69bc to
89aac1e
Compare
lukelowry
force-pushed
the
lukel/regca-impl
branch
from
June 22, 2026 16:34
89aac1e to
315004e
Compare
lukelowry
force-pushed
the
lukel/regca-impl
branch
4 times, most recently
from
June 26, 2026 00:27
29e4c35 to
9b5681f
Compare
Collaborator
Author
|
This has been rebased and cleaned for consistancy |
lukelowry
force-pushed
the
lukel/regca-impl
branch
2 times, most recently
from
June 26, 2026 13:18
77f83d1 to
f2b5872
Compare
lukelowry
force-pushed
the
lukel/regca-impl
branch
from
July 3, 2026 00:16
f2b5872 to
ab0a8f2
Compare
lukelowry
force-pushed
the
lukel/regca-impl
branch
from
July 9, 2026 16:17
ab0a8f2 to
b3457ec
Compare
7 tasks
lukelowry
force-pushed
the
lukel/regca-impl
branch
2 times, most recently
from
July 17, 2026 00:06
f53b8bc to
9b01981
Compare
lukelowry
force-pushed
the
lukel/regca-impl
branch
from
July 17, 2026 03:11
9b01981 to
098b762
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.
Description
Adds the REGCA renewable generator/converter model to PhasorDynamics, including system-model JSON parsing, signal wiring for optional current-command inputs, monitor support, and Enzyme/dependency-tracking Jacobian coverage.
Proposed changes
Converter/REGCAmodel, data type, CMakeRegcaintoComponentLibrary,SystemModelData,SystemModel, and JSON parsing.Checklist
-Wall -Wpedantic -Wconversion -Wextra.Further comments
Won't add this to any
examplesuntil I haveREECAsince they go together in all cases we have in PowerWorld