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_branch #729

Open petersalemink95 opened 4 hours ago

petersalemink95 commented 4 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_branch, which models branches as a Pi model; i.e. the user can specify:

Note: except for k, all attributes are given for zero, positive and negative sequence.

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

TonyXiang8787 commented 4 hours ago

@petersalemink95

The user needs to be able to provide the attributes of r, x, g, b, k, theta for positive, negative and zero sequence. So the attribute list is actually 3 times as described.