-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Currently cable types in synthetic low-voltage grids are chosen only based on the cumulative load of a feeder while the feeder's voltage drop is not checked. This might explain the relatively high number of grids not converging during power flow analysis.
As a new method, the already implemented equation for calculating the longitudinal voltage in medium-voltage half-rings should be applied to low-voltage grids by
- Finding the longest path of a feeder
- Aggregate all loads of the feeder's leaves / branches to the longest path nodes
- Calculating the longitudinal voltage drop of the longest path
- Iteratively determine a low-voltage cable type which satisfies the max. allowed voltage drop
Also the chosen low-voltage standard cable type / load factor to calculate the number of feeders a low-voltage grid is partitioned to might effect the voltage drop and could be adapted to get more feeders per grid.
Reactions are currently unavailable