Interface FaultResult

All Superinterfaces:
Extendable<FaultResult>
All Known Implementing Classes:
FailedFaultResult, FortescueFaultResult, MagnitudeFaultResult

public interface FaultResult extends Extendable<FaultResult>
Author:
Coline Piloquet <coline.piloquet at rte-france.com>
  • Method Details

    • getFault

      Fault getFault()
      The fault associated to the results.
    • getShortCircuitPower

      double getShortCircuitPower()
      Value of the short-circuit power for this fault (in MVA).
    • getFeederResults

      List<FeederResult> getFeederResults()
      List of contributions to the three-phase fault current of each connectable connected to the equipment.
    • getLimitViolations

      List<LimitViolation> getLimitViolations()
      List of violations in current after the fault.
    • getTimeConstant

      Duration getTimeConstant()
      The duration before reaching the permanent current.
    • getShortCircuitBusResults

      List<ShortCircuitBusResults> getShortCircuitBusResults()
      The voltage results on the network.
    • getStatus

      FaultResult.Status getStatus()
      The computation status.
    • getFeederCurrent

      double getFeederCurrent(String feederId)
      Returns the three-phase current associated to a feeder.