Roseau_Load_Flow
Roseau_Load_Flow copied to clipboard
ENH: `PowerLoad` modifications
Describe the feature you want. What problem does it solve?
Currently, a PowerLoad
is a real load when the provided active powers are positive and a static generator when the provided active powers are negative.
Describe alternatives you've considered
An alternative could be to create a StaticGenerator
class accepting production powers and to change the PowerLoad
to only accept consumption powers.