Modifier and Type | Interface and Description |
---|---|
interface |
ThyConverter<TBus extends BaseAclfBus<?,?>>
A representation of the model object 'Thy Converter'.
|
interface |
VSCConverter<TBus extends BaseAclfBus<?,?>>
A representation of the model object 'Base VSC Converter'.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineFactory.createBaseConverter()
Returns a new object of class 'Base Converter'.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseConverterImpl<TBus extends BaseAclfBus<?,?>>
An implementation of the model object 'Base Converter'.
|
class |
ThyConverterImpl<TBus extends BaseAclfBus<?,?>>
An implementation of the model object 'Thy Converter'.
|
class |
VSCConverterImpl<TBus extends BaseAclfBus<?,?>>
VSC Converter model for power flow studies;
Now it is modeled as a generator in power flow; in the future it can be modeled in detail for AC/DC power flow analysis
Regarding the p.u.
|
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineFactoryImpl.createBaseConverter() |
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<?,?>> |
HvdcLineSwitch.caseBaseConverter(BaseConverter<TBus> object)
Returns the result of interpreting the object as an instance of 'Base Converter'.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<BaseConverter<?>> |
HvdcUtilFunc.getHvdcConverters(BaseAclfNetwork<?,?> aclfNet)
Returns a list of BaseConverter objects from the given AclfNetwork.
|
Modifier and Type | Interface and Description |
---|---|
interface |
VSCConverterDyn |
Modifier and Type | Class and Description |
---|---|
class |
VSCConverterDynImpl |
Modifier and Type | Method and Description |
---|---|
<TBus extends BaseAclfBus<?,?>> |
DStabHvdcSwitch.caseBaseConverter(BaseConverter<TBus> object)
Returns the result of interpreting the object as an instance of 'Base Converter'.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseConverterState.map2EObject(BaseConverter<? extends Bus> eObj) |
static void |
BaseConverterState.readData(com.hazelcast.nio.ObjectDataInput in,
BaseConverter<?> eObj) |
void |
BaseConverterState.updateEObject(BaseConverter<? extends Bus> eObj) |
static void |
BaseConverterState.writeData(com.hazelcast.nio.ObjectDataOutput out,
BaseConverter<?> eObj) |
Constructor and Description |
---|
BaseConverterState(BaseConverter<? extends Bus> eObj) |