Simulating pedestrians with state of the art models. The Jülich Pedestrian Simulator consists of four modules which are loosely coupled and can be used independently at the moment. These are:
JPScore
: the core module computing the trajectories. At the moment only the Generalized Centrifugal Force Model is implemented.JPSvis
: a tool for visualising the simulation trajectories as well as the input geometries.JPSreport
: a tool for analysing the trajectories and validating the model. It implements a couple of measurement methods including the Voronoi-method for calculating the density.JPSed
: a GUI for editing the geometry and the model parameters. Not yet implemented.
The official web page of the project can be found here.