Electric Vehicles

The electric vehicles technology algorithm computes the impact on the system load of the addition of electric vehicle charging to the grid and compares the effects of uncoordinated electric vehicle (EV) charging behavior and a coordinated charging scheme. Electrical demand associated with either uncoordinated EV charging or coordinated charging is added to the pre-project load profile. For uncoordinated EV charging, the profile is based on a user-uploaded charging profile that represents average EV charge behavior throughout the day. For coordinated charging, a valley-filling algorithm is applied, which shifts charging load to the lowest demand times within the user-selected allowable charging window. Because the charging behavior of the EVs is influenced by knowledge of the larger system load, the charging scheme is said to be “smart.”

Objectives

The electric vehicles technology allows for two objectives:

  • Uncoordinated EV charging
  • Coordinated EV charging (smart-charging)

The uncoordinated EV charging objective simply adds additional load to the pre-project load profile based on the user specified charging profile and number of vehicles. The workflow for uncoordinated charging is shown in the figure below.

The coordinated EV charging objective shifts EV charging load to periods of lower grid demand in the allowable charging window. The figure below provides an example for how load is shifted with this objective. In this scenario, the coordinated allowable charging window is from 5 p.m. to 7 a.m. on weekdays and 8 p.m. to 10 a.m. on weekends. The labels ‘0’ and ‘0, 1’ correspond to pre-project load and post-project load, respectively.

Methodology

The smart-charging objective is executed in several steps, which are depicted in the process flow diagram provided below. It shows how the module components process all data to determine the impacts of the user-specified project.

Users supply the information necessary to place the project within its appropriate context, including region, baseline load profile, system size, etc.

EV Charging Profile

The profiles shown in the figure below come from the EV project. The EV Project collected and analyzed real-world EV charging data to characterize EV use and owner behavior. Data from the EV Project are used to create EV charging profiles based on different charging schemes, and can be downloaded here.

Number of EVs

Users provide the estimated number of electric vehicles to be added to the system. This quantity is used to scale both the per electric vehicle charging profiles and the maximum charge power in order to represent the entire fleet of electric vehicles.

Reference Information

The reference information displayed comes from the US Census Bureau’s American Community Survey (ACS) 2010-2014 5-Year Data Profile, and represents the number of passenger vehicles available at occupied housing units*. The information is disaggregated into four tiers:

  • United States
  • Census Division
  • State
  • City

For each given census division, three states are displayed – the states with the minimum, median, and maximum number of vehicles available. When there is an even number of states in a region, the state with the number closest to the median was selected for display. The same procedure was used for the cities (as defined by the census) within each displayed state.

The data was pulled from the Census Bureau’s API. The following resources were utilized:

  1. http://api.census.gov/data/2014/
  2. http://www2.census.gov/programs-surveys/acs/tech_docs/subject_definitions/2014_ACSSubjectDefinitions.pdf
  3. https://www2.census.gov/geo/pdfs/maps-data/maps/reference/us_regdiv.pdf

*Full definition from the 2014 ACS Subject Definitions:
“The data on vehicles available were obtained from Housing Question 12 in the 2014 American Community Survey (ACS). The question was asked at occupied housing units. These data show the number of passenger cars, vans, and pickup or panel trucks of one-ton capacity or less kept at home and available for the use of household members. Vehicles rented or leased for one month or more, company vehicles, and police and government vehicles are included if kept at home and used for non-business purposes. Dismantled or immobile vehicles are excluded. Vehicles kept at home but used only for business purposes also are excluded.
The availability of vehicles provides information for numerous transportation programs. When the data is used in conjunction with place-of-work and journey-to-work data, the information can provide insight into vehicle travel and aid in forecasting future travel and its effect on transportation systems. The data also serve to aid in the development of emergency and evacuation planning, special transportation services, and forecasting future energy consumption and needs.”

Post-Project Load for the Uncoordinated EV Charging Objective

To develop the uncoordinated electric vehicle charging load, the hourly EV charging load profiles (per vehicle, typical weekday and typical weekend) are first multiplied by the number of EVs. Next, the weekday and weekend profiles are appropriately replicated and concatenated for the project date range to form a total hourly uncoordinated EV-only load. The post-project load profile for the uncoordinated EV charging objective is simply the hourly sum of the pre-project load profile (original user input), and the uncoordinated EV-only load profile.

Maximum EV Charging Power

Users provide the effective maximum rate of charging (kW) for the average EV within the fleet of vehicles participating in coordinated charging. This input multiplied by the chosen number of EVs defines the effective maximum charging power for the fleet of EVs under consideration. For an individual EV, this value is limited by the power rating of the charging device or the charge acceptance rate of the EV’s battery. A common battery acceptance rate is 3.3 kW, while charger power outputs can vary widely. The charging power of various well-known EVs and chargers are provided for context. Only a single charging power can be selected. Therefore, this parameter represents an estimated average value for the fleet of EVs.

Reference Information

GridPIQ provides reference values for the seven EV models with the most sales in the US for 2011-2015 as well as chargers levels 1-3. Charger maximum power varies within each level – the high end of the range is displayed. The following sources provide information on sales, charger types, and EV charge rates, respectively:

  1. http://www.afdc.energy.gov/data/10567
  2. http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6280677
  3. http://evobsession.com/electric-car-charging-101-types-of-charging-apps-more/

Allowable Charging Times

The coordinated charging period for weekdays and weekends need to be defined. The charge start time (t1) indicates when the vehicles are plugged in to begin charging, and the charge end time (t2) indicates the time when all the vehicles must be fully charged. Default coordinated charge times are defined to be 5 p.m. to 7 a.m. on weekdays, and 8 p.m. to 10 a.m. on weekends. For usability, EVs are required to be fully charged by the end of a given charging period. If the combination of charging duration and EV maximum charge power (pmax) creates a situation in which all EVs cannot fully charge, an error will be thrown. From the load profile containing uncoordinated EV charging, for each 24-hour period, the required EV charging energy (c) is determined. In the post-project scenario, equivalent charging is performed using a valley-filling algorithm during the user-selected charging period.

Valley-Filling Algorithm

The time series input to the valley-filling algorithm is the pre-project (\(p\)) load plus uncoordinated EV charging. It is assumed that each time series value is an average for the given hour, so translating from power (MW) to energy (MWh) is as simple as multiplying by one hour. The charging energy per EV for each day is determined by integrating the correct charge profile (weekday or weekend, as applicable), and it is multiplied by the number of EVs to obtain the energy to be valley-filled for that day. The per EV maximum charge power has been earlier specified by users, and it is multiplied by the number of EVs to obtain the maximum power input to the valley-filling algorithm. The tolerance (\(\epsilon\)) defaults to 0.001, which translates to 1 kWh in this case.

This algorithm implements valley-filling on a one-dimensional array between two given indices. Here, the input array is a time series of power values, and the amount of fill is the charging energy (power x time). The valley-filling algorithm will create a flat lake in the valleys if the applied constraints allow it to do so. The charging start and end times (provided by the user) constrain where in the one-dimensional array filling is allowed to occur. The max-power value defines the maximum amount by which the height of the valley can be increased. A finite value of max-power can result in the lake following the bottom of the valley instead of creating a flat surface. In the event that there is a large charging load and the allowable charge time is short or occurs when demand on the system is already high, new peaks may be created in the post-project load.

The appropriate fill height is determined by an iterative bisection method. During each iteration, the algorithm tracks any points in the array that cannot be further filled due to max-power restrictions. The iterations are stopped when the amount of energy used in filling and the amount of fill-energy specified by the user are within the specified tolerance, or when the maximum number of iterations have occurred. If the maximum number of iterations is not specified, it defaults to 100 for both of the while loops as depicted in the valley-filling algorithm process flowchart below.

Valley fill algorithm

Note that any day that does not start at midnight at the beginning or end of the given load profile will be excluded. The charge profile will not be added to the pre-project load and the valley-filling will not be performed on those partial days.

References

  1. https://energy.gov/eere/vehicles/avta-ev-project
  2. http://api.census.gov/data/2014/
  3. http://www2.census.gov/programs-surveys/acs/tech_docs/subject_definitions/2014_ACSSubjectDefinitions.pdf
  4. http://www.afdc.energy.gov//data//10567
  5. http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=6280677
  6. http://evobsession.com/electric-car-charging-101-types-of-charging-apps-more/