openego / ding0

DIstribution Network Generat0r
GNU Affero General Public License v3.0
34 stars 7 forks source link

Implementation of VDE-AR-N 4105 for determination of critical nodes in lv grids #300

Closed AnyaHe closed 5 years ago

AnyaHe commented 5 years ago

When determining critical nodes for lv grid reinforcement, we follow the VDE guideline VDE-AR-N 4105 to calculate the voltage drop. Two things are not implemented correctly:

  1. After determining the mv impedance, it has to be translated to low voltage in order to calculate the voltage drop correctly. This is not happening so far.
  2. The impact of power flows caused by generators or loads is only taken into account for nodes lying behind the respective connection point. The nodes lying in front of the grid connection point do not "feel" the power flow induced by the load or generator in the way it is implemented so far. In reality it would induce a voltage drop which has to be taken into account.
AnyaHe commented 5 years ago

ToDos: