EVQUARIUM: An EV charging infrastructure evaluation tool

Introduction

EVQUARIUM is an evaluation tool that quantifies the accessibility of public electric vehicles (EV) charging station locations using queueing and graph theory. Given a zonal distribution of passenger EVs with access times to charging stations, it outputs the access patterns and social impacts under equilibrium as expected wait time (queueing+charging) and utilization ratio of each charging station, and average access time (traveling+queueing) of each EV parking location. It could be used to evaluate current or designed EV charging station configurations.

EVQUARIUM does the evaluation by obtaining the assignment matrix at user equilibrium (UE), which describes which charging stations the EVs at each zone choose to go to. At UE, charging stations used by the EVs from the same origin should have the smallest and the same access time (traveling+queueing). Potential queueing at charging stations is considered through a M/D/C queueing model.

Download from Github

INPUT DATA: zone IDs, charging station IDs (a station with mixed charger types is represented by multiple chargers with same location), number of EV charging visits per unit time per zone, charging time per vehicle from empty to max, travel time between each zone

OUTPUT DATA: queue delay and utilization ratio at each charging station under equilibrium, allocation of EV charging visits from each zone to each charging station under equilibrium

Detailed instructions are included on the GitHub page.

For technical details, please refer to the following paper:

Liu, B., Pantelidis, T. P., Tam, S., & Chow, J. Y. (2022). An electric vehicle charging station access equilibrium model with M/D/C queueing. International Journal of Sustainable Transportation, 1-17. https://www.tandfonline.com/doi/full/10.1080/15568318.2022.2029633

License

The NYU NON-COMMERCIAL RESEARCH LICENSE is applied to EVQUARIUM (attached in the Github repository). Please contact Joseph Chow (joseph.chow@nyu.edu) for setting up a commercial use agreement.

For questions about the code, please contact: Bingqing (Chloe) Liu (bingqing.liu@nyu.edu).

Example of usage

We used EVQUARIUM to evaluate the NYC-owned EV charging infrastructure in July, 2020. The charging infrastructure is shown below:

 

The NYC-owned EV fleet distribution is shown as below:

Using the charging demand distribution and charging infrastructure information as input, EVQUARIUM assigned the city-owned EVs to the city-owned charging stations and gave the following evaluation metrics:

  EV Zone (TAZ) Charging Station
  Access Time (sum of travel time and queue delay) (min) Total Time (sum of access time and charging time) (min) Utilization Ratio of Charging Stations Expected Queue

Delay (min)

Expected Queue Delay + Charging Time (hr)
Average 73.5 245.3 7.7% 5.7 4.042
Maximum 217.2 259.0 93.3% 209.4 4.285
Minimum 1.1 235.7 0.0%+ 0.0 3.893

EVQUARIUM gave detailed distribution of access time , which is shown below.

EVQUARIUM gave utilization ratio and expected queue delay of each charging station, which are shown below.

 

Potential Applications

EVQUARIUM could be a useful tool for decision-makers that deal with EVs, such as charging infrastructure companies and EV mobility providers, in several ways:

  1. Planning: EVQUARIUM can help these companies plan their charging station locations and configurations by evaluating the expected demand for EV charging infrastructure in a given region. This information could be used to strategically locate charging stations in high-demand areas to minimize wait times and maximize utilization.

  2. Performance evaluation: EVQUARIUM can be used to evaluate the performance of existing EV charging infrastructure in a region. By analyzing the expected wait time, utilization ratio, and average access time of charging stations and EV parking locations, companies can identify areas for improvement, such as the addition of more charging stations, or changing the mix of charger types, to reduce wait times.

  3. Investment decisions: EVQUARIUM can provide companies with data and insights to inform investment decisions related to EV charging infrastructure. By evaluating the demand for EV charging infrastructure in a region, companies can make more informed decisions about where to invest their resources, and what types of infrastructure to prioritize.

EVQUARIUM can also be a useful tool for public agencies, such as city or state Departments of Transportation (DOT), in several ways:

  1. Policy planning: EVQUARIUM can provide public agencies with data on the demand for EV charging infrastructure in a given region, which could inform policy decisions related to EV adoption and infrastructure investment. By understanding the expected demand for EV charging infrastructure, public agencies can make more informed decisions about where to prioritize infrastructure investments and what types of policies to implement to encourage EV adoption or understand the impact of a configuration on different population segments.

  2. Climate and energy planning: EVQUARIUM can help public agencies plan for the impacts of increased EV adoption on climate and energy systems. By understanding the expected demand for EV charging infrastructure, public agencies can plan for the infrastructure and energy needs that will arise as more EVs come online, and develop policies and programs to promote the use of clean energy sources for EV charging.

Overall, EVQUARIUM can provide public agencies with data and insights to inform policy and infrastructure planning related to EV adoption and infrastructure investment, as well as support efforts to reduce greenhouse gas emissions and promote the use of clean energy sources.

If you have questions or comments, please contact Bingqing (Chloe) Liu (bingqing.liu@nyu.edu) or Joseph Chow (joseph.chow@nyu.edu).