public interface BaseOpfNetwork extends AclfNetwork
The following features are supported:
OpfPackage.getBaseOpfNetwork()| Modifier and Type | Method and Description |
|---|---|
double |
getAnglePenaltyFactor()
Returns the value of the 'Angle Penalty Factor' attribute.
|
double |
getMinF()
Returns the value of the 'Min F' attribute.
|
double |
getMinTotalVariableCost() |
double |
getTotalFixedCost() |
boolean |
isOpfGenBus(Bus bus) |
boolean |
isOpfSolved()
Returns the value of the 'Opf Solved' attribute.
|
void |
setAnglePenaltyFactor(double value)
Sets the value of the '
Angle Penalty Factor' attribute. |
void |
setMinF(double value)
Sets the value of the '
Min F' attribute. |
void |
setOpfSolved(boolean value)
Sets the value of the '
Opf Solved' attribute. |
accept, createDistGenList, createSubNet, getContingency, getContingencyList, getDistGenList, getFlowInterface, getFlowInterfaceList, isFlowInterfaceLoaded, setFlowInterfaceLoadedadjustXfrZ, 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, formYMatrixdouble getAnglePenaltyFactor()
"1.0".
If the meaning of the 'Angle Penalty Factor' attribute isn't clear, there really should be more of a description here...
setAnglePenaltyFactor(double),
OpfPackage.getBaseOpfNetwork_AnglePenaltyFactor()void setAnglePenaltyFactor(double value)
Angle Penalty Factor' attribute.
value - the new value of the 'Angle Penalty Factor' attribute.getAnglePenaltyFactor()boolean isOpfSolved()
"false".
If the meaning of the 'Opf Solved' attribute isn't clear, there really should be more of a description here...
setOpfSolved(boolean),
OpfPackage.getBaseOpfNetwork_OpfSolved()void setOpfSolved(boolean value)
Opf Solved' attribute.
value - the new value of the 'Opf Solved' attribute.isOpfSolved()double getMinF()
"0.0".
If the meaning of the 'Min F' attribute isn't clear, there really should be more of a description here...
setMinF(double),
OpfPackage.getBaseOpfNetwork_MinF()void setMinF(double value)
Min F' attribute.
value - the new value of the 'Min F' attribute.getMinF()double getMinTotalVariableCost()
double getTotalFixedCost()
boolean isOpfGenBus(Bus bus)