Saturday, April 15, 2017

Solved- Traffic Flow Distribution among Routes at Equilibrium

Hi,

Prob: There are two routes, such that the time consumed is given by the following. 
t1 = 15 + 0.005q1 , t2 = 12 + 0.003q2, 
in peak hour the traffic flow is 6600 veh/hr, estimate the traffic flow distribution among the two routes at the equilibrium.

Solution:

No comments:

Post a Comment

Cut and Fill Volume for given GL and FL profile, using Python Code

Hi, Please don't get afraid by the length of the code. It is very simple to copy and paste it into your Python IDEs such as Pycharm or V...