The InMotion student team from the Technical University Eindhoven (TUE) in The Netherlands is grabbing this space to publicize they’re working on ‘Electric Refuelling’, a concept which aims to offer a solution to recharge electric cars as fast as you would refuel those with a combustion. Interesting, right? Let’s see what they’re up to...

The InMotion student team, which I am a member of, consists of more than 50 young and ambitious students from the Eindhoven University of Technology and the Fontys University of Applied Sciences. Student teams offer a unique collaboration between universities and the industry, permitting work at the very edge of technology. We are working on a concept called ‘Electric Refuelling’, which is the ability to charge your car in the same amount of time as you would refuel a car with a combustion engine. We intend to showcase the potential of electric refuelling by joining the Garage 56 Class during the 24 Hours of Le Mans race with a fully electric endurance race car in 2023. For this, we need to develop our own custom-made battery pack and this is my responsibility for this year. So, in case you have ever wondered
  • how electric vehicles are powered
  • how it’s possible to power a vehicle with cells so small they fit in the palm of your hand
then this article is just for you!
 


First things first

If ever you wanted to design a battery pack no matter its application, you should always clearly define what you want in a set of requirements. The four main requirements are the (minimum, nominal and maximum) voltage, capacity, weight, and power. Furthermore, you should always take safety features and regulations into account.
Current battery technology seems to force us into a dilemma. For one, we can aim for a high-capacity battery pack that allows you to take more energy with you and therefore cover longer distances. Alternatively, we can build a high-power battery pack that’s more suitable to high-power applications and faster charging. Since the focus of InMotion is on developing fast-charging technology, our battery pack of choice is the latter. So, we are now developing a battery pack with a lower capacity than offered by some commercial vehicles. Still, this allows us to develop technology that can be used when battery technology has improved to a level where high-power battery packs provide enough capacity for commercial applications.  

Structure

As mentioned before, a battery pack is made up of lots of smaller battery cells. Several cells are bundled in a module, and these modules are then configured in a battery pack (see also Figure 1).
 
Figure 1. An example of a battery cooling pack made by Kokam

Cell

The cell type is probably the most important decision in the process. It is the defining factor in the battery pack’s performance. InMotion uses pouch cells because they’re better suited for fast charging than cylindrical cells. They can take more abuse, usually have a lower internal resistance which in turn generates less heat, and they have a larger surface area which makes it easier to cool the cells.

Module

The design variables of a single module are determined by the free space required around each cell. With pouch cells the space above, below and on the sides of the cells are all parameters that need to be determined or acquired. These usually depend on the placement of the tabs and the type of cooling used.

Pack

With the dimensions of the modules determined, they’re ready for stacking to make a pack. This will determine where cooling lines need to be run, as well as how the modules need to be connected electrically inside the pack.

Fancy software

At InMotion the development stage is very dynamic. It allows us to change things on-the-fly. It also means that not all our requirements are set in stone, and we’re trying to find a set that fits our goals. The battery pack is a good example of this as it can be configured in literally a million ways. But how to find out which configuration works best?
To avoid having to generate a model for every single configuration, I have made a battery pack configurator that optimizes the pack for different input parameters. To ensure ease-of-use and to allow the user to try out different configurations without having to understand the underlying code, I created a GUI (see Figure 2).
 
Figure 2.  A specially written program helps to design the battery pack
It basically takes all the design variables as input and then tries to fit as many modules in a given space, stacking them in the same direction. In the space that’s left, it will once again try to fit as many modules as possible, even if that means the orientation of some modules is different than that of others.
The script uses a heuristic method rather than an analytic approach to this space optimization problem. This is done because it is easier to write and still reaches local minima. It is also extremely efficient and fast. On an average PC the script creates 190 optimal configurations, selects the best for a given set of preferences, and plots it within 5 seconds. Within this time it also saves all created optimal configurations, allowing them to be filtered for different preferences. If a different configuration turns out to be better, it’s easily plotted using the GUI.

The GUI calculates the expected performance of the battery pack. It tells you:
  • the expected capacity;
  • the number of modules connected in series and in parallel;
  • the expected cells weight;
  • the voltage difference between a full pack and an empty one.
 
Additionally it calculates the charging currents while indicating the heat generation as well as the charging power range that will be necessary to charge the pack in 7.5 minutes.

Achievements

With Electric Refueling we aim to be able to charge an electric car in just a few minutes. If successful, it will undoubtedly accelerate the energy transition from petrol to electric in the automotive industry. To show the world how fast electric racing can be, we have created the “Fusion”, an electric formula car that currently holds the electric lap records at Circuit Zandvoort, TT Circuit Assen (both in The Netherlands) and Circuit Zolder (Belgium). Our concept car “Vision” is the true embodiment of future electric mobility. It is designed to be 10 times more aerodynamically efficient than a Formula 1 car. It is truly the endurance racer of our dreams.
 
The InMotion team (photo credit: Bram Naus)

Is your team working on something cool?

Are you on a student team with a cool or amazing achievement to report on in the field of electronics? Then email editor@elektor.com, subject “Student Demonstration Time”.
(180732​)
Do you want to read more ElektorLabs articles? Become an Elektor member now!