Pycrash is a 2D mathematical model for simulating vehicle motion and vehicular impacts using a variety of approaches based on fundamental physics and published accident reconstruction techniques. In addition to fundamental applications, Pycrash has accident reconstruction specific modules for obtaining and processing commonly used data
pip install pycrash PyPi
- Single vehicle motion based on driver inputs (brake, throttle, steer)
- Multi-vehicle motion and multiple impacts per vehicle
- basic 2D collision with user defined stiffness values and braking effects
- vehicle specific data is published for most vehicles by the National Highway Traffic Safety Administration
- use published stiffness data such as Bonugli et al. or Lee et al. as examples
- model based on conservation of momentum incorporating inter-vehicular sliding developed by Carpenter et al.
- similar to previous model developed and validated by Funk et al.
- improved to allow for driver inputs and flexible approach angles and contact locations
- validation data are provided within the Github repo
- Model calculations divided into modules to allow for future improvements
- Vehicle motion incorporates a modular linear tire model to determine slip condition based on weight shift from longitudinal and lateral acceleration.
- Contributors are welcome - create a branch to develop a new capability or improve the current model
- There is a list of projects in the report for future applications that I would like to pursue
- Create an issue if you identify a problem or to make suggestions for future improvements
- Additional validation data are always welcome
- Download Python here and install required packages with pip from PyPi
- See Github repo for tutorials, Jupyter Notebooks and validation data
- The validation and demonstration of Pycrash is best viewed using Jupyter notebooks