Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change of Shunt Compensator IIDM model #900

Closed
miovd opened this issue Aug 23, 2019 · 1 comment · Fixed by #1202
Closed

Change of Shunt Compensator IIDM model #900

miovd opened this issue Aug 23, 2019 · 1 comment · Fixed by #1202
Assignees
Labels

Comments

@miovd
Copy link
Contributor

miovd commented Aug 23, 2019

  • Do you want to request a feature or report a bug?
    Feature

  • What is the current behavior?
    Only one type of shunt compensator is represented. Some are not, e.g. non linear shunt compensators. Furthermore, regulating controls are not taken in account with current modeling.

  • What is the expected behavior?
    To be able to model different sort of shunt compensators and to add regulating control

  • What is the motivation / use case for changing the behavior?
    CGMES models shunt compensators with different behaviours and regulating controls.

  • Please tell us about your environment:

    • PowSyBl Version: 3.0.0-SNAPSHOT
@miovd miovd added the IIDM label Aug 23, 2019
@geofjamg
Copy link
Member

I would go for a solution where model is dissociated to the equipment (which will be responsible mainly for connectivity)

ShuntCompensator sc = ...
ShuntCompensatorLinearModel model = sc.getModel(ShuntCompensatorLinearModel.class);
double b = model.getbPerSection();

@miovd miovd mentioned this issue Sep 4, 2019
5 tasks
@miovd miovd added this to Opened Issues in Evolutions IIDM Jan 9, 2020
@miovd miovd self-assigned this Feb 25, 2020
@miovd miovd moved this from Opened Issues to Assigned Opened Issues in Evolutions IIDM Feb 25, 2020
Evolutions IIDM automation moved this from Assigned Opened Issues to Done Issues Mar 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Evolutions IIDM
  
Done Issues
2 participants