public class ScBranchCalculator extends ScCalculatorBase
| Constructor and Description |
|---|
ScBranchCalculator(BaseAcscNetwork<?,?> net)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.complex.Complex |
isc3Phase(AcscBranchFault fault)
Calculate 3P SC fault current.
|
org.apache.commons.math3.complex.Complex |
iscLG(AcscBranchFault fault)
Calculate LG SC fault current.
|
org.apache.commons.math3.complex.Complex |
iscLL(AcscBranchFault fault)
Calculate LL SC fault current.
|
org.apache.commons.math3.complex.Complex |
iscLLG(AcscBranchFault fault)
Calculate LLG SC fault current.
|
org.apache.commons.math3.complex.Complex |
zEqBranchOpen(AcscBranchFault fault)
Calculate branch outage equivalent Z
|
org.apache.commons.math3.complex.Complex |
zEqFault(AcscBranchFault fault)
Calculate non-symmetric branch fault equivalent Z
|
getMultiFactor, getScBusVoltage, setMultiFactor, setScBusVoltagepublic ScBranchCalculator(BaseAcscNetwork<?,?> net)
net - public org.apache.commons.math3.complex.Complex isc3Phase(AcscBranchFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex iscLG(AcscBranchFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex iscLL(AcscBranchFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex iscLLG(AcscBranchFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex zEqFault(AcscBranchFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex zEqBranchOpen(AcscBranchFault fault)
fault -