powsybl / powsybl-open-rao

A toolbox based on powsybl framework dedicated to power systems coordinated capacity calculation and security analysis projects
Mozilla Public License 2.0
17 stars 6 forks source link

RaoResult: allow exporting flow values in %Imax unit #1046

Open pet-mit opened 4 months ago

pet-mit commented 4 months ago

Describe the current behavior

When exporting a RaoResult object, only AMPERE and MEGAWATT units are supported for flow values

Describe the expected behavior

Also allow wrting flows in %Imax, making all PhysicalParameter.FLOW units supported

Describe the motivation

Genericity + using %Imax makes it easier to see important overloads on the network

Extra Information

No response

phiedw commented 4 months ago

Do you think some processes could also be interested in a %Imax objective function?

pet-mit commented 4 months ago

Do you think some processes could also be interested in a %Imax objective function?

maybe, but it would be a very big effort to implement such an objective function IMO