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

Voltage constraints for xward in OPF #546

Open
friederikemeier opened this issue Nov 1, 2019 · 1 comment
Open

Voltage constraints for xward in OPF #546

friederikemeier opened this issue Nov 1, 2019 · 1 comment
Labels
enhancement New feature or request OPF

Comments

@friederikemeier
Copy link
Contributor

Hi,

@lschmelting and I discovered a problem....
If I run an OPF with a net with an xward, I feel like the xward it "out of control".
The problem is, that the internal generator in the ppc can not be controlled from within pandapower...
I can not set constraints, especially the voltage setpoint of the xward should be configurable from pandapower...
@rbolgaryn you may also want to join the discussion on how we are going to handle this?

I suggest, that the xward element gets max_vm_internal_pu and min_vm_internal_pu??? And we then write it into the ppc as voltage constraints for the internal bus?

Our old fashioned workaround à la

net.bus.min_vm_pu[net.xward.bus.at[0]] = net.xward.vm_pu.at[0] -1e-3 net.bus.max_vm_pu[net.xward.bus.at[0]] = net.xward.vm_pu.at[0] +1e-3

Does not work, as this only configures the constraints of the external bus.

@ghost
Copy link

ghost commented Nov 3, 2019

Please check /pull/547.

@lthurner lthurner added the OPF label May 18, 2020
@SteffenMeinecke SteffenMeinecke assigned ghost Nov 10, 2021
@pawellytaev pawellytaev added the enhancement New feature or request label Nov 25, 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 OPF
Projects
None yet
Development

No branches or pull requests

3 participants