Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update WSCC_9bus_mult examples and implement splitting examples in DP and EMT #322

Merged
merged 19 commits into from
Nov 16, 2024

Conversation

pipeacosta
Copy link
Collaborator

Currently, the examples WSCC_9bus_mult_coupled.cpp and WSCC_9bus_mult_decoupled.cpp don't work when the copies option is greater than zero, due to clone() methods missing in some components. Additionally, the WSCC_9bus_parallel.ipynb Notebook must be fixed because it does not find the CIM files of the scenario. Finally, we want to implement a similar Noteboook, based on the python script decoupling_9bus_existing.py for testing the process for splitting the WSCC 9 bus system using a decoupling line in both the DP and the EMT domains.

@pipeacosta pipeacosta added the enhancement New feature or request label Oct 21, 2024
@pipeacosta pipeacosta self-assigned this Oct 21, 2024
.github/workflows/build_test_linux_fedora.yaml Outdated Show resolved Hide resolved
dpsim-models/include/dpsim-models/Components.h Outdated Show resolved Hide resolved
dpsim-models/src/CMakeLists.txt Outdated Show resolved Hide resolved
dpsim-models/src/SP/SP_Ph1_CurrentSource.cpp Outdated Show resolved Hide resolved
dpsim/examples/cxx/CIM/WSCC_9bus_mult_diakoptics.cpp Outdated Show resolved Hide resolved
dpsim/examples/cxx/CIM/WSCC_9bus_split_decoupled.cpp Outdated Show resolved Hide resolved
@fwege
Copy link
Contributor

fwege commented Nov 15, 2024

I would like to use the copies function for some testing. Is there anything against merging this, except missing code owner reviews?

with Notebook WSCC_9bus_parallel.ipynb.

Signed-off-by: pipeacosta <[email protected]>
Copy link

sonarcloud bot commented Nov 16, 2024

@m-mirz m-mirz merged commit 4585bbc into master Nov 16, 2024
18 checks passed
@m-mirz m-mirz deleted the decoupling-line-cosim branch November 16, 2024 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants