Modifier and Type | Class and Description |
---|---|
class |
SubNetwork012<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch,TNet extends BaseAcscNetwork<TBus,TBranch>>
Class for modeling the SubNetwork concept for representing 012 un-symmetric sub-network.
|
Modifier and Type | Method and Description |
---|---|
static AcscBranch |
CoreObjectFactory.createAcscBranch()
Create an AcscBranch object
|
static AcscBranch |
CoreObjectFactory.createAcscBranch(Branch branch,
Area area,
Zone zone)
Create an AcscBranch object for distribution system analysis
|
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<AcscBus> |
CoreObjectFactory.createAcscBus(java.lang.String busId,
BaseAcscNetwork<AcscBus,AcscBranch> net)
Create an AcscBus object
|
Modifier and Type | Interface and Description |
---|---|
interface |
Static3PBranch
A representation of the model object 'Acsc3 PBranch'.
|
Modifier and Type | Class and Description |
---|---|
class |
Static3PBranchImpl
An implementation of the model object 'Acsc3 PBranch'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch> |
Static3PhaseSwitch.caseBaseAcscNetwork(BaseAcscNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Acsc Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
Static3PhaseSwitch.caseAcscBranch(AcscBranch object)
Returns the result of interpreting the object as an instance of 'Branch'.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BaseAcscNetwork<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch>
A representation of the model object 'Base Acsc Network'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch> |
AcscFactory.createBaseAcscNetwork()
Returns a new object of class 'Base Acsc Network'.
|
Modifier and Type | Method and Description |
---|---|
AcscBranch |
AcscFactory.createAcscBranch()
Returns a new object of class 'Branch'.
|
Modifier and Type | Method and Description |
---|---|
AcscBranch |
AcscBranchFault.getFaultBranch()
Returns the value of the 'Fault Branch' reference.
|
Modifier and Type | Method and Description |
---|---|
Complex3x1 |
IBranchScCurrent.calBranchScAmpFrom2To(AcscBranch branch)
Calculate branch current (all branches) for display purpose.
|
Complex3x1 |
IBranchScCurrent.calBranchScAmpTo2From(AcscBranch branch)
Calculate branch current (all branches) for display purpose.
|
void |
AcscBranchFault.setFaultBranch(AcscBranch value)
Sets the value of the '
Fault Branch ' reference. |
Modifier and Type | Field and Description |
---|---|
protected AcscBranch |
AcscBranchFaultImpl.faultBranch
The cached value of the '
Fault Branch ' reference. |
Modifier and Type | Method and Description |
---|---|
AcscBranch |
AcscBranchFaultImpl.getFaultBranch() |
Modifier and Type | Method and Description |
---|---|
Complex3x1 |
AbstractAcscFaultResultImpl.calBranchScAmpFrom2To(AcscBranch branch) |
Complex3x1 |
AbstractAcscFaultResultImpl.calBranchScAmpTo2From(AcscBranch branch) |
void |
AcscBranchFaultImpl.setFaultBranch(AcscBranch newFaultBranch) |
Modifier and Type | Method and Description |
---|---|
Complex3x1 |
AcscFaultResult.calBranchScAmpFrom2To(AcscBranch branch)
Calculate branch sc current for display purpose.
|
Complex3x1 |
AcscFaultResult.calBranchScAmpTo2From(AcscBranch branch)
Calculate branch sc current for display purpose.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseAcscNetworkImpl<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch>
An implementation of the model object 'Base Acsc Network'.
|
Modifier and Type | Class and Description |
---|---|
class |
AcscBranchImpl
An implementation of the model object 'Branch'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch> |
AcscFactoryImpl.createBaseAcscNetwork() |
Modifier and Type | Method and Description |
---|---|
AcscBranch |
AcscFactoryImpl.createAcscBranch() |
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch> |
AcscSwitch.caseBaseAcscNetwork(BaseAcscNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Acsc Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
AcscSwitch.caseAcscBranch(AcscBranch object)
Returns the result of interpreting the object as an instance of 'Branch'.
|
Modifier and Type | Field and Description |
---|---|
static java.util.function.Function<AcscBranch,AcscLineAdapter> |
AcscFunction.acscLineAptr
Acsc line adapter function AcscLine = f(AcscBranch)
|
static java.util.function.Function<AcscBranch,AcscPSXformerAdapter> |
AcscFunction.acscPSXfrAptr
Acsc PSXfr adapter function AcscPSXformer = f(AcscBranch)
|
static java.util.function.Function<AcscBranch,AcscXformerAdapter> |
AcscFunction.acscXfrAptr
Acsc xfr adapter function AcscXformer = f(AcscBranch)
|
Modifier and Type | Method and Description |
---|---|
static org.apache.commons.math3.complex.Complex |
CoreUtilFunc.yXfrGround(AcscBranch branch,
boolean iAtFromSide)
Compute zero sequence Xfr node to ground y.
|
Modifier and Type | Method and Description |
---|---|
AcscBranch |
DistBranch.getAcscBranch()
get the referenced AcscBranch object
|
Modifier and Type | Field and Description |
---|---|
protected AcscBranch |
DistBranchImpl.branch
The cached value of the '
Branch ' reference. |
Modifier and Type | Method and Description |
---|---|
AcscBranch |
DistBranchImpl.getAcscBranch() |
AcscBranch |
DistBranchImpl.getBranch() |
Modifier and Type | Method and Description |
---|---|
void |
DistBranchImpl.setBranch(AcscBranch newBranch) |
Modifier and Type | Interface and Description |
---|---|
interface |
DStabBranch
A representation of the model object 'DStab Branch'.
|
Modifier and Type | Class and Description |
---|---|
class |
DStabBranchImpl
An implementation of the model object 'DStab Branch'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAcscBus<? extends AcscGen,? extends AcscLoad>,TBranch extends AcscBranch> |
DstabSwitch.caseBaseAcscNetwork(BaseAcscNetwork<TBus,TBranch> object)
Returns the result of interpreting the object as an instance of 'Base Acsc Network'.
|
Modifier and Type | Method and Description |
---|---|
T |
DstabSwitch.caseAcscBranch(AcscBranch object)
Returns the result of interpreting the object as an instance of 'Branch'.
|
Modifier and Type | Method and Description |
---|---|
static AcscBranch |
AcscInputUtilFunc.addAcscLineBranchTo(AcscNetwork net,
java.lang.String branchFromBusId,
java.lang.String branchToBusId,
java.lang.String name,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit)
Add a line branch to the network object
|
static AcscBranch |
AcscInputUtilFunc.addAcscPSXfromerBranchTo(AcscNetwork net,
java.lang.String branchFromBusId,
java.lang.String branchToBusId,
java.lang.String name,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
double fromAng,
double toAng,
Unit.UnitType angUnit,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a PSXfr branch to the network object
|
static AcscBranch |
AcscInputUtilFunc.addAcscXformerBranchTo(AcscNetwork net,
java.lang.String branchFromBusId,
java.lang.String branchToBusId,
java.lang.String name,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a xfr branch to the network object
|
Modifier and Type | Method and Description |
---|---|
static void |
AcscInputUtilFunc.setAcscLineBranch(AcscBranch branch,
java.lang.String name,
double baseKva,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit)
set line branch data
|
static void |
AcscInputUtilFunc.setAcscPSXfromerBranch(AcscBranch branch,
java.lang.String name,
double baseKva,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
double fromAng,
double toAng,
Unit.UnitType angUnit,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Add a PSXfr branch to the network object
|
static void |
AcscInputUtilFunc.setAcscXformerBranch(AcscBranch branch,
java.lang.String name,
double baseKva,
double r1,
double x1,
double r0,
double x0,
Unit.UnitType zUnit,
BusGroundCode fGroundCode,
XFormerConnectCode fromConCode,
double fromRg,
double fromXg,
BusGroundCode tGroundCode,
XFormerConnectCode toConCode,
double toRg,
double toXg,
Unit.UnitType zgUnit)
Set xfr branch data
|
Modifier and Type | Method and Description |
---|---|
void |
AclfBranchState.map2EObject(AcscBranch eObj) |
Modifier and Type | Method and Description |
---|---|
static AcscBranch |
AcscBranchState.create() |
static AcscBranch |
AcscBranchState.create(AclfBranchState bean) |
static AcscBranch |
AcscBranchState.create(AcscBranchState bean) |
Modifier and Type | Method and Description |
---|---|
void |
AcscBranchState.map2EObject(AcscBranch eObj) |
static void |
AcscBranchState.readData(com.hazelcast.nio.ObjectDataInput in,
AcscBranch eObj) |
void |
AcscBranchState.updateEObject(AcscBranch eObj) |
static void |
AcscBranchState.writeData(com.hazelcast.nio.ObjectDataOutput out,
AcscBranch eObj) |
Constructor and Description |
---|
AcscBranchState(AcscBranch eObj) |