Skip to content

Commit

Permalink
wip.
Browse files Browse the repository at this point in the history
Signed-off-by: parvy <[email protected]>
  • Loading branch information
p-arvy committed Dec 12, 2023
1 parent 9e2a5ef commit 85026f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open-reac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ the following pre-processing blocks are executed to ensure the consistency of th
In order to ensure consistent voltage level limits,
the consistency thresholds `minimal_voltage_lower_bound` and `maximal_voltage_upper_bound` are employed.
They are initialized as follows:
- minimal_voltage_lower_bound = max(${\rm min}_{vl\in SUBSTATIONS}(V_{min}^{vl})$,min_plausible_low_voltage_limit)
- minimal_voltage_lower_bound = max($min_{vl\in SUBSTATIONS}(V_{min}^{vl})$,min_plausible_low_voltage_limit)
- maximal_voltage_upper_bound = ${\rm min}({\rm max_{vl\in SUBSTATIONS}}(V_{max}^{vl}), $ max_plausible_high_voltage_limit$)$
- `minimal_voltage_lower_bound` is set equal to the maximum value between the configurable threshold `min_plausible_low_voltage_limit` (see [3.2](#32-configuration-of-the-run))
and the minimum voltage limit across the entire network (considering all voltage levels).
Expand Down

0 comments on commit 85026f8

Please sign in to comment.