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 directoriesFDS
andJuPedSim
-
In
FDS
: put fds-file and all correspondingfds
-simulation results -
In
JuPedSim
: put the files necessary to run ajpscore
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 thejpsfire
-relevant information. -
Run src/preprocess_fds.py to generate out of the FDS-simulation the relevant
csv-files
, which will be read duringjpscore
simulations. Yoy may want to see the available option by runningpython 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 forfds
data should be correct.
-
Available components:
-
Smoke sensor
-
Walking speed reduction in smoke (WIP)
-
Fire hazard analyses (WIP)
Upcoming components:
Detection