| Package | Description |
|---|---|
| com.interpss.dstab | |
| com.interpss.dstab.impl |
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<StaticLoadModel> |
StaticLoadModel.VALUES
A public read-only list of all the 'Static Load Model' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static StaticLoadModel |
StaticLoadModel.get(int value)
Returns the 'Static Load Model' literal with the specified integer value.
|
static StaticLoadModel |
StaticLoadModel.get(java.lang.String literal)
Returns the 'Static Load Model' literal with the specified literal value.
|
static StaticLoadModel |
StaticLoadModel.getByName(java.lang.String name)
Returns the 'Static Load Model' literal with the specified name.
|
StaticLoadModel |
BaseDStabNetwork.getStaticLoadModel()
Returns the value of the 'Static Load Model' attribute.
|
static StaticLoadModel |
StaticLoadModel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StaticLoadModel[] |
StaticLoadModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.complex.Complex |
BaseDStabBus.calDStabLoad(StaticLoadModel loadModel,
double switchVoltage)
Calculate bus transient statbility eq load
|
org.apache.commons.math3.complex.Complex |
BaseDStabBus.injCurDynamic(StaticLoadModel loadModel,
double loadSwitchVolt,
double switchDeadZone)
Calculate bus dynamic inject current, including machine Igen plus Load injection
current if it is modeled as constant power load.
|
void |
BaseDStabNetwork.setStaticLoadModel(StaticLoadModel value)
Sets the value of the '
Static Load Model' attribute. |
| Modifier and Type | Method and Description |
|---|---|
StaticLoadModel |
DstabFactoryImpl.createStaticLoadModelFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
StaticLoadModel |
BaseDStabNetworkImpl.getStaticLoadModel() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.complex.Complex |
BaseDStabBusImpl.calDStabLoad(StaticLoadModel loadModel,
double switchVoltage) |
org.apache.commons.math3.complex.Complex |
BaseDStabBusImpl.injCurDynamic(StaticLoadModel loadModel,
double loadSwitchVolt,
double switchDeadZone) |
void |
BaseDStabNetworkImpl.setStaticLoadModel(StaticLoadModel newStaticLoadModel) |