powsybl / powsybl-dynawo

Dynawo integration in powsybl
Mozilla Public License 2.0
3 stars 0 forks source link

[DynaFlow] Report component results #103

Closed sylvlecl closed 2 years ago

sylvlecl commented 2 years ago

Feature.

The dynaflow integration provides an empty list of ComponentResult, in the LoadFlowResult.

We should try to provide information about the executed computations in component results. In particular, knowing the status of the computation on network components will be very important for users.

In particular, being able to know if the computation has been successful or not.

Implementation question Does it require an evolution in DynaFlow to retrieve those informations ?

dimbdr commented 2 years ago

Is this already addressed by the following commit? https://github.com/powsybl/powsybl-dynawo/commit/d0e16263da2cf89820108bfbdceccfffe76cc642

sylvlecl commented 2 years ago

Indeed it is, we can close this issue.

Note however that if dynaflow is able to carry computations on multiple connected components, we could improve it by creating a "component result" for each connected component.

Do you know if that is the case ?

dimbdr commented 2 years ago

Well, I talked to @marcochiaramello, it seems Dynaflow is not ready to bring this feature, yet. I don't have any clue about when it is going to be available.

sylvlecl commented 2 years ago

Ok thanks for the feedback! it's clearly not an issue at the moment.