Skip to content

Restructure

Mohcine Chraibi requested to merge restructure into master

Change the directory structure of JPSfire as follows:

  • src: contains the code for reading FDS simulations and processing them.
  • demos: Here we have several demo directories e.g. A_smoke_sensor. Every directory contains two different directories:
    • FDS: contains simulation data from FDS
    • JuPedSim: contains project files necessary for later jpscore simulation, especially ini-file and geometry-file. Note, that in the ini-file the right FDS-paths should be given. See A_smoke_sensor for an example.

Screen_Shot_2017-12-25_at_14.12.47

For usage see README.

Merge request reports