public interface IAclfNetFunc
extends org.eclipse.emf.ecore.EObject
AclfPackage.getIAclfNetFunc()| Modifier and Type | Method and Description |
|---|---|
void |
calLoadDFactor(double loadThreshhold,
Unit.UnitType unit)
calculate load distribution factor
|
boolean |
hasBranchMavRatingViolation()
check if the net has branch mva rating violation
|
Mismatch |
maxMismatch(AclfMethod lfMethod)
Find max mismatch
|
double |
smallestLoad(Unit.UnitType unit)
Find the smallest load to assist tolerance selection
|
org.apache.commons.math3.complex.Complex |
totalGeneration(Unit.UnitType unit)
Find total network generation
|
org.apache.commons.math3.complex.Complex |
totalLoad(Unit.UnitType unit)
Find total network load
|
org.apache.commons.math3.complex.Complex |
totalLoss(Unit.UnitType unit)
Find total network loss
|
Mismatch maxMismatch(AclfMethod lfMethod)
lfMethod - Loadflow method
double smallestLoad(Unit.UnitType unit)
org.apache.commons.math3.complex.Complex totalGeneration(Unit.UnitType unit)
unit - generation unit
org.apache.commons.math3.complex.Complex totalLoad(Unit.UnitType unit)
unit - Load unit
org.apache.commons.math3.complex.Complex totalLoss(Unit.UnitType unit)
unit - Loss unit
boolean hasBranchMavRatingViolation()
void calLoadDFactor(double loadThreshhold,
Unit.UnitType unit)
loadThreshhold - min load thresholdunit - load unit