1 / 10

Simulating Traffic Congestion on Route 1 Jimmy O'Hara Computer Systems Lab 2009-2010

Simulating Traffic Congestion on Route 1 Jimmy O'Hara Computer Systems Lab 2009-2010. Abstract. During rush hours traffic on Route 1 is at an almost standstill, the road is not capable of holding the amount of traffic that travels on it during peak hours

tess
Download Presentation

Simulating Traffic Congestion on Route 1 Jimmy O'Hara Computer Systems Lab 2009-2010

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Simulating Traffic Congestion on Route 1Jimmy O'HaraComputer Systems Lab 2009-2010

  2. Abstract • During rush hours traffic on Route 1 is at an almost standstill, the road is not capable of holding the amount of traffic that travels on it during peak hours • Purpose is to first create a realistic simulation of this congestion, with cars interacting correctly with each other and the road system • Part two of the project is to modify the simulation in order to find a viable solution to the congestion problem on Route 1

  3. Introduction • Through the use of accurate traffic count data from the Virginia Department of Transportation, the project will create a realistic simulation of the current traffic situation on Route 1 to scale with the Java programming language • The simulation will then be modified with the use of various solutions that are supposed to increase the flow of traffic in this type of traffic system • The ultimate goal of the project is to create a viable, workable solution to the congestion problem on Route 1

  4. Background • This type of project has been completed in Turkey by Atilla Elci and Ali Zambakoglu who simulated a city traffic system in order to determine how to increase the flow of traffic in the system • Previous research in this at TJHSST in 2008-2009 has been completed by Craig Haseler, Timmy Galvin, and Paul Wood. Most of these projects were written with the Java programming language • Similar research into this field was completed by Xu Jin, Mhamed Itmi, and Habib Abdulrab who used a multi-agent system to create a smart bus system, which reduced the number of buses driving in the city traffic system, thus improving traffic flow

  5. Fig. 1: Figures, graphs for analysis

  6. Discussion • Part 1: • Graphics part, it will be the easiest part for me to finish and will be a good way to re-introduce myself to Java • This includes creating the road system to an accurate scale,creating the cars, and having them behave as actual cars. • This part will be tested mostly through an eye test, in other words is the car acting like a normal car would, does the car move to the correct lane to turn off the road and does it turn off the road realistically.

  7. Discussion The car driving on Route 1, the system is simplified to being only one way

  8. Discussion • Part 2 • Data part of the project • Will incorporate reading in the traffic count data from the VDOT data I found and using the data to create an accurate visual representation of what is happening on the road • Then producing an output of the cost per driver in using the road • This part can be tested by comparing the visual simulation to the reality on Route 1, as well as comparing the cost output to what the visual representation seems to say

  9. Discussion • Part 3 • Modify to include the various ways the road can be improved • These will be based on user options, allowing the user to create the system they want. This will ensure that the each method can be tested separately as well as together with other solutions, for example creating an extra lane and making intersections and round-a-bouts in the same simulation. • This section cannot be completely tested, because it is the more theoretical aspect of the project. Although the code can be tested to make sure the cars react to the different systems correctly, there is no real life situation with which to compare the results.

  10. Results • By the end of the project I expect to have an accurate model of the current traffic situation on Route 1, as well as viable solutions to the congestion problem. • I expect to determine the best course of action to alleviate the traffic through my program. With this result the project will be of great value not only to the people working on a solution to Route 1’s congestion, but also to similar road situations around the world that are experiencing the same problems as Route 1. • Also the residents of Alexandria who use Route 1, like myself, will find great value in this project as it informs them on how changing the way Route 1 flows would affect their travel times and other factors.

More Related