PowerGridModel / power-grid-model

Python/C++ library for distribution power system analysis
Mozilla Public License 2.0
142 stars 29 forks source link

[FEATURE] Provide a generic_branch3 #730

Closed petersalemink95 closed 11 hours ago

petersalemink95 commented 12 hours ago

Following the discussion in #642 it was concluded that the implementation of a generic branch could be an addition to Power Grid Model.

We can make a new component generic_branch3, which model a branch3 as a Pi model; i.e. the user can specify:

generic_branch is implemented in #729.

steps to follow

In order to add a new component to Power Grid Model the following steps need to be taken:

Note: the order is recommended, but not necessary

petersalemink95 commented 11 hours ago

Closing the issue, because "generic" three winding transformers should be modelled through three separate generic_branch (#729)