Skip to content

Angular webapp to simulate a car's movement and motion on a user specified track. Rudimentary side project of mine to learn a bit physics.

Notifications You must be signed in to change notification settings

Aredarn/Vehicle-Dynamics-Simulation-Platform

Repository files navigation

VDSP

Simulation of a racecar in Angular/TS

Motivation

This project is for myself to learn a bit more physics and get more experience. The purpose of this web-app is to simulate a specified car around a user-created track.

These attributes are these at the moment:

  • Weight (Kg)
  • Engine Power output (Kw)
  • Drag Coefficient
  • Frontal area (width*height of the car in m2)
  • Tire grip (μ)
  • Downforce (N)
  • Final drive ratio (NOT YET WORKING)
  • Wheelbase (in meter NOT YET WORKING)
Képernyőkép 2025-10-02 151833

How to use (Inside pwoershell):

  1. Download the code using Git
git clone https://github.com/Aredarn/Vehicle-Dynamics-Simulation-Platform.git
  1. Install Node.JS
winget install nodejs
  1. Install Angular CLI:
npm install -g @angular/cli
  1. Navigate to code in terminal
cd C:\YOUR_FILE_LOCATION\Vehicle-Dynamics-Simulation-Platform
  1. start the server:
ng serve
  1. Open the webapp in a browser
http://localhost:4200

Formulas:

About

Angular webapp to simulate a car's movement and motion on a user specified track. Rudimentary side project of mine to learn a bit physics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published