This code is intended to simulate the coupled dynamics of pedestrians in a bespoke free-space environment.
Microsimulator solving for the free-space dynamics of pedestrians using a so-called "Social Force Model" based on the article [Helbing & Molnar Phys. Rev. E 51, 4282 (1995)]. It includes the possibility to set a crude model of environment using defined walls and buildings.
In a terminal,
mkdir SocialForceModel
cd SocialForceModel
git clone https://github.com/UCLGuichard/SocialForceModel
To build and install the C++ core, in the cpp/
directory, run::
mkdir build
cd build
cmake ..
make install
See LICENSE file for more details.
See CITATION file for more details.
1.0 (in progress)
SocialForceModel is based on the work by Helbing and coworkers cited above.
- Whoever involved in this project.
[Roland Guichard] - [email protected]