Class EvTypeInput

All Implemented Interfaces:
Serializable

public class EvTypeInput extends SystemParticipantTypeInput
Describes the type of a EvInput
See Also:
  • Constructor Details

    • EvTypeInput

      public EvTypeInput(UUID uuid, String id, tech.units.indriya.ComparableQuantity<edu.ie3.util.quantities.interfaces.Currency> capex, tech.units.indriya.ComparableQuantity<edu.ie3.util.quantities.interfaces.EnergyPrice> opex, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Energy> eStorage, tech.units.indriya.ComparableQuantity<edu.ie3.util.quantities.interfaces.SpecificEnergy> eCons, tech.units.indriya.ComparableQuantity<javax.measure.quantity.Power> sRated, double cosphiRated)
      Parameters:
      uuid - of the input entity
      id - of this type of EV
      capex - Capital expense for this type of EV (typically in €)
      opex - Operating expense for this type of EV (typically in €)
      eStorage - Energy capacity of the storage
      eCons - Consumed electric energy per driven distance
      sRated - Rated apparent power for this type of EV (typically in kW)
      cosphiRated - Power factor for this type of EV
  • Method Details