| Modifier and Type | Method and Description |
|---|---|
static AcscBranchFault |
CoreObjectFactory.createAcscBranchFault(java.lang.String branchId,
BaseAcscNetwork<?,?> net,
boolean cacheBusScVolt)
Create an AcscBranchFault object
|
static AcscBranchFault |
CoreObjectFactory.createAcscBranchFault(java.lang.String branchId,
SimpleFaultAlgorithm faultAlgo,
boolean cacheBusScVolt)
Create an AcscBranchFault object
|
| Modifier and Type | Method and Description |
|---|---|
AcscBranchFault |
AcscFaultFactory.createAcscBranchFault()
Returns a new object of class 'Acsc Branch Fault'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcscBranchFaultImpl
An implementation of the model object 'Branch Fault'.
|
| Modifier and Type | Method and Description |
|---|---|
AcscBranchFault |
AcscFaultFactoryImpl.createAcscBranchFault() |
| Modifier and Type | Method and Description |
|---|---|
T |
AcscFaultSwitch.caseAcscBranchFault(AcscBranchFault object)
Returns the result of interpreting the object as an instance of 'Acsc Branch Fault'.
|
| Modifier and Type | Method and Description |
|---|---|
AcscBranchFault |
SimpleFaultAlgorithm.addBranchFault(java.lang.String branchId,
java.lang.String idStr,
AcscBranchFault branchFault)
A fault is identified by branchId+faultType+idStr.
|
| Modifier and Type | Method and Description |
|---|---|
AcscBranchFault |
SimpleFaultAlgorithm.addBranchFault(java.lang.String branchId,
java.lang.String idStr,
AcscBranchFault branchFault)
A fault is identified by branchId+faultType+idStr.
|
void |
SimpleFaultAlgorithm.calBranchFault(AcscBranchFault fault)
calculate the branch fault.
|
| Modifier and Type | Method and Description |
|---|---|
AcscBranchFault |
SimpleFaultAlgorithmImpl.addBranchFault(java.lang.String branchId,
java.lang.String idStr,
AcscBranchFault branchFault) |
| Modifier and Type | Method and Description |
|---|---|
AcscBranchFault |
SimpleFaultAlgorithmImpl.addBranchFault(java.lang.String branchId,
java.lang.String idStr,
AcscBranchFault branchFault) |
void |
SimpleFaultAlgorithmImpl.calBranchFault(AcscBranchFault fault) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.complex.Complex |
ScBranchCalculator.iscBranch3Phase(AcscBranchFault fault)
Calculate 3P SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBranchCalculator.iscBranchLG(AcscBranchFault fault)
Calculate LG SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBranchCalculator.iscBranchLL(AcscBranchFault fault)
Calculate LL SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBranchCalculator.iscBranchLLG(AcscBranchFault fault)
Calculate LLG SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBranchCalculator.zEqBranchFault(AcscBranchFault fault)
Calculate non-symmetric branch fault equivalent Z
|
org.apache.commons.math3.complex.Complex |
ScBranchCalculator.zEqBranchOpen(AcscBranchFault fault)
Calculate branch outage equivalent Z
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Function<AcscBranchFault,java.lang.StringBuffer> |
AcscFunction.branchFault2Str
Output Function for AcscBranchFault
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CoreUtilFunc.setBranchFaultData(AcscBranchFault fault,
SimpleFaultCode type,
double distance,
double rLG,
double xLG,
double rLL,
double xLL)
Set AcscBranchFault object data
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DStabBranchFault
A representation of the model object 'DStab Branch Fault'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DStabBranchFaultImpl
An implementation of the model object 'DStab Branch Fault'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
DstabDeventSwitch.caseAcscBranchFault(AcscBranchFault object)
Returns the result of interpreting the object as an instance of 'Acsc Branch Fault'.
|