You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`control_side`| {py:class}`BranchSide <power_grid_model.enum.BranchSide>` if the regulated object is a {hoverxreftooltip}`user_manual/components:transformer` and {py:class}`Branch3Side <power_grid_model.enum.Branch3Side>` if it the regulated object is a {hoverxreftooltip}`user_manual/components:Three-Winding Transformer`| - | the controlled side of the transformer |✨ only for power flow |❌||
810
-
|`u_set`|`double`| volt (V) | the voltage setpoint (at the center of the band) |✨ only for power flow |✔|`>= 0`|
811
-
|`u_band`|`double`| volt (V) | the width of the voltage band ($=2*\left(\Delta U\right)_{\text{acceptable}}$) |✨ only for power flow |✔|`> 0` (see below) |
812
-
|`line_drop_compensation_r`|`double`| ohm (Ω) | compensation for voltage drop due to resistance during transport (see [below](#line-drop-compensation)) |❌ default `0.0`|✔|`>= 0`|
813
-
|`line_drop_compensation_x`|`double`| ohm (Ω) | compensation for voltage drop due to reactance during transport (see [below](#line-drop-compensation)) |❌ default `0.0`|✔|`>= 0`|
807
+
| name | data type | unit | description | required | update |valid values|
|`control_side`| {py:class}`BranchSide <power_grid_model.enum.BranchSide>` if the regulated object is a {hoverxreftooltip}`user_manual/components:transformer` and {py:class}`Branch3Side <power_grid_model.enum.Branch3Side>` if it the regulated object is a {hoverxreftooltip}`user_manual/components:Three-Winding Transformer`| - | the controlled side of the transformer |✨ only for power flow |❌|`control_side` should be the relatively further side to a source|
810
+
|`u_set`|`double`| volt (V) | the voltage setpoint (at the center of the band) |✨ only for power flow |✔|`>= 0`|
811
+
|`u_band`|`double`| volt (V) | the width of the voltage band ($=2*\left(\Delta U\right)_{\text{acceptable}}$) |✨ only for power flow |✔|`> 0` (see below)|
812
+
|`line_drop_compensation_r`|`double`| ohm (Ω) | compensation for voltage drop due to resistance during transport (see [below](#line-drop-compensation)) |❌ default `0.0`|✔|`>= 0`|
813
+
|`line_drop_compensation_x`|`double`| ohm (Ω) | compensation for voltage drop due to reactance during transport (see [below](#line-drop-compensation)) |❌ default `0.0`|✔|`>= 0`|
814
814
815
815
The following additional requirements exist on the input parameters.
816
816
817
817
- Depending on the resultant voltage being transformed, the voltage band must be sufficiently large: At zero line drop compensation if the expected resultant voltages are in the proximity of the rated transformer voltages, it is recommended to have the $u_{band} >= \frac{u_2}{1+ u_1 / \text{tap}_{\text{size}}}$
818
818
- The line drop compensation is small, in the sense that its product with the typical current through the transformer is much smaller (in absolute value) than the smallest change in voltage due to a change in tap position.
819
+
- The `control_side` of a transformer regulator should be on the relatively further side to a source in the connected grid.
819
820
820
821
These requirements make sure no edge cases with undefined behavior are encountered. Typical real-world power grids already satisfy these requirements and they should therefore not cause any problems.
0 commit comments