Interface TwoWindingsTransformerFortescue

    • Method Detail

      • getRz

        double getRz()
        The zero sequence resistance of the two windings transformer.
      • setRz

        void setRz​(double rz)
      • getXz

        double getXz()
        The zero sequence reactance of the two windings transformer.
      • setXz

        void setXz​(double xz)
      • isFreeFluxes

        boolean isFreeFluxes()
        Free fluxes set to true means that the magnetizing impedance Zm is infinite, i.e. fluxes are free.
      • setFreeFluxes

        void setFreeFluxes​(boolean freeFluxes)
      • getGroundingR1

        double getGroundingR1()
        If the transformer side 1 is earthed, depending on WindingConnectionType side 1, it represents the resistance part of the impedance to ground.
      • setGroundingR1

        void setGroundingR1​(double groundingR1)
      • getGroundingR2

        double getGroundingR2()
        If the transformer side 2 is earthed, depending on WindingConnectionType side 2, it represents the resistance part of the impedance to ground.
      • setGroundingR2

        void setGroundingR2​(double groundingR2)
      • getGroundingX1

        double getGroundingX1()
        If the transformer side 1 is earthed, depending on WindingConnectionType side 1, it represents the reactance part of the impedance to ground.
      • setGroundingX1

        void setGroundingX1​(double groundingX1)
      • getGroundingX2

        double getGroundingX2()
        If the transformer side 2 is earthed, depending on WindingConnectionType side 2, it represents the reactance part of the impedance to ground.
      • setGroundingX2

        void setGroundingX2​(double groundingX2)