public interface BaseAcscNetwork<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch> extends BaseAclfNetwork<TBus,TBranch>
* ACSCNetwork
* Notes 1) for L-G fault, zeq = zdd0 + zdd2, i1 = i2 = i0
* for L-L fault, zeq = zdd2, i2 = -i1, i0=0
* for LL-G fault, zeq = zdd0 || zdd2; i2 and i0 calcualted based
* on v1 on the fault point
* 2) For 3-phase fault a zfualt can be defined, but for other types of
* faults, zfault = 0.0
The following features are supported:
AcscPackage.getBaseAcscNetwork()| Modifier and Type | Method and Description |
|---|---|
ISparseEqnComplex |
formScYMatrix(SequenceCode seq,
boolean luMatrix)
Form Y-matrix of the sequence specified.
|
ISparseEqnComplex |
formScYMatrix(SequenceCode seq,
int areaFlag)
Form Y-matrix of the sequence specified.
|
ISparseEqnComplex |
getNegSeqYMatrix()
Returns the value of the 'Neg Seq YMatrix' attribute.
|
ISparseEqnComplex |
getZeroSeqYMatrix()
Returns the value of the 'Zero Seq YMatrix' attribute.
|
boolean |
isPositiveSeqDataOnly()
Returns the value of the 'Positive Seq Data Only' attribute.
|
boolean |
isScDataLoaded()
Returns the value of the 'Sc Data Loaded' attribute.
|
void |
setNegSeqYMatrix(ISparseEqnComplex value)
Sets the value of the '
Neg Seq YMatrix' attribute. |
void |
setPositiveSeqDataOnly(boolean value)
Sets the value of the '
Positive Seq Data Only' attribute. |
void |
setScDataLoaded(boolean value)
Sets the value of the '
Sc Data Loaded' attribute. |
void |
setZeroSeqYMatrix(ISparseEqnComplex value)
Sets the value of the '
Zero Seq YMatrix' attribute. |
adjustXfrZ, allocateContributeGenQ, getAclfNetAdjust, getDefaultVoltageLimit, getNetworkType, getPsXfrPControlList, getRemoteQBusList, getSpecialBranchList, getSvcList, getTapControlList, getXfrZAdjustSide, getXfrZTable, getXfrZTableEntry, getYMatrix, getZeroZBranchThreshold, initBusVoltage, initBusWithSchedVolt, initContributeGenLoad, isLfConverged, isLfDataLoaded, isSensitivityCalculated, isZeroZBranchProcessed, postProcessHVDC, setAclfNetAdjust, setDefaultVoltageLimit, setLfConverged, setLfDataLoaded, setNetworkType, setSensitivityCalculated, setXfrZAdjustSide, setZeroZBranchProcessed, setZeroZBranchThresholdaccept, addArea, addOwner, addZone, arrangeBusNumber, formAdjacencyMatrix, getAreaList, getBaseKva, getBaseMva, getBranchList, getBusList, getChildNetList, getFrequency, getOriginalDataFormat, getOwnerList, getRefBusId, getRefBusType, getTieLineList, getZoneList, isAllowGroundBranch, isBusNumberArranged, isBypassDataCheck, isDataChecked, isRefBus, isSwitchBreakModel, net2String, rebuildLookupTable, setAllowGroundBranch, setBaseKva, setBusNumberArranged, setBypassDataCheck, setDataChecked, setFrequency, setOriginalDataFormat, setRefBusId, setRefBusType, setSwitchBreakModel, setToEmptycheckData, checkData, copy, copyRef, getDesc, getId, getName, getNumber, isActive, isStatus, setDesc, setId, setName, setNumber, setStatusreadData, writeDatagetAdapter, getAdapteraddTieLine, getArea, getOwner, getOwner, getZone, removeTieLine, setVisitedStatusaddBus, getBus, getBus, getBus, getNoActiveBus, getNoBus, hasBus, removeBus, removeBus, setBusaddBranch, addBranch, addBranch, addBranch, addBranch, getBranch, getBranch, getBranch, getBranch, getBranch, getNoActiveBranch, getNoBranch, hasBranch, hasBranch, removeBranch, removeBranch, removeBranchgetChildNet, hasChildNeteAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercalLoadDFactor, hasBranchMavRatingViolation, maxMismatch, smallestLoad, totalGeneration, totalLoad, totalLosshasFunctionLoad, hasPQBusLimit, hasPSXfrPControl, hasPVBusLimit, hasRemoteQBus, hasStaticVarCompensator, hasSwitchedShuntAdjustment, hasTapControl, needDiscreteAdjust, needLimitAdjust, needLimitBackoffAdjust, needPowerAdjust, needVoltageAdjustadd3WXfr, add3WXfr, get3WXfr, get3WXfr, has3WXfr, has3WXfr, remove3WXfraddHvdcLine2T, addHvdcLine2T, calculateHvdc, getHvdcLine2T, hasPSXfrareaOutputPower, neighborAreas, neighborZones, powerAreaExport, powerZoneExportformB11Matrix, formB11Matrix, formB1Matrix, formB1Matrix, formJMatrix, formJMatrix, formJMatrix, formYMatrix, formYMatrixboolean isScDataLoaded()
setScDataLoaded(boolean),
AcscPackage.getBaseAcscNetwork_ScDataLoaded()void setScDataLoaded(boolean value)
Sc Data Loaded' attribute.
value - the new value of the 'Sc Data Loaded' attribute.isScDataLoaded()boolean isPositiveSeqDataOnly()
setPositiveSeqDataOnly(boolean),
AcscPackage.getBaseAcscNetwork_PositiveSeqDataOnly()void setPositiveSeqDataOnly(boolean value)
Positive Seq Data Only' attribute.
value - the new value of the 'Positive Seq Data Only' attribute.isPositiveSeqDataOnly()ISparseEqnComplex getZeroSeqYMatrix()
setZeroSeqYMatrix(ISparseEqnComplex),
AcscPackage.getBaseAcscNetwork_ZeroSeqYMatrix()void setZeroSeqYMatrix(ISparseEqnComplex value)
Zero Seq YMatrix' attribute.
value - the new value of the 'Zero Seq YMatrix' attribute.getZeroSeqYMatrix()ISparseEqnComplex getNegSeqYMatrix()
setNegSeqYMatrix(ISparseEqnComplex),
AcscPackage.getBaseAcscNetwork_NegSeqYMatrix()void setNegSeqYMatrix(ISparseEqnComplex value)
Neg Seq YMatrix' attribute.
value - the new value of the 'Neg Seq YMatrix' attribute.getNegSeqYMatrix()ISparseEqnComplex formScYMatrix(SequenceCode seq, boolean luMatrix)
seq - sequenceluMatrix - boolean for performing LU decompostion of the matrix
ISparseEqnComplex formScYMatrix(SequenceCode seq, int areaFlag)
seq - sequenceareaFlag - boolean for performing LU decompostion of the matrix