Modifier and Type | Field and Description |
---|---|
protected AcscBusFault |
SimpleFaultMonad.fault
the fault object
|
AcscBusFault |
SimpleFaultMonad.ScResultRec.fault |
Modifier and Type | Method and Description |
---|---|
static SimpleFaultMonad |
SimpleFaultMonad.of(SimpleFaultAlgorithm scAlgo,
AcscBusFault fault)
instance creation factory method
|
Constructor and Description |
---|
ScResultRec(AcscBusFault fault) |
SimpleFaultMonad(SimpleFaultAlgorithm scAlgo,
AcscBusFault fault)
default constructor
|
Modifier and Type | Method and Description |
---|---|
static AcscBusFault |
CoreObjectFactory.createAcscBusFault(java.lang.String busId,
BaseAcscNetwork<?,?> net,
boolean cacheBusScVolt)
Create an AcscBusFault object
|
static AcscBusFault |
CoreObjectFactory.createAcscBusFault(java.lang.String busId,
SimpleFaultAlgorithm faultAlgo,
boolean cacheBusScVolt)
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.calBusFault(AcscBusFault fault)
calculate the bus fault.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<AcscBusFault> |
SimpleFaultAlgorithmImpl.faultList
The cached value of the '
Fault List ' containment reference list. |
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.calBusFault(AcscBusFault fault) |
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.complex.Complex |
ScBusCalculator.isBuscLG(AcscBusFault fault)
Calculate LG SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBusCalculator.iscBus3Phase(AcscBusFault fault)
Calculate 3P SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBusCalculator.iscBusLL(BaseAcscNetwork<?,?> net,
AcscBusFault fault)
Calculate LL SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBusCalculator.iscBusLLG(BaseAcscNetwork<?,?> net,
AcscBusFault fault)
Calculate LLG SC fault current.
|
org.apache.commons.math3.complex.Complex |
ScBusCalculator.zEqBusFault(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 |
DynamicSimuEvent.getBusFault()
Returns the value of the 'Bus Fault' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicSimuEvent.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 | Field and Description |
---|---|
protected AcscBusFault |
DynamicSimuEventImpl.busFault
The cached value of the '
Bus Fault ' containment reference. |
Modifier and Type | Method and Description |
---|---|
AcscBusFault |
DynamicSimuEventImpl.getBusFault() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DynamicSimuEventImpl.basicSetBusFault(AcscBusFault newBusFault,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DynamicSimuEventImpl.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'.
|