Package com.powsybl.shortcircuit
Class FortescueShortCircuitBusResults
java.lang.Object
com.powsybl.shortcircuit.FortescueShortCircuitBusResults
- All Implemented Interfaces:
ShortCircuitBusResults
Results detailed on the three phases of the voltages on a bus.
- Author:
- Coline Piloquet <coline.piloquet at rte-france.com>
-
Constructor Summary
ConstructorDescriptionFortescueShortCircuitBusResults
(String voltageLevelId, String busId, double initialVoltageMagnitude, FortescueValue voltage, double voltageDropProportional) -
Method Summary
Modifier and TypeMethodDescriptiongetBusId()
double
Returns the magnitude of the voltage before the fault (in kV).Returns the voltage on the three phases after the fault [in kV].double
Returns the voltage drop between the voltage magnitude before and after the fault, as a percentage.
-
Constructor Details
-
FortescueShortCircuitBusResults
public FortescueShortCircuitBusResults(String voltageLevelId, String busId, double initialVoltageMagnitude, FortescueValue voltage, double voltageDropProportional)
-
-
Method Details
-
getVoltage
Returns the voltage on the three phases after the fault [in kV]. -
getVoltageLevelId
- Specified by:
getVoltageLevelId
in interfaceShortCircuitBusResults
-
getBusId
- Specified by:
getBusId
in interfaceShortCircuitBusResults
-
getInitialVoltageMagnitude
public double getInitialVoltageMagnitude()Description copied from interface:ShortCircuitBusResults
Returns the magnitude of the voltage before the fault (in kV).- Specified by:
getInitialVoltageMagnitude
in interfaceShortCircuitBusResults
-
getVoltageDropProportional
public double getVoltageDropProportional()Description copied from interface:ShortCircuitBusResults
Returns the voltage drop between the voltage magnitude before and after the fault, as a percentage.- Specified by:
getVoltageDropProportional
in interfaceShortCircuitBusResults
-