Skip to content
Snippets Groups Projects
Name Last commit Last update
demos
src
.gitignore
CHANGELOG.md
LICENSE
README.md

JPSfire

Framework for the coupling between JuPedSim and fire simulation results obtained from FDS

Have a look at the Wiki

Usage:

  • Create a directory in demos (e.g. Test)
  • In Test create two directories FDS and JuPedSim
    • In FDS: put fds-file and all corresponding fds-simulation results

    • In JuPedSim: put the files necessary to run a jpscore simulation, especially an ini-file and a geometry file. Have a look into demos/A_smoke_sensor/JuPedSim/ini.xml to see how to define the jpsfire-relevant information.

    • Run src/preprocess_fds.py to generate out of the FDS-simulation the relevant csv-files, which will be read during jpscore simulations. Yoy may want to see the available option by running

      python preprocess_fds.py -h

      Assuming your files live in a directory called test a call could be:

      python preprocess_fds.py -j ../demos/test/JuPedSim -f ../demos/test/FDS
    • Run jpscore. Note that in the ini-file, the right paths for fds data should be correct.

Available components:

  • Smoke sensor

  • Walking speed reduction in smoke (WIP)

  • Fire hazard analyses (WIP)

Upcoming components:

Detection