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

Computing Hvdc line loss in AC emulation #1062

Merged
merged 24 commits into from
Jul 18, 2024
Merged

Commits on Jul 10, 2024

  1. Added HVDC line loss in AC emulation

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    67346d7 View commit details
    Browse the repository at this point in the history
  2. Added newline for checkstyle

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7b60f08 View commit details
    Browse the repository at this point in the history
  3. Added newline for checkstyle

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a15c4e7 View commit details
    Browse the repository at this point in the history
  4. Modified tests to keep same behaviour with HVDC line resistance in AC…

    … Emulation
    
    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f6c740b View commit details
    Browse the repository at this point in the history
  5. Keeps r in ohms and its getter returns value in per unit

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    cf2eb5f View commit details
    Browse the repository at this point in the history
  6. Modified implementation of line losses with the method getHvdcLineLosses

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    fba1fc4 View commit details
    Browse the repository at this point in the history
  7. Added FIXME comment to use HvdcUtils.getHvdcLineLosses() from powsybl…

    …-core
    
    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    ba21575 View commit details
    Browse the repository at this point in the history
  8. Modified one test to check the correct sign of the influence of R in …

    …the losses
    
    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    86189c4 View commit details
    Browse the repository at this point in the history
  9. Checkstyle corrections

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a7e9dac View commit details
    Browse the repository at this point in the history
  10. Added comments to explain test of difference between R=0 and R!=0

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b6707f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Use of HvdcUtils.getHvdcLineLosses with new release of powsybl-core

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    65069d7 View commit details
    Browse the repository at this point in the history
  2. Fixed for checkstyle

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    90809f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    35bdfbb View commit details
    Browse the repository at this point in the history
  2. Modified to have more common code in AbstractHvdcAcEmulationFlowEquat…

    …ionTerm.java
    
    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    860ee50 View commit details
    Browse the repository at this point in the history
  3. Fixed tests to take cable loss into account

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e9cb339 View commit details
    Browse the repository at this point in the history
  4. Changed signs to avoid confusion

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a2fb18c View commit details
    Browse the repository at this point in the history
  5. Added assert to check sign of powers

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    74dface View commit details
    Browse the repository at this point in the history
  6. Rename methods and added comments

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    50ecc4d View commit details
    Browse the repository at this point in the history
  7. Fixed error in checking sign of losses

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8c2af3f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    423aeeb View commit details
    Browse the repository at this point in the history
  2. Removed unused line

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b8dc6dd View commit details
    Browse the repository at this point in the history
  3. Renamed variables

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6fc2c5a View commit details
    Browse the repository at this point in the history
  4. Renamed variable for better comprehension

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    47a137e View commit details
    Browse the repository at this point in the history
  5. Changed boundedP to rawP in checking controller station

    Signed-off-by: PRABAKARAN Sylvestre <sylvestre.prabakaran@rte-france.com>
    SylvestreSakti committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e8fd904 View commit details
    Browse the repository at this point in the history