Initial Implementation of Subsystem Model for Partition Simulation#492
Draft
abdourahmanbarry wants to merge 34 commits into
Draft
Initial Implementation of Subsystem Model for Partition Simulation#492abdourahmanbarry wants to merge 34 commits into
abdourahmanbarry wants to merge 34 commits into
Conversation
abdourahmanbarry
force-pushed
the
abdou/partitioning_microgrid
branch
from
July 19, 2026 08:27
85a516d to
01a410b
Compare
…es. During partitioning: - BusPartitionInterface connects to the bus partition - ComponentPartitionInterface connects to the component partition
…ample more rebust
abdourahmanbarry
force-pushed
the
abdou/partitioning_microgrid
branch
from
July 24, 2026 02:46
66c58ad to
b48a401
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
In this PR, we introduce the initial implementation of the
SubsystemModelfor partitioned Power Electronics simulation. The implementation provides the infrastructure required to partition Power Electronic networks, and to evaluate subsystem residuals and Jacobians independently. This lays the foundation for implementing co-simulation methods in future pull requests.Proposed changes
SubsystemModelclass to represent an individual partition and aBusPartitionInterfacecomponent to mark partition boundaries.Checklist
-Wall -Wpedantic -Wconversion -Wextra.