public class ScBusCalculator extends BaseScCalculator
multiFactor, net, scBusModelType, y0Matrix, y1Matrix, y2Matrix, yMatrixDirty| Constructor and Description |
|---|
ScBusCalculator(BaseAcscNetwork<?,?> net)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.complex.Complex |
isBuscLG(AcscBusFault fault)
Calculate LG SC fault current.
|
org.apache.commons.math3.complex.Complex |
iscBus3Phase(AcscBusFault fault)
Calculate 3P SC fault current.
|
org.apache.commons.math3.complex.Complex |
iscBusLL(BaseAcscNetwork<?,?> net,
AcscBusFault fault)
Calculate LL SC fault current.
|
org.apache.commons.math3.complex.Complex |
iscBusLLG(BaseAcscNetwork<?,?> net,
AcscBusFault fault)
Calculate LLG SC fault current.
|
org.apache.commons.math3.complex.Complex |
zEqBusFault(AcscBusFault fault)
Calculate non-symmetric bus fault equivalent Z
|
org.apache.commons.math3.complex.Complex[][] |
zEqBusMatrix(java.util.List<AcscBus> busList,
SequenceCode sequence)
Calculate equiv z matrix by looking into the system from a set of buses.
|
formNetYMaxtrix, getYMaxtrix, setMultiFactor, setScBusModelType, setYMatrixDirty, solveYmtrixpublic ScBusCalculator(BaseAcscNetwork<?,?> net)
net - public org.apache.commons.math3.complex.Complex zEqBusFault(AcscBusFault fault) throws IpssNumericException
fault - Bus fault object, including full description of the faultIpssNumericExceptionpublic org.apache.commons.math3.complex.Complex iscBus3Phase(AcscBusFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex isBuscLG(AcscBusFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex iscBusLL(BaseAcscNetwork<?,?> net, AcscBusFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex iscBusLLG(BaseAcscNetwork<?,?> net, AcscBusFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex[][] zEqBusMatrix(java.util.List<AcscBus> busList, SequenceCode sequence) throws IpssNumericException
busList - sequence - IpssNumericException