Partitioned PowerElectronics Examples - #573
Open
abdourahmanbarry wants to merge 8 commits into
Open
Conversation
nkoukpaizan
force-pushed
the
abdou/partitioned_examples
branch
from
September 8, 2026 17:51
35c0c72 to
414b59b
Compare
abdourahmanbarry
force-pushed
the
abdou/partitioned_examples
branch
from
September 8, 2026 20:30
414b59b to
eae6899
Compare
abdourahmanbarry
requested review from
alexander-novo,
nkoukpaizan and
superwhiskers
September 8, 2026 21:00
7 tasks
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
This pull request adds partitioned
PowerElectronicsexamples to demonstrate the partitioning implementation forPowerElectronicssystems.This is the fourth of four stacked pull requests that split PR #492 into simpler, more manageable chunks.
Proposed changes
The
PartitionMicrogridexample divides the microgrid example into two partitions and uses the resulting subsystems to reconstruct the full system's residuals.The
PartitionScaleMicrogridexample extends this approach to the scalable microgrid example, partitioning the system into an arbitrary number of subsystems and using them for parallel evaluation of the full system's residuals.Checklist
-Wall -Wpedantic -Wconversion -Wextra.Further comments
These partitions can also be evaluated as independent subsystems, providing the foundation for their use in co-simulation.