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, zEqBusMatrix
formNetYMaxtrix, getYMaxtrix, setMultiFactor, setScBusModelType, setYMatrixDirty, solveYmtrix
public ScBranchCalculator(BaseAcscNetwork<?,?> net)
net
- public org.apache.commons.math3.complex.Complex iscBranch3Phase(AcscBranchFault fault) throws IpssNumericException
fault
- IpssNumericException
public org.apache.commons.math3.complex.Complex iscBranchLG(AcscBranchFault fault) throws IpssNumericException
fault
- IpssNumericException
public org.apache.commons.math3.complex.Complex iscBranchLL(AcscBranchFault fault) throws IpssNumericException
fault
- IpssNumericException
public org.apache.commons.math3.complex.Complex iscBranchLLG(AcscBranchFault fault) throws IpssNumericException
fault
- IpssNumericException
public org.apache.commons.math3.complex.Complex zEqBranchFault(AcscBranchFault fault) throws IpssNumericException
fault
- IpssNumericException
public org.apache.commons.math3.complex.Complex zEqBranchOpen(AcscBranchFault fault)
fault
-