| Constructor and Description |
|---|
AbstractAclfBus() |
AbstractAclfBus(AclfBus parent) |
| Modifier and Type | Method and Description |
|---|---|
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
|
AclfBus |
getParentAclfBus() |
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
|
void |
setParentAclfBus(AclfBus p) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetExtAclfBus, mismatchpublic AbstractAclfBus()
public AbstractAclfBus(AclfBus parent)
public AclfBus getParentAclfBus()
public void setParentAclfBus(AclfBus p)
public boolean isSwing()
IAclfBuspublic boolean isRefBus()
IAclfBuspublic boolean isGenPQ()
IAclfBuspublic boolean isGenPV()
IAclfBuspublic boolean isCapacitor()
IAclfBusisCapacitor in interface IAclfBuspublic boolean isLoad()
IAclfBuspublic boolean isNonContribute()
IAclfBusisNonContribute in interface IAclfBuspublic double getVoltageMag()
IAclfBusgetVoltageMag in interface IAclfBuspublic double getVoltageAng()
IAclfBusgetVoltageAng in interface IAclfBuspublic double getGenP()
IAclfBuspublic double getGenQ()
IAclfBuspublic double getLoadP()
IAclfBuspublic double getLoadQ()
IAclfBus