| Modifier and Type | Method and Description |
|---|---|
static AcscBusFault |
CoreObjectFactory.createAcscBusFault(java.lang.String id,
BaseAcscNetwork<?,?> net)
Create an AcscBusFault object
|
static AcscBusFault |
CoreObjectFactory.createAcscBusFault(java.lang.String busId,
SimpleFaultAlgorithm faultAlgo)
Create an AcscBusFault object
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AcscBranchFault
A representation of the model object 'Branch Fault'.
|
| Modifier and Type | Method and Description |
|---|---|
AcscBusFault |
AcscFaultFactory.createAcscBusFault()
Returns a new object of class 'Acsc Bus Fault'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AcscBranchFaultImpl
An implementation of the model object 'Branch Fault'.
|
class |
AcscBusFaultImpl
An implementation of the model object 'Bus Fault'.
|
| Modifier and Type | Method and Description |
|---|---|
AcscBusFault |
AcscFaultFactoryImpl.createAcscBusFault() |
| Modifier and Type | Method and Description |
|---|---|
T |
AcscFaultSwitch.caseAcscBusFault(AcscBusFault object)
Returns the result of interpreting the object as an instance of 'Acsc Bus Fault'.
|
| Modifier and Type | Method and Description |
|---|---|
AcscBusFault |
SimpleFaultAlgorithm.addBusFault(java.lang.String busId,
java.lang.String idStr,
AcscBusFault busFault)
A fault is identified by busId+faultType+idStr.
|
AcscBusFault |
SimpleFaultAlgorithm.getFault(java.lang.String faultId)
get fault object by the faultId
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AcscBusFault> |
SimpleFaultAlgorithm.getFaultList()
Returns the value of the 'Fault List' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
AcscBusFault |
SimpleFaultAlgorithm.addBusFault(java.lang.String busId,
java.lang.String idStr,
AcscBusFault busFault)
A fault is identified by busId+faultType+idStr.
|
void |
SimpleFaultAlgorithm.calculateBusFault(AcscBusFault fault)
calculate the bus fault.
|
| Modifier and Type | Method and Description |
|---|---|
AcscBusFault |
SimpleFaultAlgorithmImpl.addBusFault(java.lang.String busId,
java.lang.String idStr,
AcscBusFault busFault) |
AcscBusFault |
SimpleFaultAlgorithmImpl.getFault(java.lang.String faultId) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AcscBusFault> |
SimpleFaultAlgorithmImpl.getFaultList() |
| Modifier and Type | Method and Description |
|---|---|
AcscBusFault |
SimpleFaultAlgorithmImpl.addBusFault(java.lang.String busId,
java.lang.String idStr,
AcscBusFault busFault) |
void |
SimpleFaultAlgorithmImpl.calculateBusFault(AcscBusFault fault) |
org.apache.commons.math3.complex.Complex |
ScBusCalculator.isc3Phase(AcscBusFault fault)
Calculate 3P SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBusCalculator.iscLG(AcscBusFault fault)
Calculate LG SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBusCalculator.iscLL(BaseAcscNetwork<?,?> net,
AcscBusFault fault)
Calculate LL SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBusCalculator.iscLLG(BaseAcscNetwork<?,?> net,
AcscBusFault fault)
Calculate LLG SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBusCalculator.zEqFault(AcscBusFault fault)
Calculate non-symmetric bus fault equivalent Z
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Function<AcscBusFault,java.lang.StringBuffer> |
AcscFunction.busFault2Str
Output Function for AcscBusFault
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CoreUtilFunc.setBusFaultData(AcscBusFault fault,
SimpleFaultCode type,
double rLG,
double xLG,
double rLL,
double xLL)
Set AcscBusFault object data
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DStabBranchFault
A representation of the model object 'DStab Branch Fault'.
|
| Modifier and Type | Method and Description |
|---|---|
AcscBusFault |
DynamicEvent.getBusFault()
Returns the value of the 'Bus Fault' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamicEvent.setBusFault(AcscBusFault value)
Sets the value of the '
Bus Fault' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
DStabBranchFaultImpl
An implementation of the model object 'DStab Branch Fault'.
|
| Modifier and Type | Method and Description |
|---|---|
AcscBusFault |
DynamicEventImpl.getBusFault() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
DynamicEventImpl.basicSetBusFault(AcscBusFault newBusFault,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DynamicEventImpl.setBusFault(AcscBusFault newBusFault) |
| Modifier and Type | Method and Description |
|---|---|
T |
DstabDeventSwitch.caseAcscBusFault(AcscBusFault object)
Returns the result of interpreting the object as an instance of 'Acsc Bus Fault'.
|