Class DefaultCapacityBundle

    • Field Detail

      • count

        @ConfigurableValue(description="Number of capacity structures expected",
                           valueType="Integer",
                           dump=false)
        protected int count
      • population

        @ConfigurableValue(valueType="Integer")
        protected int population
      • type

        @ConfigurableValue(description="PowerType for this bundle",
                           valueType="String",
                           dump=false)
        protected String type
      • customerSize

        @ConfigurableValue(valueType="String",
                           dump=false)
        protected String customerSize
      • multiContracting

        @ConfigurableValue(description="If true, then this bundle can divide itself among multiple tariffs",
                           valueType="Boolean",
                           dump=false)
        protected boolean multiContracting
      • canNegotiate

        @ConfigurableValue(description="Unsupported, value ignored",
                           valueType="Boolean",
                           dump=false)
        protected boolean canNegotiate
      • controllableKW

        @ConfigurableValue(description="Maximum curtailment per timeslot",
                           valueType="Double",
                           dump=false)
        protected double controllableKW
      • upRegulationKW

        @ConfigurableValue(description="Maximum storage discharge per timeslot",
                           valueType="Double",
                           dump=false)
        protected double upRegulationKW
      • downRegulationKW

        @ConfigurableValue(description="Maximum down-regulation (energy absorbed) per timeslot",
                           valueType="Double",
                           dump=false)
        protected double downRegulationKW
      • storageCapacity

        @ConfigurableValue(description="",
                           valueType="Double",
                           dump=false)
        protected double storageCapacity
      • isAdaptive

        @ConfigurableValue(valueType="Boolean",
                           dump=false)
        protected boolean isAdaptive
    • Constructor Detail

      • DefaultCapacityBundle

        public DefaultCapacityBundle​(String name)