Investigate viability of larger time steps for JuPedSim #1306
Replies: 14 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Furthermore, the simulation has been carried out for different seeds. Again, no distinct difference is observed - only the number of agents appearing in the spawning area. |
Beta Was this translation helpful? Give feedback.
-
Flow for different seeds: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Corner Simulation was run with this notebook: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Again, the simulation has been carried out with different seeds. Apart from the number of agents in the spawning area, no distinct difference is observed. |
Beta Was this translation helpful? Give feedback.
-
Two-way-corridor Simulation was run with this notebook: |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Simulations with different seeds: no distinct differences. |
Beta Was this translation helpful? Give feedback.
-
Conclusion: those new parameters seem to be suitable for our purpose. |
Beta Was this translation helpful? Give feedback.
-
@JetteSchumann / @Carole1004 / @chraibi quick clarification: To execute with a step size of 0.02s you suggest to use:
For the reference you used
Why did you modify the defaults for the comparison? Id assume because there have been issues with geometry collisions, right? In that case this indicates to me that we should update the defaults for geometry repulsion. If the set for 0.02s step size work as well as advertised I would suggest to provide them as a sort of "2nd default". @chraibi whats your opinion on that? |
Beta Was this translation helpful? Give feedback.
-
Bottleneck
We start the study with the well-known case of a bottleneck and the default parameters of the speed model. We observe via the JuPedSim visualizer that agents are being pushed out of the walkable area, i.e. that there are intersections between agents and the outside, which should be prevented by choosing the correct model parameters. In order to quantify the problem, we count and locate the intersections. The intersections are located at the border of the spawning area as well as at the wall near the bottleneck itself. Those are the places where the geometry is the most crowded. The exact number of intersections is around 2.000 even for reference time step dt = 0.01 s.
An option to deal with this problem is to vary those parameters from the Collision Free Speed Model:
We vary those parameters and check, if the agents are staying inside of the walkable area with the reference time step dt = 0.01 s. We obtain good results with the following values:
--> Those are the new reference parameters of our study.
In order to increase the time step successfully, the intersections of the agents with the outside of the walkable area needs to be taken in to account. Several parameter sets were investigated and the best result with dt = 0.02 s is with:
Simulation was run with this notebook:
Schrittweite_Bneck_35_0-019_dt_0-02.ipynb.zip
Beta Was this translation helpful? Give feedback.
All reactions