This code is intended to simulate the dynamics of pedestrians.
Last modified version 06/10/2015
Microsimulator solving for the dynamics of pedestrians using a so-called "Social Force Model" based on the article [Helbing & Molnar Phys. Rev. E 51, 4282 (1995)]
- Includes .
Requirements:
- Git
- Python and Numpy, Scipy dependencies
The following instructions are for a Unix-like environment without root privileges.
In a terminal,
mkdir SocialForceModel
cd SocialForceModel
git clone https://github.com/UCLGuichard/SocialForceModelThis gets the code. Now let's run it.
cd SocialForceModel/src
python SocialForceModel.pyIf all went well, you should now have a test case running.
SocialForceModel has been developed and tested under Windows and Eclipse IDE with Python 2.7 Interpreter and Anaconda
See LICENSE file for more details.
See CITATION file for more details.
1.0 (in progress)
SocialForceModel is based on the seminar work by Helbing and coworkers cited above.
- Whoever involved in this project.
[Roland Guichard] - roland.guichard@ts.catapult.org.uk