Class DanglingLineBoundaryImpl

  • All Implemented Interfaces:
    Boundary

    public class DanglingLineBoundaryImpl
    extends Object
    implements Boundary
    Author:
    Miora Ralambotiana
    • Constructor Detail

      • DanglingLineBoundaryImpl

        public DanglingLineBoundaryImpl​(DanglingLine parent)
    • Method Detail

      • getV

        public double getV()
        Description copied from interface: Boundary
        Get the voltage of the boundary fictitious bus.
        Specified by:
        getV in interface Boundary
      • getAngle

        public double getAngle()
        Description copied from interface: Boundary
        Get the angle of the boundary fictitious bus.
        Specified by:
        getAngle in interface Boundary
      • getP

        public double getP()
        Description copied from interface: Boundary
        Get the active power at the fictitious terminal going from the boundary fictitious bus to the network.
        Specified by:
        getP in interface Boundary
      • getQ

        public double getQ()
        Description copied from interface: Boundary
        Get the reactive power at the fictitious terminal going from the boundary fictitious bus to the network.
        Specified by:
        getQ in interface Boundary