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