Interface Boundary

All Known Implementing Classes:
DanglingLineBoundaryImpl

public interface Boundary
Author:
Miora Ralambotiana <miora.ralambotiana at rte-france.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Get the angle of the boundary fictitious bus.
    Get the danglingLine the boundary is associated to.
    default VoltageLevel
    Get the voltage level at network side.
    double
    Get the active power at the fictitious terminal going from the boundary fictitious bus to the network.
    double
    Get the reactive power at the fictitious terminal going from the boundary fictitious bus to the network.
    double
    Get the voltage of the boundary fictitious bus.
  • Method Details

    • getV

      double getV()
      Get the voltage of the boundary fictitious bus.
    • getAngle

      double getAngle()
      Get the angle of the boundary fictitious bus.
    • getP

      double getP()
      Get the active power at the fictitious terminal going from the boundary fictitious bus to the network.
    • getQ

      double getQ()
      Get the reactive power at the fictitious terminal going from the boundary fictitious bus to the network.
    • getDanglingLine

      DanglingLine getDanglingLine()
      Get the danglingLine the boundary is associated to.
    • getNetworkSideVoltageLevel

      default VoltageLevel getNetworkSideVoltageLevel()
      Get the voltage level at network side.