powsybl / powsybl-core

A framework to build power system oriented software
https://www.powsybl.org
Mozilla Public License 2.0
123 stars 39 forks source link

[Matpower] Support for bus_name and genfuel optional fields #2036

Open sylvlecl opened 2 years ago

sylvlecl commented 2 years ago

Feature.

Bus names and energy source of generators are not imported.

Matpower import could support standard optional fields "mpc.bus_name" and "mpc.gen_fuel".

See for example https://matpower.org/docs/ref/matpower7.1/most/lib/t/c118swf.html . Bus names do not seem to be unique, so they still cannot be used as identifiers.

Base some processing on generator type, on matpower imported data.

geofjamg commented 2 years ago

mpc.bus_name support is added in #2130