Inspiration

Aerodynamics and designing of the car with working and its speed

What it does

We propose developing an open-source, cloud-enabled F1 Tire-Wear Simulation Platform that combines real-world data analytics with high-fidelity, physics-based modeling to predict race strategies and optimize tire performance under extreme racing conditions. The goal of this project is to create a realistic and scalable environment where engineers, researchers, and enthusiasts can study how tire behavior evolves throughout a race, understand the impact of environmental conditions, and evaluate strategy decisions in real time. Unlike conventional simulators that rely on proprietary telemetry, our platform will use publicly available datasets such as the FastF1 API, making the system accessible, transparent, and open for community-driven innovation. Users will be able to input key variables such as weather conditions, track temperature, surface roughness, and driver style to explore different race scenarios and analyze how each factor influences tire degradation and performance.

The simulator is designed with a robust cloud-based architecture to enable scalability and collaboration. Each car will function as an independent microservice hosted in the cloud, communicating through MQTT or WebSocket protocols. This modular structure allows for the parallel simulation of 50 to 100 cars, each running its own parameters while remaining synchronized in real time. The backend will be powered by Docker for containerized deployment and Redis Pub/Sub for managing inter-agent communication efficiently. These technologies ensure that the simulator can scale dynamically while maintaining smooth data exchange between multiple simulation nodes. A live, web-based dashboard will display interactive leaderboards, tire wear visualizations, and performance graphs, allowing users to monitor race progress and compare various strategies instantly.

At the core of this project lies a high-fidelity, physics-based tire–road interaction model that captures the complex, nonlinear behavior of F1 tires under racing loads. The simulator will use a finite element-inspired modeling approach to represent multi-material elasticity, viscoelastic damping, and frictional contact mechanics. Each component of the tire—rubber compounds, steel belts, nylon cords, and the metallic rim—will be modeled with its own unique material properties. The rubber tread will be represented using hyperelastic material laws such as the Mooney–Rivlin or Ogden models to simulate large strain behavior, while inner layers will include viscoelastic damping to reflect time- and temperature-dependent energy dissipation. Steel belts and nylon cords will be modeled as anisotropic composite layers that influence how stresses transfer through the tire carcass during acceleration and cornering, and the rim will be represented as a high-stiffness elastic structure providing realistic boundary constraints and rotational coupling with the tire.

To replicate real-world driving conditions, the simulator will also incorporate road surface roughness using micromechanical surface modeling based on statistical height profiles or scanned asphalt textures. This enables detailed computation of contact patch interactions at microscopic scales, where local surface asperities cause varying pressure distributions and frictional responses. A dynamic friction model will relate slip ratio, temperature, and normal load to the coefficient of friction, allowing realistic transitions between static grip, sliding, and wear states. Additionally, a coupled thermal–mechanical solver will continuously update temperature and stress distribution in the tire, accounting for frictional heating and wear evolution. This enables accurate prediction of heat buildup, grip loss, and material degradation throughout the race.

The simulator will be implemented using a hybrid programming framework that balances performance and flexibility. Computationally intensive physics calculations will be developed in C++ to ensure high precision and speed, while Python will be used for data handling, simulation control, and visualization. The web interface will allow users to modify parameters, launch simulations, and visualize results through dynamic dashboards featuring heat maps, tire temperature curves, and live leaderboards. Integration with FastF1 data will also make it possible to compare simulation outputs with real-world race data, ensuring both realism and validation.

What makes this proposed platform unique is its combination of data-driven analytics and first-principles physics modeling within a single open-source ecosystem. Current simulators tend to focus on either strategy prediction or tire mechanics but rarely integrate both in a collaborative and scalable framework. Our project bridges that gap by merging computational material science, race strategy modeling, and cloud computing into one unified system. The platform will empower users to experiment with race parameters, analyze how material properties and track conditions affect performance, and collaboratively test strategies across multiple agents in real time.

Ultimately, this project aims to create a next-generation research and testing tool that democratizes access to realistic F1 tire simulations. By blending advanced tire physics, cloud computing, and open data, the platform will enable users to derive actionable insights for tire design optimization, race strategy formulation, and performance improvement. Once developed, it could serve as a valuable open-source contribution to the motorsport community—promoting innovation, education, and collaboration in race engineering and simulation research.

How we are gonna build it

We’ll start by collecting real F1 race data — tire wear, weather, and track stats — from open sources to shape our simulation inputs. Using this data, we’ll first build a simplified model of how tires interact with the track under different racing conditions.

Next, we’ll bring the simulation to life by creating virtual cars that behave independently, reacting to variables like temperature, friction, and driver style. These cars will run together in a shared environment, showing how strategies evolve in real time.

We’ll then connect everything through a live dashboard that visualizes tire wear, pit stops, and race progress — turning complex data into clear, interactive insights.

Our goal is to combine real data, realistic tire physics, and visual storytelling into one open platform that helps racers, analysts, and enthusiasts experiment, predict, and optimize F1 strategies like never before.

What's next for FastF1

Built With

Share this project:

Updates