Changes between Version 9 and Version 10 of HighwayModel
- Timestamp:
- 11/14/2019 05:31:16 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HighwayModel
v9 v10 33 33 Include a "manual override" for operator to be able to clear congestion on demand, 34 34 35 Consider: Simulating congestion could happen BEFORE the simulation is run, by just processing a list of incident origin locations. Given this and the highway network, it could simulate congestion and create a traffic events file (like the one we currently build by hand). Using the Visualizer, we could inspect this output file, and refine it by hand if necessary. 36 35 37 === Algorithm overview === 36 38 The algorithm that models congestion will build a simple FIFO queue of highways starting with the highway on which the incident occurs. Congestion will move linearly opposite the highway direction, advancing one LDS each interval (say 30 seconds). At each interval the list of intersections for this highway will be fetched from the Junction Map and checked to see if a junction has been encountered. If so, the intersecting highway will be added to the queue. After advancing the congestion for each highway in the queue the algorithm ends.
