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

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

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.

with Notebook WSCC_9bus_parallel.ipynb.

Signed-off-by: pipeacosta <[email protected]>
@pipeacosta pipeacosta added the enhancement New feature or request label Oct 21, 2024
@pipeacosta pipeacosta self-assigned this Oct 21, 2024
Comment on lines 203 to 208
- name: Run Binaries 2/2
run: ./build/dpsim/examples/cxx/WSCC_9bus_split_decoupled

- name: Run Binaries 2/2
run: ./build/dpsim/examples/cxx/WSCC_9bus_split_decoupled_EMT

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@leonardocarreras should we make it also part of build_test_linux_rocky_profiling?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It could be included here too (sounds like a nice suggestion), I would not consider it as blocking issue as we are not running it on every push request

test-examples-1:
name: Test Examples 1/2
needs: [profiling]
uses: sogno-platform/dpsim/.github/workflows/run_and_profile_example.yaml@${{github.ref}}
with:
path: ./build/dpsim/examples/cxx/WSCC_9bus_mult_decoupled
name: WSCC_9bus_mult_decoupled
test-examples-2:
name: Test Examples 2/2
needs: [profiling]
uses: sogno-platform/dpsim/.github/workflows/run_and_profile_example.yaml@${{github.ref}}
with:
path: ./build/dpsim/examples/cxx/WSCC_9bus_mult_coupled
name: WSCC_9bus_mult_coupled

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
Copy link

sonarcloud bot commented Oct 30, 2024

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.

3 participants