Class AbstractLfBus

    • Field Detail

      • LOGGER

        protected static final org.slf4j.Logger LOGGER
      • slack

        protected boolean slack
      • angle

        protected double angle
      • calculatedQ

        protected double calculatedQ
      • voltageControllerEnabled

        protected boolean voltageControllerEnabled
      • voltageControlSwitchOffCount

        protected int voltageControlSwitchOffCount
      • initialLoadTargetP

        protected double initialLoadTargetP
      • loadTargetP

        protected double loadTargetP
      • fixedLoadTargetP

        protected double fixedLoadTargetP
      • positiveLoadCount

        protected int positiveLoadCount
      • initialLoadTargetQ

        protected double initialLoadTargetQ
      • loadTargetQ

        protected double loadTargetQ
      • fixedLoadTargetQ

        protected double fixedLoadTargetQ
      • generationTargetQ

        protected double generationTargetQ
      • loads

        protected final List<com.powsybl.iidm.network.Load> loads
      • batteries

        protected final List<com.powsybl.iidm.network.Battery> batteries
      • lccCss

        protected final List<com.powsybl.iidm.network.LccConverterStation> lccCss
      • disabled

        protected boolean disabled
    • Constructor Detail

      • AbstractLfBus

        protected AbstractLfBus​(LfNetwork network,
                                double v,
                                double angle)