8000 Run SCOPF with numerical circuit · Issue #364 · SanPen/GridCal · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Run SCOPF with numerical circuit #364

New issue

Have a question about t 8C29 his 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

Open
JosepFanals opened this issue Apr 14, 2025 · 0 comments
Open

Run SCOPF with numerical circuit #364

JosepFanals opened this issue Apr 14, 2025 · 0 comments
Assignees

Comments

@JosepFanals
Copy link
Collaborator

The workflow is:

  1. Compile an initial NumericalCircuit instance nc with compile_numerical_circuit_at().
  2. Modify nc to include contingencies through nc.set_con_or_ra_status().
  3. Pass the nc to each master problem (MP) and subproblem (SP), instead of grid. Get inspiration from ac_opf_new.py.
  4. For each MP and SP, split the circuit into inslands with nc.split_into_islands().
  5. If a given island has no slack bus, i.e. len(island.vd) is not greater than 0, discard it. Check how it is done in power_flow_worker.py L841 and replicate it for the SCOPF.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0