Skip to content

Dyler Sprint#61

Open
KaStephan wants to merge 83 commits into
mainfrom
feature/Dyler
Open

Dyler Sprint#61
KaStephan wants to merge 83 commits into
mainfrom
feature/Dyler

Conversation

@KaStephan

Copy link
Copy Markdown
Contributor

No description provided.

MarcoAnarmo and others added 30 commits August 5, 2025 16:38
… to include those parameters in case of an SOCP
…a wider range of voltage levels and kimit warnings.
…he slack voltage again. Finished reactive power import. Made reactive power import and reactive slack variables SOCP dependend
Replaces the for loop with a while loop. By dynamically calculating the window's end using min(), it ensures that the final, potentially shorter, segment of data is always processed correctly.
The previous logic could crash with a KeyError if a variable from an old window didn't exist in the new one. This commit wraps the fixing call in a try/except block to gracefully handle this, making the process robust. The logic for determining which variables to fix has also been simplified for clarity.
Introduces logic to automatically detect the required k-padding by inspecting the first timestep key from the input data.
BenjaminStoeckl and others added 22 commits December 10, 2025 13:58
…rformance

Improve building model performance
Added the Branch Flow Model for AC-OPF SOCP and separated the different load flow formulations (DC-OPF, AC-OPF Branch Flow Model, AC-OPF Node Injection Model,...)
…rFlow_rule and eSOCP_ReactivePowerFlow_rule to j instead of i.
Updates the branch flow model to correctly implement the
soft voltage constraint.

Removes the old soft voltage constraint formulation from
the node injection model.
Refines the SOCP branch flow model by removing slack variables from the physical voltage drop and line flow equations. Slacks are now correctly applied only to the soft limit constraints to ensure the physics equations use the actual squared voltage magnitude. Also disables dual suffix initialization in the solver setup.
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

Successfully merging this pull request may close these issues.

4 participants