Package | Description |
---|---|
com.powsybl.ampl.converter | |
com.powsybl.iidm.export | |
com.powsybl.iidm.network | |
com.powsybl.iidm.network.util | |
com.powsybl.loadflow.resultscompletion.z0flows | |
com.powsybl.loadflow.validation | |
com.powsybl.security | |
com.powsybl.security.detectors |
Base classes and default implementation of limit violation detectors.
|
Modifier and Type | Method and Description |
---|---|
static Bus |
AmplUtil.getBus(Terminal t) |
static Bus |
AmplUtil.getConnectableBus(Terminal t) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Iterable<Bus> |
AmplUtil.getBuses(Network n) |
Modifier and Type | Method and Description |
---|---|
boolean |
BusFilter.test(Bus b) |
Modifier and Type | Method and Description |
---|---|
Bus |
BusAdder.add() |
Bus |
Terminal.BusBreakerView.getBus()
Get the connection bus of this terminal in the bus/breaker topology.
|
Bus |
Terminal.BusView.getBus()
Get the connection bus of this terminal in the bus only topology.
|
Bus |
VoltageLevel.BusBreakerView.getBus(java.lang.String id)
Get a bus.
|
Bus |
VoltageLevel.BusView.getBus(java.lang.String id)
Get a bus.
|
default Bus |
Network.BusBreakerView.getBus(java.lang.String id)
Get a Bus.
|
default Bus |
Network.BusView.getBus(java.lang.String id)
Get a Bus.
|
Bus |
VoltageLevel.BusBreakerView.getBus1(java.lang.String switchId)
Get the first bus to which the switch is connected.
|
Bus |
VoltageLevel.BusBreakerView.getBus2(java.lang.String switchId)
Get the second bus to which the switch is connected.
|
Bus |
Terminal.BusBreakerView.getConnectableBus()
Get a bus that can be used to connected the terminal in the
bus/breaker topology.
|
Bus |
Terminal.BusView.getConnectableBus()
Get a bus that can be used to connected the terminal in the
bus only topology.
|
Bus |
Equipments.ConnectionInfo.getConnectionBus() |
Bus |
VoltageLevel.BusView.getMergedBus(java.lang.String configuredBusId)
Get the merged bus that includes the given configured bus or Busbar section.
|
Bus |
Bus.setAngle(double angle)
Set the voltage angle of the bus in degree.
|
Bus |
Bus.setV(double v)
Set the voltage magnituge of the bus in kV.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Bus> |
VoltageLevel.BusBreakerView.getBuses()
Get buses.
|
java.lang.Iterable<Bus> |
VoltageLevel.BusView.getBuses()
Get buses.
|
java.lang.Iterable<Bus> |
Network.BusBreakerView.getBuses()
Get all buses.
|
java.lang.Iterable<Bus> |
Network.BusView.getBuses()
Get all buses.
|
java.lang.Iterable<Bus> |
Component.getBuses()
Get buses in the component.
|
java.util.stream.Stream<Bus> |
VoltageLevel.BusBreakerView.getBusStream()
Get buses.
|
java.util.stream.Stream<Bus> |
VoltageLevel.BusView.getBusStream()
Get buses.
|
java.util.stream.Stream<Bus> |
Network.BusBreakerView.getBusStream()
Get all buses.
|
java.util.stream.Stream<Bus> |
Network.BusView.getBusStream()
Get all buses.
|
java.util.stream.Stream<Bus> |
Component.getBusStream()
Get buses in the component.
|
Constructor and Description |
---|
ConnectionInfo(Bus connectionBus,
boolean connected) |
Modifier and Type | Method and Description |
---|---|
static int |
ConnectedComponents.getCcNum(Bus b) |
Modifier and Type | Method and Description |
---|---|
boolean |
Z0BusGroup.contains(Bus bus) |
Modifier and Type | Method and Description |
---|---|
void |
Z0BusGroup.exploreZ0(java.util.Set<Bus> processed) |
Constructor and Description |
---|
Z0BusGroup(Bus bus,
Z0LineChecker z0checker) |
Z0FlowFromBusBalance(Bus bus,
Line line) |
Modifier and Type | Method and Description |
---|---|
boolean |
BusesValidation.checkBuses(Bus bus,
ValidationConfig validationConfig,
TableFormatterConfig formatterConfig,
java.io.Writer writer) |
boolean |
BusesValidation.checkBuses(Bus bus,
ValidationConfig config,
ValidationWriter busesWriter) |
boolean |
BusesValidation.checkBuses(Bus bus,
ValidationConfig config,
java.io.Writer writer) |
Modifier and Type | Method and Description |
---|---|
void |
LimitViolationDetector.checkVoltage(Bus bus,
java.util.function.Consumer<LimitViolation> consumer)
Checks whether the voltage value on the specified
Bus
should be considered as a LimitViolation or not. |
void |
LimitViolationDetector.checkVoltage(Bus bus,
double voltageValue,
java.util.function.Consumer<LimitViolation> consumer)
Checks whether the specified voltage value on the specified
Bus
should be considered as a LimitViolation or not. |
default void |
LimitViolationDetector.checkVoltage(Contingency contingency,
Bus bus,
java.util.function.Consumer<LimitViolation> consumer)
Checks whether the voltage value on the specified
Bus
should be considered as a LimitViolation or not. |
default void |
LimitViolationDetector.checkVoltage(Contingency contingency,
Bus bus,
double voltageValue,
java.util.function.Consumer<LimitViolation> consumer)
Checks whether the specified voltage value on the specified
Bus
should be considered as a LimitViolation or not. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractContingencyBlindDetector.checkVoltage(Bus bus,
java.util.function.Consumer<LimitViolation> consumer)
This implementation takes the voltage value to be checked from the Network.
|
void |
DefaultLimitViolationDetector.checkVoltage(Bus bus,
double value,
java.util.function.Consumer<LimitViolation> consumer) |
void |
AbstractLimitViolationDetector.checkVoltage(Bus bus,
double voltageValue,
java.util.function.Consumer<LimitViolation> consumer) |
void |
AbstractLimitViolationDetector.checkVoltage(Contingency contingency,
Bus bus,
java.util.function.Consumer<LimitViolation> consumer)
This implementation takes the voltage value to be checked from the Network.
|
Copyright © 2019. All rights reserved.