Nitish Bharambe

Results 19 issues of 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...

3ph powerflow

## 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...

bug

## 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...

bug

**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...

bug

# 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...

feature

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.

feature

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...

feature

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...

bug
good first issue

### 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...

do-not-merge