-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add support of dc_power_factor Load Flow Parameter #756
Conversation
Signed-off-by: Damien Jeandemange <damien.jeandemange@artelys.com>
@EtienneLt @geofjamg @obrix help :( this sounded like an easy feature, but I cannot understand what is going on in load flow validation, why/where a zero power factor shows up and causes an exception ... ( while LoadFlow and SecurityAnalysis are ok ...)
|
there was a bug in LoadFlowValidationParameters code, fix: 13e6936 |
Signed-off-by: Damien Jeandemange <damien.jeandemange@artelys.com>
Signed-off-by: Damien Jeandemange <damien.jeandemange@artelys.com>
Please check if the PR fulfills these requirements
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Feature
What is the current behavior?
PyPowSyBl does not have powsybl-core's
dcPowerFactor
load flow parameter (powsybl/powsybl-core#2473)What is the new behavior (if this is a feature change)?
Added dc_power_factor load flow parameter
Does this PR introduce a breaking change or deprecate an API?
Other information: