Class FortescueValue

java.lang.Object
com.powsybl.shortcircuit.FortescueValue

public class FortescueValue extends Object
The aim of this class is to store the magnitude and angle of current or voltage on the three phases, and the magnitude and angle of current or voltage for the Fortescue positive, zero and negative components.
Author:
Coline Piloquet <coline.piloquet at rte-france.com>, Jean-Baptiste Heyberger <jbheyberger at gmail.com>
  • Constructor Details

    • FortescueValue

      public FortescueValue(double positiveMagnitude, double zeroMagnitude, double negativeMagnitude, double positiveAngle, double zeroAngle, double negativeAngle)
    • FortescueValue

      public FortescueValue(double positiveMagnitude, double positiveAngle)
    • FortescueValue

      public FortescueValue(double positiveMagnitude)
  • Method Details

    • getPositiveMagnitude

      public double getPositiveMagnitude()
    • getZeroMagnitude

      public double getZeroMagnitude()
    • getNegativeMagnitude

      public double getNegativeMagnitude()
    • getPositiveAngle

      public double getPositiveAngle()
    • getZeroAngle

      public double getZeroAngle()
    • getNegativeAngle

      public double getNegativeAngle()
    • toThreePhaseValue

      public FortescueValue.ThreePhaseValue toThreePhaseValue()