Interface TwoWindingsTransformerFortescue

All Superinterfaces:
Extension<TwoWindingsTransformer>
All Known Implementing Classes:
TwoWindingsTransformerFortescueImpl

public interface TwoWindingsTransformerFortescue extends Extension<TwoWindingsTransformer>
Author:
Jean-Baptiste Heyberger <jbheyberger at gmail.com>, Geoffroy Jamgotchian <geoffroy.jamgotchian at rte-france.com>
  • Field Details

  • Method Details

    • getName

      default String getName()
      Description copied from interface: Extension
      Return the name of this extension.
      Specified by:
      getName in interface Extension<TwoWindingsTransformer>
    • 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)
    • getConnectionType1

      WindingConnectionType getConnectionType1()
      Get the winding connection type of transformer side 1, see WindingConnectionType).
    • setConnectionType1

      void setConnectionType1(WindingConnectionType connectionType1)
    • getConnectionType2

      WindingConnectionType getConnectionType2()
      Get the winding connection type of transformer side 2, see WindingConnectionType).
    • setConnectionType2

      void setConnectionType2(WindingConnectionType connectionType2)
    • 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)