next up previous contents
Next: Fair intersections Up: The queue model for Previous: Introduction   Contents

General

From our general framework, we have the following requirements to a traffic simulation:

The important numbers characterizing a road from the perspective of transportation planning are:

The first two numbers are also used in all traditional transportation planning software (based on static assignment, see Chap. 28) and are therefore typically available with standard data files for transportation planning. The third number is necessary when a link is full and no more vehicles can enter, causing spillback. Without the storage constraint, flow demand above the flow capacity would allow an unlimited number of vehicles on the link, which is clearly not realistic.

The queue model bases its dynamics on free speed, flow capacity, and storage constraint only. Typical input data are, for each link $a$, the attributes free flow velocity $v_{0,a}$, length $L_a$, capacity $C_a$ and number of lanes $n_{lanes,a}$. Free flow travel time is calculated by $T_{0,a}={L_a / v_{0,a}}$. The storage constraint of a link is calculated as $N_{sites,a} = {L_a
\cdot n_{lanes,a}}/ \ell$, where $\ell$ is the space a single vehicle in the average occupies in a jam, which is the inverse of the jam density. One can use $\ell = 7.5~\hbox{m}$, as for the CA technique.

The arguably simplest intersection logic (47) is that all links are processed in arbitrary but fixed sequence, and a vehicle is moved to the next link if (1) it has arrived at the end of the link, (2) it can be moved according to capacity, and (3) there is space on the destination link (see Algorithm A in Fig. 18.1). More formally, the following happens:


next up previous contents
Next: Fair intersections Up: The queue model for Previous: Introduction   Contents
2004-02-02