-
Notifications
You must be signed in to change notification settings - Fork 8
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
Participating parameter in LfBus/LfGenerator #211
Conversation
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is confusing with the participating of LfGenerator. What does it means compared to the generator one?
If the idea is to use it when a bus is not anymore in the component to skip it in the active power participation, why not just call it like 'separated' or 'disconnected' or something related to the fact it is not attached to the component?
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@annetill I'm ok with your changes (can't approve as I'm the author!)
@@ -105,6 +105,7 @@ SecurityAnalysisResult runSync(SecurityAnalysisParameters securityAnalysisParame | |||
|
|||
LoadFlowParameters lfParameters = securityAnalysisParameters.getLoadFlowParameters(); | |||
OpenLoadFlowParameters lfParametersExt = OpenLoadFlowProvider.getParametersExt(securityAnalysisParameters.getLoadFlowParameters()); | |||
lfParametersExt.setThrowsExceptionInCaseOfSlackDistributionFailure(false); //FIXME |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you still add a description to this fixme?
Signed-off-by: Anne Tilloy <anne.tilloy@rte-france.com>
Please check if the PR fulfills these requirements (please use
'[x]'
to check the checkboxes, or submit the PR and then click the checkboxes)Does this PR already have an issue describing the problem ?
No
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
Feature
What is the current behavior? (You can also link to an open issue here)
One should keep track through lists if a LfGenerator / LfBus is participating or not to power control
What is the new behavior (if this is a feature change)?
LfGenerator and LfBus have a parameter to indicate if they participate or not
Does this PR introduce a breaking change or deprecate an API?
No