Skip to content
Snippets Groups Projects

For the line loading constraint, only the worst condition is necessary to be...

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -19,7 +19,7 @@ For each possible alternative grid topology, the respect of the following constr
* **Voltage limits**: at each node $`(x)`$, the estimated voltage $`\bar{V}_x`$ with a confidence interval of $`3\sigma`$ must remain within the range ±10% of the nominal value $`V_n`$<br>
$`0.9 \cdot V_n < |\bar{V}_x| ± 3\sigma_{V_x} < 1.1 \cdot V_n`$<br>
* **Loading limits**: : for each edge $`(x,y)`$, the estimated line current with a confidence interval of $`3\sigma`$ must remain below the ampacity $`I_{max}`$ of the line or of the overcurrent limit of the transformer in the primary substation<br>
$`|\bar{I}_{x,y}| ± 3\sigma_{I_{x,y}} < I_{max}`$.<br>
$`|\bar{I}_{x,y}| + 3\sigma_{I_{x,y}} < I_{max}`$.<br>
The SR algorithm determines the most optimal solution still using the outcomes of SE, by implementing a Multiple-Criteria Decision Analysis (MCDA) approach, which considers as objectives the simultaneous minimization of (i) total power losses and (ii) the utilization of electrical lines $`\theta_{x,y}`$. This latter aspect indicates the current that can still flow in a line in relation to its maximum value and is computed as:<br>
$`\theta_{x,y} = \frac{I_{max} - |\bar{I}_{x,y}|}{I_{max} } `$<br>
Loading