Road Transport Systems
ETHZ / D-BAUG / Spring Semester 2021
ETHZ / D-BAUG / Spring Semester 2021
-
- 1 / 78
-
Cartes-fiches
Merging traffic control devices
- traffic lights
- physical barriers (toll plaza)
- variable speed limits
- emerging vehicle-to-infrastructure technologies
- some lanes may be free
- control algorithm:
- a) exit flow regulation
- b) distribution per (controlled) lane
- c) translation of control decisions
- ramp metering (motorway on-ramps)
Wardrop principle
Journey times in all routes actually used are equal and less than those that would be experienced by a single vehicle on any unused route.
user equilibrium (UE)
AV
Autonomous Vehicle
Anticipated effects from AVs
Autonomous Vehicle (AV)
- less congestion
- shorter travelling time
- less pollution
- less energy consumption
- less accidents
- more parking space
- higher mobility (elderly, kids, etc.)
ACC
Adaptive Cruise Control
MOBIL (Model)
Minimizing Overall Breaking deceleration Induced by Lane Changes
General lane-changing model for car-following models (simulations)
Characteristics:
- safety criterion (prevents collisions from lane-changes)
- incentive criterion
Parameters:
- safe deceleration
- "politeness" factor
- changing threshhold
Safety criterion
Part of the MOBIL-model
Prevents critical lane changes and collisions.
How it works:
- If the following car is slower
- it's safe to lane change
- it's safe to lane change
- if the following car is faster
- it's not safe to lane change
Discrete Time Simulations (DTS)
- Models evaluated and state updated only at predefined time intervals - Δt
- Update every Δt even if there is no change on inputs or states
- Need to execute at finest time granularity (time resolution)
- State changes only happen at the closest interval
- Master clock required for the overall simulation time
- Computational time lost were nothing happens - every simulation step is executed whether states change or not
Convenient for systems that can be described by PDEs (time discretization of the continuous functions)
Discrete Event Simulation (DES)
- Instantaneous events responsible for the changes in the system state
- In between events, no change to the system is assumed to occur
- Also requires master clock
- All events are ordered (even if they happen at the exact same time)
- It is normally very efficient since it allows to jump in time from one relevant event to the next one
Usually used for systems that are complex and difficult to be described by PDEs.
Basic concepts:
- System: a collection fo entities that interact together over time, e.g. vehicles and traffic lights
- System state: a collection of variables that contain all the information necessary to describe the system at any time (redundancy)
- Model: an abstract representation of the system
- Events: instances that trigger the change (update) of system state, e.g. arrival, departure, change of signal phase
- No notion of Δt: time difference between two consecutive events may vary a lot
Microscopic traffic flow models
car following + lane changing
Public Transport Priority
The goal of public transport priority is to increase the attractiveness of PT by increasing its speed and reliabilty.
This can be achieved by implementing following measures:
- Dedicated right-of-way
- Roadway improvements and regulations
- Traffic signal prioritization
- Operational improvements
- Complimentary measures (e.g. traffic calming)
Green Waves in Zürich
Network-wide approach of public transport prioritization.
- IT and PT form two independent networks:
- Optimize capacity for IT
- Minimize travel time for PT
- Synchronization is achieved when:
- PT stops at predefined places (e.g. bus stops) without interaction with IT
- PT can be decoupled from IT when on seperate lanes
- Arterial roads
- Arterials have IT Green Waves. The PT follows
- Besides the IT Green Wave main direction,
there is a PT Green Wave in the opposite direction
- Downtown areas
- There are no IT Green Waves
- PT decides the behavior
Gravity Model
In traffic modelling the Gravity Model is a popular method for trip distribution.
The gravity model assumes that the trips produced at an origin and attracted to a destination are directly proportional to the total trip productions at the origin and the total attractions at the destination.
Analogy to Newton's Law of Gravity:
- Greater mass / More attractions --> higher force between them
- Longer distance between two bodies / nodes --> lesser force
User equilibrium vs. System optimum
User equilibrium (UE): Find a feasible assignment in which all used paths have equal and minimal travel times.
- This principle follows directy from the assumptions that:
- drivers choose minimum time paths
- drivers are well-informed about network conditions
- most widely used trip assignment method for auto trips
- UE does not minimize congestion
- Total system travel time may not be the minimum
System optimum (SO): Find a feasible assignment which minimizes the total system travel time.
- SO is not a natural process --> measures have to be taken to reach SO
Dynamic Traffic Assignment (DTA)
DTA must involve the following concepts:
- A model for how congestion (travel times) varies over time
- A concept of equilibrium route choice
- Equilibration based on experienced travel times, not instantaneous travel times
Compared to Static Traffic Assignment (STA) DTA-Simulations are more realistic.
Problems:
- Limited link capacity (high computing cost)
- multicommodity flow (e.g. trucks, toll roads)
- elastic demand
- multi-mode supply
Calibration of microscopic models
Three step strategy:
- Capacity calibration
- Route choice calibration
- System performance calibration
Calibration Process:
- Select parameters to calibrate
- Global
- Link specific
- Collect field data
- Set calibration goals
- Search for optimal parameter values
Microsimulation - Operational outputs
Operational outputs specifications
- link level demand
- speed
- density
- throughput
- delay
- post processing data
- queues
- travel time
- 2D, 3D visualization
ALINEA
ALINEA is a local feedback ramp-metering strategy.
Behavioral differences - AVs vs. human drivers
- Human drivers anticipate disturbances downstream
--> inability of traffic anticipation can lead to platoon instability - AVs drive with lower speed variations at stable following conditions
- Reaction times of humans are larger than of controllers (yet comparable)
- Controllers drive based on time headway strategies but humans don't
Such behavioral differences directly impact traffic congestion, energy consumption, driving behaviors and possibly other dimensions.