Presentation is loading. Please wait.

Presentation is loading. Please wait.

Traffic Flow Nora Shora Laura Tatsch. Traffic Flow Exploring dynamic vs. static toll pricing in a traffic network simulation model.

Similar presentations


Presentation on theme: "Traffic Flow Nora Shora Laura Tatsch. Traffic Flow Exploring dynamic vs. static toll pricing in a traffic network simulation model."— Presentation transcript:

1 Traffic Flow Nora Shora Laura Tatsch

2 Traffic Flow Exploring dynamic vs. static toll pricing in a traffic network simulation model

3 Presentation Overview Background Problem How we did it Results Conclusion Recommendations

4 Background Traffic congestion in major cities worldwide Capacity-limited transportation network All of the following increase due to traffic:  Travel time  Number of stops  Travel costs  Delays  Air pollution  Accidents  Noise level

5 Problem Initially Examine how dynamic toll pricing will affect the flow of traffic of a Knoxville, TN simulation model. Examine how multiple organizations controlling the toll booths in a city would affect traffic flow. Realistically Examine the effects of dynamic vs. static toll pricing in the network simulation model of Knoxville, TN

6 How We Did It Acquired simulation code and downloaded JBuilder New Direction of Problem Modified Code Found freeway arcs and demographic zones Added code to apply tolls on some freeway arcs Added time and cost weights to each of the 9 zones

7 How We Did It Acquired simulation code and downloaded JBuilder New Direction of Problem Modified Code Found freeway arcs and demographic zones Added code to apply tolls on some freeway arcs Added time and cost weights to each of the 9 zones

8 Blah blah

9 How We Did It Acquired simulation code and downloaded JBuilder New Direction of Problem Modified Code Found freeway arcs and demographic zones Added code to apply tolls on some freeway arcs Added time and cost weights to each of the 9 zones

10 How We Did It //BEGINNING OF PRICING OF ARCS //TOP Freeway // pricing scheme for link 396 - 428 if(this.getUpstreamIntersection().getIntersectionName().equalsIgnoreCase("n396") && this.getDownstreamIntersection().getIntersectionName().equalsIgnoreCase("n428")) { if( Master.timeNow <= 60){ travelCostCar = travelCostCar + (new Float(150)).floatValue()/100 ; } else if(Master.timeNow > 60 && Master.timeNow > 90){ travelCostCar = travelCostCar + (new Float(150)).floatValue()/100 ; } else if(Master.timeNow > 90 && Master.timeNow > 120){ travelCostCar = travelCostCar + (new Float(150)).floatValue()/100 ; } else if(Master.timeNow > 120 && Master.timeNow > 180){ travelCostCar = travelCostCar + (new Float(150)).floatValue()/100 ; } else if(Master.timeNow > 180 && Master.timeNow > 210){ travelCostCar = travelCostCar + (new Float(150)).floatValue()/100 ; }

11 How We Did It Acquired simulation code and downloaded JBuilder New Direction of Problem Modified Code Found freeway arcs and demographic zones Added code to apply tolls on some freeway arcs Added time and cost weights to each of the 9 zones

12 How We Did It Zone Data =========== ZoneKeyID: 1 Centroid:93 CarOwnershipPercent: 100 BikeOwnershipPercent: 50 ActivityPercents: 1000 0 travelTimeWeight: 90 travelCostWeight: 10 travelDistanceWeight: 1 waitingTimeWeight: 1 walkingDistanceWeight: 1 comfortWeight: 1 safetyWeight: 1 transferWeight: 1

13 How We Did It Ran simulation with various static tolls Added demand between zone 3 and zone 1 and ran simulation with static and dynamic tolls Changed demand to be from zones 8 to 1 and 1 to 8 Ran simulation again with static and dynamic toll prices with new demand Analyzed the results

14 How We Did It Demand Data =========== StartInterval: 0 EndInterval: 300 Multiplier: 8 From/To1 2 3 4 5 6 7 8 9 1 24 15 13 13 13 12 14 200 13 2 42 15 13 14 13 13 12 12 13 3 29 15 14 14 12 14 12 12 12 4 23 14 16 12 13 12 13 13 13 5 23 13 15 13 13 14 15 12 14 6 29 13 15 13 12 13 14 13 14 7 23 14 14 13 14 13 12 14 14 8 200 15 14 13 13 13 13 13 12 9 21 13 13 14 13 13 13 12 11

15 How We Did It Ran simulation with various static tolls Added demand between zone 3 and zone 1 and ran simulation with static and dynamic tolls Changed demand to be from zones 8 to 1 and 1 to 8 Ran simulation again with static and dynamic toll prices with new demand Analyzed the results

16 Results

17

18

19 Conclusion Increase in toll prices did not change average travel and stop times Dynamic vs. static pricing  Dynamic helped reduce average travel and stop times when compared to static pricing  Dynamic pricing has this effect up to a specific initial toll price

20 Recommendations More simulation runs should be completed for more complete results Larger and smaller increases in tolls  Increase by 20 per time segment  Increase by 50 per time segment Different time segments Look at different organizational objectives

21


Download ppt "Traffic Flow Nora Shora Laura Tatsch. Traffic Flow Exploring dynamic vs. static toll pricing in a traffic network simulation model."

Similar presentations


Ads by Google