Skip to main content

A multilevel battery simulation tool for realistic battery cell data

Project description

TRACKSIM

TRACKSIM (TRaffic, vehicle, and battery pACK SIMulator) is an open source python library for generating near-life dynamic battery data. The goal of the project is to provide a tool for generating realistic synthetic battery data with a high amount of user-customizability at every simuation level. The three levels are:

  1. Traffic Level: A collection of vehicles are simulated in a defined traffic network using the simulation tool SUMO.
  2. Vehicle Level: The power demand of the battery pack is calculated based on the given speed profile of the vehicle.
  3. Battery Level: The current and voltage of the battery pack and every cell in the pack are calculated based on the power demand.

Installing TRACKSIM

TRACKSIM requires SUMO to be installed on the system in order to perform the traffic simulation. A gude for installing SUMO can be found here. The latest version of SUMO which TRACKSIM has been tested with is 1.22.0.

TRACKSIM is indexed in the Python Package Index (PyPI) under the package name pytracksim. To install the latest version of the package, we recommend using pip. The command for installing TRACKSIM is:

pip install pytracksim

Using TRACKSIM

There are multiple examples available in the repository to get you started using TRACKSIM. In the example below, we simulate a vehicle and battery pack given in [1] with the cells in the battery pack being modeled as in [2].

Setting up the battery pack and the vehicle can be done using two lines of code:

from trackism.tracksim import Vehicle, Pack

from tracksim.vehicle_models import ChevyVoltTuned # Modified version of the model in [1]
from tracksim.pack_models import ChevyVoltPack # See [1]
from tracksim.cell_models import Zheng2024Cell # See [2]
from tracksim.temperature_models import Zheng2024Temp # See [2]

pack = Pack(ChevyVoltPack, Zheng2024Cell, Zheng2024Temp)
vehicle = Vehicle(ChevyvoltTuned, pack)

The vehicle and the battery pack can then be simulated using a given trip profile:

from tracksim.example_trips import Weinreich2025_E45_1

time = trip_data['Time [s]']
time_delta = time[1] - time[0]
speed = trip_data['Speed [m/s]']

soc_init = 0.8

vehicle.simulate_vehicle(time, speed, time_delta)
pack.set_initial_conditions(soc=soc_init)
vehicle.simulate_battery_pack()

Citing TRACKSIM

If you use TRACKSIM in you work, please cite the original paper:

N. A. Weinreich, X. Sui, R. Teodorescu, and K. G. Larsen, “TRACKSIM: A multi-level simulation framework for near-life battery data generation,” in 2025 26th European Conference on Power Electronics and Applications (EPE’25 ECCE Europe), Aalborg, Denmark, Apr. 2025.

You can also use the BibTex:

@inproceedings{weinreich_tracksim_2025,
	address = {Aalborg, Denmark},
	title = {{TRACKSIM}: A Multi-Level Simulation Framework for Near-Life Battery Data Generation},
	language = {en},
	booktitle = {2025 26th {European} {Conference} on {Power} {Electronics} and {Applications} ({EPE}'25 {ECCE} {Europe})},
	author = {Weinreich, Nicolai Andre and Sui, Xin and Teodorescu, Remus and Larsen, Kim Guldstrand},
	month = apr,
	year = {2025}
}

Relevant Publications

[1] G. L. Plett, Battery Management Systems, Volume 2: Equivalent Circuit Methods. in Artech House Power engineering series. Boston: Artech house, 2016.

[2] Y. Zheng, Y. Che, X. Hu, X. Sui, and R. Teodorescu, “Online Sensorless Temperature Estimation of Lithium-Ion Batteries Through Electro-Thermal Coupling,” IEEE/ASME Trans. Mechatron., vol. 29, no. 6, pp. 4156–4167, Dec. 2024, doi: 10.1109/TMECH.2024.3367291.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytracksim-1.0.5.tar.gz (4.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pytracksim-1.0.5-py3-none-any.whl (74.3 kB view details)

Uploaded Python 3

File details

Details for the file pytracksim-1.0.5.tar.gz.

File metadata

  • Download URL: pytracksim-1.0.5.tar.gz
  • Upload date:
  • Size: 4.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pytracksim-1.0.5.tar.gz
Algorithm Hash digest
SHA256 dc194c4ce6a70bcc604ec2c9cd7dd4961c43453b90909237d2d32225eba88565
MD5 f86d8003bd2044d6047c2fca447b88fe
BLAKE2b-256 f06d47adda99a11fa71186adabe17588a6edd8c72172c9716988a5f1e4ae2c1c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytracksim-1.0.5.tar.gz:

Publisher: publish.yml on crosbat/tracksim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file pytracksim-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: pytracksim-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 74.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pytracksim-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 340a3a0006a1c72e93e6e561f3c58a37bf25fe8ba05ea2c1f5e02ca6c6166370
MD5 aea1a0f81eb965ef9c575f04f0bd5ad2
BLAKE2b-256 354ab4f612775c48e67156b4501ad4402df7067433a94a3a8654c0fe36ba878c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pytracksim-1.0.5-py3-none-any.whl:

Publisher: publish.yml on crosbat/tracksim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page