| Package | Description |
|---|---|
| com.interpss.core.acsc | |
| com.interpss.core.acsc.fault.impl | |
| com.interpss.core.acsc.impl | |
| com.interpss.core.algo.impl | |
| com.interpss.core.datatype |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<SequenceCode> |
SequenceCode.VALUES
A public read-only list of all the 'Sequence Code' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static SequenceCode |
SequenceCode.get(int value)
Returns the 'Sequence Code' literal with the specified integer value.
|
static SequenceCode |
SequenceCode.get(java.lang.String literal)
Returns the 'Sequence Code' literal with the specified literal value.
|
static SequenceCode |
SequenceCode.getByName(java.lang.String name)
Returns the 'Sequence Code' literal with the specified name.
|
static SequenceCode |
SequenceCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SequenceCode[] |
SequenceCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ISparseEqnComplex |
BaseAcscNetwork.formScYMatrix(SequenceCode seq,
boolean luMatrix)
Form Y-matrix of the sequence specified.
|
ISparseEqnComplex |
BaseAcscNetwork.formScYMatrix(SequenceCode seq,
int areaFlag)
Form Y-matrix of the sequence specified.
|
boolean |
BaseAcscBus.initSeqEquivLoad(SequenceCode seq)
init a specific sequence bus equivalent load based on bus Load info.
|
void |
BaseAcscBus.setScGenZ(org.apache.commons.math3.complex.Complex z,
SequenceCode seq)
Set bus Z in pu
|
void |
BaseAcscBus.setScGenZ(org.apache.commons.math3.complex.Complex z,
SequenceCode seq,
Unit.UnitType unit)
Set bsu Z in the unit specified
|
org.apache.commons.math3.complex.Complex |
AcscBranch.yff(SequenceCode seq)
Compute yii (from side node) for the sequence specified
|
org.apache.commons.math3.complex.Complex |
AcscBranch.yft(SequenceCode seq)
Compute yij (f-from side node, t-to site node) for the sequence specified
|
org.apache.commons.math3.complex.Complex |
BaseAcscBus.yScii(SequenceCode seq)
calculate bus yii for forming Y-matrix
|
org.apache.commons.math3.complex.Complex |
AcscBranch.ytf(SequenceCode seq)
Compute yji (f-from side node, t-to site node) for the sequence specified
|
org.apache.commons.math3.complex.Complex |
AcscBranch.ytt(SequenceCode seq)
Compute yjj (to site node) for the sequence specified
|
| Modifier and Type | Method and Description |
|---|---|
void |
AcscFaultResultImpl.setBusVoltage(org.apache.commons.math3.complex.Complex v,
AcscBus bus,
SequenceCode seq)
Set bus fault voltage
|
void |
BusFaultResultContainer.setFaultVoltage(org.apache.commons.math3.complex.Complex v,
int i,
SequenceCode seq)
Set bus fault voltage
|
void |
AcscFaultResultImpl.setSCCurrent(org.apache.commons.math3.complex.Complex isc,
SequenceCode seq)
Set fault point sc current for the sequence
|
| Modifier and Type | Method and Description |
|---|---|
SequenceCode |
AcscFactoryImpl.createSequenceCodeFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
| Modifier and Type | Method and Description |
|---|---|
ISparseEqnComplex |
BaseAcscNetworkImpl.formScYMatrix(SequenceCode seq,
boolean luMatrix) |
ISparseEqnComplex |
BaseAcscNetworkImpl.formScYMatrix(SequenceCode seq,
int areaFlag) |
boolean |
BaseAcscBusImpl.initSeqEquivLoad(SequenceCode code)
Convert all the loads at the bus in a sequence (pos/neg/zero) network to equivalent shuntY
|
void |
BaseAcscBusImpl.setScGenZ(org.apache.commons.math3.complex.Complex z,
SequenceCode seq) |
void |
BaseAcscBusImpl.setScGenZ(org.apache.commons.math3.complex.Complex z,
SequenceCode seq,
Unit.UnitType unit) |
org.apache.commons.math3.complex.Complex |
AcscBranchImpl.yff(SequenceCode seq) |
org.apache.commons.math3.complex.Complex |
AcscBranchImpl.yft(SequenceCode seq) |
org.apache.commons.math3.complex.Complex |
BaseAcscBusImpl.yScii(SequenceCode seq) |
org.apache.commons.math3.complex.Complex |
AcscBranchImpl.ytf(SequenceCode seq) |
org.apache.commons.math3.complex.Complex |
AcscBranchImpl.ytt(SequenceCode seq) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.complex.Complex[][] |
ScBusCalculator.zEqBusMatrix(java.util.List<AcscBus> busList,
SequenceCode sequence)
Calculate equiv z matrix by looking into the system from a set of buses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFaultResult.setBusVoltage(org.apache.commons.math3.complex.Complex v,
AcscBus bus,
SequenceCode seq)
Set bus fault voltage
|
void |
IFaultResult.setSCCurrent(org.apache.commons.math3.complex.Complex isc,
SequenceCode seq)
Set fault point sc current for the sequence
|