public interface IAclfBus
AclfPackage.getIAclfBus()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
IAclfBus |
getExtAclfBus()
get the extension AclfBus, which is stored in the extensionObject field
|
double |
getGenP()
get bus gen active power in PU
|
double |
getGenQ()
get bus gen reactive power in PU
|
double |
getLoadP()
get bus load active power in PU
|
double |
getLoadQ()
get bus load reactive power in PU
|
org.apache.commons.math3.complex.Complex |
getShuntY()
get bus shunt Y in PU
|
double |
getVoltageAng()
for custom Swing bus implementation
get bus voltage angle in Rad
|
double |
getVoltageMag()
for custom Swing or PV bus implementation
get bus voltage magnitude in PU
|
boolean |
isCapacitor()
check if the bus is a Capacitor bus
|
boolean |
isGenPQ()
check if the bus is a gen PQ bus
|
boolean |
isGenPV()
check if the bus is a gen PV bus
|
boolean |
isLoad()
check if the bus is a Load bus
|
boolean |
isNonContribute()
check if the bus is a Load bus
|
boolean |
isRefBus()
By default, ref bus is the swing bus.
|
boolean |
isSwing()
check if the bus is a Swing bus
|
org.apache.commons.math3.complex.Complex |
mismatch(AclfMethod lfMethod)
Calculate bus mismatch = specified - calculated, with into network direction as the positive direction, in pu.
|
static final java.lang.String copyright
boolean isSwing()
boolean isRefBus()
boolean isGenPQ()
boolean isGenPV()
boolean isCapacitor()
boolean isLoad()
boolean isNonContribute()
double getVoltageMag()
double getVoltageAng()
double getGenP()
double getGenQ()
double getLoadP()
double getLoadQ()
org.apache.commons.math3.complex.Complex getShuntY()
org.apache.commons.math3.complex.Complex mismatch(AclfMethod lfMethod)
lfMethod - the loadflow method to be used for the calculation
IAclfBus getExtAclfBus()