public class ScBranchCalculator extends ScBusCalculator
multiFactor, net, scBusModelType, y0Matrix, y1Matrix, y2Matrix, yMatrixDirty| Constructor and Description |
|---|
ScBranchCalculator(BaseAcscNetwork<?,?> net)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.complex.Complex |
iscBranch3Phase(AcscBranchFault fault)
Calculate 3P SC fault current.
|
org.apache.commons.math3.complex.Complex |
iscBranchLG(AcscBranchFault fault)
Calculate LG SC fault current.
|
org.apache.commons.math3.complex.Complex |
iscBranchLL(AcscBranchFault fault)
Calculate LL SC fault current.
|
org.apache.commons.math3.complex.Complex |
iscBranchLLG(AcscBranchFault fault)
Calculate LLG SC fault current.
|
org.apache.commons.math3.complex.Complex |
zEqBranchFault(AcscBranchFault fault)
Calculate non-symmetric branch fault equivalent Z
|
org.apache.commons.math3.complex.Complex |
zEqBranchOpen(AcscBranchFault fault)
Calculate branch outage equivalent Z
|
isBuscLG, iscBus3Phase, iscBusLL, iscBusLLG, zEqBusFault, zEqBusMatrixformNetYMaxtrix, getYMaxtrix, setMultiFactor, setScBusModelType, setYMatrixDirty, solveYmtrixpublic ScBranchCalculator(BaseAcscNetwork<?,?> net)
net - public org.apache.commons.math3.complex.Complex iscBranch3Phase(AcscBranchFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex iscBranchLG(AcscBranchFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex iscBranchLL(AcscBranchFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex iscBranchLLG(AcscBranchFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex zEqBranchFault(AcscBranchFault fault) throws IpssNumericException
fault - IpssNumericExceptionpublic org.apache.commons.math3.complex.Complex zEqBranchOpen(AcscBranchFault fault)
fault -