The paper starts in Section 2 with related work
about physical and statistical consumption models
used in combination with EVs. Subsequently, in Sec-
tion 3, details of the intended rating procedure are pre-
sented. As a result of that, the required components
of our simulation systems are introduced, like data
model and consumption model. The resulting system
is validated in Section 5. Finally, we evaluate usage
profiles of vehicles with combustion engines in Sec-
tion 6 and discuss the results in Section 7.
2 RELATED WORK
The research area of electric vehicle simulation has
become a well known subject in the last years. Up-
coming usage of EVs improves this fact. The primary
goals of research are forecasting the available ranges
or the consumed amounts of electric energy. We can
state three principles of doing this:
1. Standard driving cycles like New European Drive
Cycle (NEDC) (Verband der Automobilindustrie,
2017)
2. Statistical analysis and artificial neural network
(ANN) (Kretzschmar et al., 2013; Gebhardt et al.,
2015; Ferreira et al., 2013)
3. Physical models of EV (Rami Abousleiman,
2015; Cedric De Cauwer, 2015; Schreiber et al.,
2014; Fetene, 2014; Zhang and Yao, 2015)
The first mentioned variant is commonly used to
get the range the car manufacturer states. The mea-
surement occurs under standard conditions, i. e. 25
◦
C
or 77
◦
F and with a mileage of 11 km. Out of that
the capacity of accumulators depends on temperature.
Thus, this standard driving cycle does not cover pos-
sible range decreases caused by lower ambient tem-
peratures.
Statistical analysis can be done if there are enough
data to examine, e. g. when using ANNs or regression
models. If this is available, we could search relations
between timestamps, traffic, driver, weather and elec-
tricity consumption. Examples of approaches like this
can be found in research projects, e. g., eTelematik
(Kretzschmar et al., 2013) and SCL (Gebhardt et al.,
2015) as well within the Electric Vehicle Assistant de-
scribed in (Ferreira et al., 2013). Especially if a fleet
of vehicles is available, we can think of this approach.
Taking up the position of a physicist, we could
develop an EV model. Using the vehicle parameters
like mass, front face or roll friction you can calculate
the forces affecting the vehicle. The corresponding
equations result in needed power and energy amount.
Rami Abousleiman (Rami Abousleiman, 2015) fol-
lows this idea. Five different routes are used to vali-
date the physical model. The consumption of electric-
ity is measured and compared to the simulated one.
Cedric De Cauwer (Cedric De Cauwer, 2015) not
only uses a physical model, a logger for Global Po-
sitioning System (GPS) coordinates and battery data
like current and voltage was used too. So very de-
tailed information is gained, and no predefined tracks
are necessary. Even the recuperation of EVs can be
involved, as shown by (Zhang and Yao, 2015). They
used a specific recuperation factor for regaining en-
ergy by breaking depending on the current velocity of
the vehicle.
3 USAGE PROFILE RATING
In case of rating the suitability of an EV based on us-
ages requires specifying the possible level of detail
of such profiles. Within our scenario, it is necessary
to limit usage profiles on a set of tuples containing
start time, duration and distance to drive. This set is
sorted by starting time. The resulting end time, based
on start time and duration, should not be greater than
the starting time of the next element. Furthermore, it
is required to recharge the EV between two elements
within the sets of usages. Thus, the EV rating consid-
ers that each usage can use as much energy as it could
have until now. Additionally, if a single usage can-
not be handled, the model should use this period as
an additional recharging phase. Based on this input,
our goal is to rate the suitability of an EV. A rating,
in this case, describes how many elements of this set
of usages can be executed by using an EV. Possible
EVs might be preselected, but it is not guaranteed that
there is already a significant amount of recorded data
for each EV-model. Based on this restriction, we can-
not easily utilize approaches like ANN or statistical
analysis. We decided to create this rating approach on
top of a physical consumption model which requires
basic car information. Information like that can be
gathered from technical specifications as well as pub-
licly available benchmark data.
The usage profile rating can finally be described as
a function which takes a vehicle configuration V and
a set of usage profile tuples U
i
which are defined as
(t
start
,t
end
,d), i. e. start time, end time and driven dis-
tance. The rating itself is defined as the ratio between
usages which can be handled and usages which can
not be done because the State of Charge (charge level
of the electric vehicle) (SoC) is going to be negative.
The resulting rating function r(V,U
0
,...,U
n
) is shown
in Equation 1. It utilizes the function d(V,U
i
) which
Usage Profile Rating of Suitability to E-Vehicles Utilizing a Physical Consumption Model
447