Skip to content
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

{
"version": "1.0",
"type": "input",
"is_batch": false,
"attributes": {},
"data": {
"node": [
{"id": 1, "u_rated": 10000},
{"id": 2, "u_rated": 400}
],
"source": [
{"id": 3, "node": 1, "status": 1, "u_ref": 1}
],
"transformer": [
{"id": 4, "from_node": 1, "to_node": 2, "from_status": 1, "to_status": 1, "u1": 10000, "u2": 400, "sn": 100000, "uk": 0.1, "pk": 1000, "i0": 1.0e-06, "p0": 0.1, "winding_from": 2, "winding_to": 1, "clock": 5, "tap_side": 0, "tap_pos": 3, "tap_min": -11, "tap_max": 9, "tap_size": 100}
],
"transformer_tap_regulator": [
{"id": 8, "regulated_object": 4, "status": 1, "control_side": 1, "u_set": 50, "u_band": 20}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com>

SPDX-License-Identifier: MPL-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"calculation_method": "newton_raphson",
"tap_changing_strategy": "any_valid_tap",
"rtol": 1e-05,
"atol": {
"default": 1e-05,
"u": 100.0
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com>

SPDX-License-Identifier: MPL-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"version": "1.0",
"type": "sym_output",
"is_batch": false,
"attributes": {},
"data": {
"node": [
{
"id": 1,
"energized": 1,
"u_pu": 0.99999999999916234,
"u": 9999.9999999916236,
"u_angle": -8.3750227160426029e-12,
"p": 0.084167999070335342,
"q": 2.3307634428066978e-09
},
{
"id": 2,
"energized": 1,
"u_pu": 0.91743118807262469,
"u": 366.97247522904991,
"u_angle": -2.6179939277492403,
"p": -0,
"q": 0
}
],
"transformer": [
{
"id": 4,
"energized": 1,
"loading": 8.4167999070335368e-07,
"p_from": 0.084167999070335342,
"q_from": 2.3307634428066978e-09,
"i_from": 4.8594416920451007e-06,
"s_from": 0.08416799907033537,
"p_to": -0,
"q_to": 0,
"i_to": 0,
"s_to": 0
}
],
"source": [
{
"id": 3,
"energized": 1,
"p": 0.084167999070335342,
"q": 2.3307634428066978e-09,
"i": 4.8594416920451007e-06,
"s": 0.08416799907033537,
"pf": 0.99999999999999967
}
],
"transformer_tap_regulator": [
{
"id": 8,
"energized": 1,
"tap_pos": 9
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>

SPDX-License-Identifier: MPL-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

{
"version": "1.0",
"type": "input",
"is_batch": false,
"attributes": {},
"data": {
"node": [
{"id": 1, "u_rated": 10000},
{"id": 2, "u_rated": 400}
],
"source": [
{"id": 3, "node": 1, "status": 1, "u_ref": 1}
],
"transformer": [
{"id": 4, "from_node": 1, "to_node": 2, "from_status": 1, "to_status": 1, "u1": 10000, "u2": 400, "sn": 100000, "uk": 0.1, "pk": 1000, "i0": 1.0e-06, "p0": 0.1, "winding_from": 2, "winding_to": 1, "clock": 5, "tap_side": 0, "tap_pos": 3, "tap_min": -11, "tap_max": 9, "tap_size": 100}
],
"transformer_tap_regulator": [
{"id": 8, "regulated_object": 4, "status": 1, "control_side": 1, "u_set": 50, "u_band": 20}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com>

SPDX-License-Identifier: MPL-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"calculation_method": "newton_raphson",
"tap_changing_strategy": "fast_any_tap",
"rtol": 1e-05,
"atol": {
"default": 1e-05,
"u": 100.0
},
"xfail": {
"raises": "AssertionError",
"reason": "Bug in fast any tap changing strategy in this edge case: https://github.com/PowerGridModel/power-grid-model/issues/1215"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com>

SPDX-License-Identifier: MPL-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"version": "1.0",
"type": "sym_output",
"is_batch": false,
"attributes": {},
"data": {
"node": [
{
"id": 1,
"energized": 1,
"u_pu": 0.99999999999916234,
"u": 9999.9999999916236,
"u_angle": -8.3750227160426029e-12,
"p": 0.084167999070335342,
"q": 2.3307634428066978e-09
},
{
"id": 2,
"energized": 1,
"u_pu": 0.91743118807262469,
"u": 366.97247522904991,
"u_angle": -2.6179939277492403,
"p": -0,
"q": 0
}
],
"transformer": [
{
"id": 4,
"energized": 1,
"loading": 8.4167999070335368e-07,
"p_from": 0.084167999070335342,
"q_from": 2.3307634428066978e-09,
"i_from": 4.8594416920451007e-06,
"s_from": 0.08416799907033537,
"p_to": -0,
"q_to": 0,
"i_to": 0,
"s_to": 0
}
],
"source": [
{
"id": 3,
"energized": 1,
"p": 0.084167999070335342,
"q": 2.3307634428066978e-09,
"i": 4.8594416920451007e-06,
"s": 0.08416799907033537,
"pf": 0.99999999999999967
}
],
"transformer_tap_regulator": [
{
"id": 8,
"energized": 1,
"tap_pos": 9
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>

SPDX-License-Identifier: MPL-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

{
"version": "1.0",
"type": "input",
"is_batch": false,
"attributes": {},
"data": {
"node": [
{"id": 1, "u_rated": 10000},
{"id": 2, "u_rated": 400}
],
"source": [
{"id": 3, "node": 1, "status": 1, "u_ref": 1}
],
"transformer": [
{"id": 4, "from_node": 1, "to_node": 2, "from_status": 1, "to_status": 1, "u1": 10000, "u2": 400, "sn": 100000, "uk": 0.1, "pk": 1000, "i0": 1.0e-06, "p0": 0.1, "winding_from": 2, "winding_to": 1, "clock": 5, "tap_side": 0, "tap_pos": 3, "tap_min": -11, "tap_max": 9, "tap_size": 100}
],
"transformer_tap_regulator": [
{"id": 8, "regulated_object": 4, "status": 1, "control_side": 1, "u_set": 50, "u_band": 20}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com>

SPDX-License-Identifier: MPL-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"calculation_method": "newton_raphson",
"tap_changing_strategy": "max_voltage_tap",
"rtol": 1e-05,
"atol": {
"default": 1e-05,
"u": 100.0
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com>

SPDX-License-Identifier: MPL-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"version": "1.0",
"type": "sym_output",
"is_batch": false,
"attributes": {},
"data": {
"node": [
{
"id": 1,
"energized": 1,
"u_pu": 0.99999999999916234,
"u": 9999.9999999916236,
"u_angle": -8.3750227160426029e-12,
"p": 0.084167999070335342,
"q": 2.3307634428066978e-09
},
{
"id": 2,
"energized": 1,
"u_pu": 0.91743118807262469,
"u": 366.97247522904991,
"u_angle": -2.6179939277492403,
"p": -0,
"q": 0
}
],
"transformer": [
{
"id": 4,
"energized": 1,
"loading": 8.4167999070335368e-07,
"p_from": 0.084167999070335342,
"q_from": 2.3307634428066978e-09,
"i_from": 4.8594416920451007e-06,
"s_from": 0.08416799907033537,
"p_to": -0,
"q_to": 0,
"i_to": 0,
"s_to": 0
}
],
"source": [
{
"id": 3,
"energized": 1,
"p": 0.084167999070335342,
"q": 2.3307634428066978e-09,
"i": 4.8594416920451007e-06,
"s": 0.08416799907033537,
"pf": 0.99999999999999967
}
],
"transformer_tap_regulator": [
{
"id": 8,
"energized": 1,
"tap_pos": 9
}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>

SPDX-License-Identifier: MPL-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"version": "1.0",
"type": "input",
"is_batch": false,
"attributes": {},
"data": {
"node": [
{"id": 1, "u_rated": 10000},
{"id": 2, "u_rated": 400}
],
"source": [
{"id": 3, "node": 1, "status": 1, "u_ref": 1}
],
"transformer": [
{"id": 4, "from_node": 1, "to_node": 2, "from_status": 1, "to_status": 1, "u1": 10000, "u2": 400, "sn": 100000, "uk": 0.1, "pk": 1000, "i0": 1.0e-06, "p0": 0.1, "winding_from": 2, "winding_to": 1, "clock": 5, "tap_side": 0, "tap_pos": 3, "tap_min": -11, "tap_max": 9, "tap_size": 100}
],
"transformer_tap_regulator": [
{"id": 8, "regulated_object": 4, "status": 1, "control_side": 1, "u_set": 50, "u_band": 20}
]
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com>

SPDX-License-Identifier: MPL-2.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"calculation_method": "newton_raphson",
"tap_changing_strategy": "min_voltage_tap",
"rtol": 1e-05,
"atol": {
"default": 1e-05,
"u": 100.0
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Contributors to the Power Grid Model project <dynamic.grid.calculation@alliander.com>

SPDX-License-Identifier: MPL-2.0
Loading
Loading