| Modifier and Type | Method and Description |
|---|---|
static AclfBus |
CoreObjectFactory.createAclfBus()
Create an AclfBus object
|
static AclfBus |
CoreObjectFactory.createAclfBus(java.lang.String busId,
BaseAclfNetwork<?,?> net)
Create an AclfBus object and add it to the net
|
static AclfBus |
CoreObjectFactory.createAclfBus(java.lang.String busId,
int areaNo,
int zoneNo,
java.lang.String ownerId,
AclfNetwork net)
Create an AclfBus object and add the object into the Network
|
static AclfBus |
CoreObjectFactory.createAclfBusSection(java.lang.String busId,
int secNo,
AclfNetwork net)
Create an AclfBus section object and add the section into AclfNetwork.
|
| Modifier and Type | Method and Description |
|---|---|
static ChildNetwork<AclfBus,AclfBranch> |
CoreObjectFactory.createChildAclfNet(AclfNetwork parentNet,
java.lang.String childNetId) |
static ChildNetwork<? extends AclfBus,? extends AclfBranch> |
CoreObjectFactory.createChildNet(BaseAclfNetwork<? extends AclfBus,? extends AclfBranch> parentNet,
java.lang.String childNetId) |
| Modifier and Type | Method and Description |
|---|---|
static StaticVarCompensator |
CoreObjectFactory.createStaticVarCompensator(AclfBus bus)
Create a StaticVarCompensator object.
|
static StaticVarCompensator |
CoreObjectFactory.createStaticVarCompensator(AclfBus bus,
VarCompensationMode mode)
Create a StaticVarCompensator object
|
static StaticVarCompensator |
CoreObjectFactory.createStaticVarCompensator(AclfBus bus,
VarCompensationMode mode,
java.lang.String remoteId)
Create a StaticVarCompensator object
|
static SwitchedShunt |
CoreObjectFactory.createSwitchedShunt(AclfBus bus)
Create a SwitchedShunt object.
|
static SwitchedShunt |
CoreObjectFactory.createSwitchedShunt(AclfBus bus,
VarCompensationMode mode)
Create a SwitchedShunt object
|
static SwitchedShunt |
CoreObjectFactory.createSwitchedShunt(AclfBus bus,
VarCompensationMode mode,
java.lang.String remoteId)
Create a SwitchedShunt object
|
| Modifier and Type | Method and Description |
|---|---|
static ChildNetwork<? extends AclfBus,? extends AclfBranch> |
CoreObjectFactory.createChildNet(BaseAclfNetwork<? extends AclfBus,? extends AclfBranch> parentNet,
java.lang.String childNetId) |
| Modifier and Type | Method and Description |
|---|---|
AclfBus |
AclfFactory.createAclfBus()
Returns a new object of class 'Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AclfBus> |
AclfNetwork.getDistGenList()
Returns the value of the 'Dist Gen List' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BusbarOutageContingency.addDistributionBus(double dfactor,
AclfBus bus)
add the disrubtion bus (AclfBus) to the contingency
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DepContingencyImpl.addIslandBus(AclfBus bus) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BusbarOutageContingencyImpl.addDistributionBus(AclfBus bus,
double dfactor) |
boolean |
BusbarOutageContingencyImpl.addDistributionBus(double dfactor,
AclfBus bus) |
void |
DistributionBusImpl.setBus(AclfBus newBus)
This is specialized for the more specific type known in this context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AclfBusImpl
An implementation of the model object 'Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
AclfBus |
AclfFactoryImpl.createAclfBus() |
AclfBus |
AbstractAclfBus.getParentAclfBus() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AclfBus> |
AclfNetworkImpl.getDistGenList() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.math3.complex.Complex |
NetInjectionHelper.powerIntoNet(AclfBus bus)
compute power into the network at the bus.
|
void |
AbstractAclfBus.setParentAclfBus(AclfBus p) |
| Constructor and Description |
|---|
AbstractAclfBus(AclfBus parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
AreaInterchangeControlImpl.setSwingBus(AclfBus bus) |
| Modifier and Type | Method and Description |
|---|---|
T |
AclfSwitch.caseAclfBus(AclfBus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
double |
LossCalBranchWalker.pFlowFactorInFlow(AclfBus bus,
AclfBranch branch)
calculate into-direction (flow path) branch power / power into the bus
|
double |
LossCalBranchWalker.pFlowFactorOutFlow(AclfBus bus,
AclfBranch branch)
calculate out-direction branch (flow path) / power out the bus
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AclfBus> |
CommonLangFactoryImpl.createAclfBusListFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
| Modifier and Type | Method and Description |
|---|---|
double |
IDclfResult.getBusPower(AclfBus bus)
get bus power for DC Loadflow, into net as positive direction, obtained by gen - load,
except for the ref bus.
|
double |
IDclfResult.getBusPowerInfoNet(AclfBus bus)
get bus power into the network for DC Loadflow, into net as positive direction,
obtained by sum of all branch flows
|
double |
IDclfResult.getMismatch(AclfBus bus)
get Dclf bus power mismatch gen - load - powerIntoNet
|
| Modifier and Type | Method and Description |
|---|---|
void |
DclfBusAdapterImpl.setBus(AclfBus newBus)
This is specialized for the more specific type known in this context.
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.function.Function<AclfBus,java.lang.Double> |
DclfFunction.dclfBusP
function to calculate AclfBus P for dclf calculation
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DclfFunction.mapDistGenBus2SenBus(org.eclipse.emf.common.util.EList<AclfBus> distGenList,
org.eclipse.emf.common.util.EList<SenAnalysisBus> withdrawBusList) |
| Modifier and Type | Method and Description |
|---|---|
double |
DcLoadflowImpl.getBusPower(AclfBus bus) |
double |
DcLoadflowImpl.getBusPowerInfoNet(AclfBus bus) |
double |
DcLoadflowImpl.getMismatch(AclfBus bus) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.math3.complex.Complex |
CoreUtilFunc.calExpLoad(AclfBus bus)
Calculate exponential load
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BaseOpfBus
A representation of the model object 'Base Opf Bus'.
|
interface |
BaseOpfGenBus
A representation of the model object 'Base Opf Gen Bus'.
|
interface |
OpfBus
A representation of the model object 'Bus'.
|
interface |
OpfGenBus
A representation of the model object 'Gen Bus'.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DclfOpfBus
A representation of the model object 'Bus'.
|
interface |
DclfOpfGenBus
A representation of the model object 'Gen Bus'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DclfOpfBusImpl
An implementation of the model object 'Bus'.
|
class |
DclfOpfGenBusImpl
An implementation of the model object 'Gen Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
DclfOpfSwitch.caseAclfBus(AclfBus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseOpfBusImpl
An implementation of the model object 'Base Opf Bus'.
|
class |
OpfBusImpl
An implementation of the model object 'Bus'.
|
class |
OpfGenBusImpl
An implementation of the model object 'Gen Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
OpfSwitch.caseAclfBus(AclfBus object)
Returns the result of interpreting the object as an instance of 'Bus'.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BusLoadChange.apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
void |
BusGenChange.apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
BusLoadChangeImpl.apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
void |
BusGenChangeImpl.apply(AclfBus aclfBus,
double baseKva,
IPSSMsgHub msg) |
| Modifier and Type | Method and Description |
|---|---|
static AclfBus |
AclfInputUtilFunc.addCapacitorBusTo(AclfNetwork net,
java.lang.String busId,
double baseV,
int noArea,
int noZone,
double q,
Unit.UnitType qUnit)
Add a capacitor bus to the network
|
static AclfBus |
AclfInputUtilFunc.addLoadBusTo(AclfNetwork net,
java.lang.String id,
double baseV,
int noArea,
int noZone,
AclfLoadCode code,
double p,
double q,
Unit.UnitType pUnit)
Add a load bus to the network
|
static AclfBus |
AclfInputUtilFunc.addLoadBusTo(AclfNetwork net,
java.lang.String id,
int secNo,
double baseV,
int noArea,
int noZone,
AclfLoadCode code,
double p,
double q,
Unit.UnitType pUnit) |
static AclfBus |
AclfInputUtilFunc.addNonGenNonLoadBusTo(AclfNetwork net,
java.lang.String id,
double baseV,
int noArea,
int noZone)
Add a non-load and non-gen bus
|
static AclfBus |
AclfInputUtilFunc.addNonGenNonLoadBusTo(AclfNetwork net,
java.lang.String id,
int secNo,
double baseV,
int noArea,
int noZone) |
static AclfBus |
AclfInputUtilFunc.addPQBusTo(AclfNetwork net,
java.lang.String id,
double baseV,
int noArea,
int noZone,
double p,
double q,
Unit.UnitType pUnit)
Add a PQ Gen bus to the network
|
static AclfBus |
AclfInputUtilFunc.addPVBusTo(AclfNetwork net,
java.lang.String id,
double baseV,
int noArea,
int noZone,
double p,
Unit.UnitType pUnit,
double v,
Unit.UnitType vUnit)
Add a PV bus to the network object
|
static AclfBus |
AclfInputUtilFunc.addSwingBusTo(AclfNetwork net,
java.lang.String id,
double baseV,
int noArea,
int noZone,
double vMag,
Unit.UnitType vUnit,
double vAng,
Unit.UnitType angUnit)
Add a swing bus into the network
|
| Modifier and Type | Method and Description |
|---|---|
static FunctionLoad |
AclfAdjInputUtilFunc.addAclfFuncLoadTo(AclfBus bus,
double baseKva,
double loadP0,
double loadQ0,
double p_a,
double p_b,
double q_a,
double q_b,
Unit.UnitType unit)
Add a FunctionLoad control to the network
|