Nitish Bharambe
Nitish Bharambe
Hi all, I have bumped into a case where the power-flow in and out of a node in case of transformer is not close to zero. Below is a minimal...
## Problem Description Hi pandapower team, The ward and xward constant power components do not consider constant power while giving out results with `pp.runpp_3ph`. (The shunt component is thrice the...
## Problem Description Hi pandapower team, While using the 3 phase power flow calculation and shunt element, it seemed that the power results did not make sense compared to simple...
**Describe the bug** Serialization fails with an difficult to interpret error message. Likely cause as per the msgpack error meassage is that required memory cannot be allocated. **To Reproduce** A...
# Description Currently in PGM, it is possible to output results of only required components using the `output_component_types` argument in calculate_* functions. In very big grids with large batches, even...
A load/generation component with a manually provided voltage-power characteristic as input is needed for modelling a Photovoltaic or a motor as modeled in vision.
A compound load consisting of a combination of `LoadGenType`s in a single component would be useful in conversions from other software. Currently the workaround used is that we create multiple...
Part of https://github.com/PowerGridModel/power-grid-model/issues/548 ### Changes proposed in this PR include: - Modify serialization and deserilization per step 3 and 4 of python api in https://github.com/PowerGridModel/power-grid-model/issues/548
**Describe the bug** When trying to validate using assert_valid_batch_data using update_data with a component that is not present in the input_data, a KeyError is raised. **To Reproduce** ``` from power_grid_model...
### Changes proposed in this PR include: The updated implementation of automatic transformer tap changer was too restrictive on allowed cases for tap control. Meshed control of transformers was not...