Skip to content

Negative sign in MVAR Shunt B data different from original paper  #153

@OriolRaventos

Description

@OriolRaventos

In the paper https://ieeexplore.ieee.org/abstract/document/780914, the buses with MVAR Shunt B different from zero have a positive sign, whereas in the source in this repository it has negative sign.

MATLAB and PandaPower use positive numbers for the load, so I think that they probably need to change the signs of MVAR Shunt B in lines:

bus['Bs'] = b['MVAR Shunt B']

and

buses[ind, 5] = b['MVAR Shunt B']

respectively.

(Or change the sign in the source data in the repositiory.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions