Difference between revisions of "Xcesj04"

From Simulace.info
Jump to: navigation, search
m (moved Xcesj04 old to Xcesj04 over redirect)
Line 1: Line 1:
#REDIRECT [[Xcesj04 old one]]
+
= Ideal latency between a metro trains =
 +
Simulation should represent what latency can be set for passenger transport in the Prague metro (depending on the density of passengers).
 +
 
 +
= Assignment =
 +
*'''Project Name:''' Ideal latency between a metro trains
 +
*'''Author:''' Bc. Jan Cestr
 +
*'''Software used:''' NetLogo
 +
 
 +
= Object =
 +
Finding the minimum and maximum limits (time) for the Prague metro which would reveal the most ideal spacing of each metro trains.
 +
should not stop in the tunnel due to waiting for the previous train (apart from exceptional cases). It should be reckon with the fact that metro station can’t be overfull.
 +
 
 +
= Global variables =
 +
Time latency between each metro trains.
 +
Number of passengers in the station (more people in rush-hour than off-peak hours)
 +
Frequency of people who choose to travel by metro (depending on location)
 +
Throughput
 +
Transport capacity of metro
 +
 
 +
= Outcome =
 +
Simulation to determine the ideal spacing (latency) between trains - ideal ratio between the number of passengers and the spacing of trains (boundary between traffic jams and traffic collaps because of overfull stations.

Revision as of 01:50, 12 December 2014

Ideal latency between a metro trains

Simulation should represent what latency can be set for passenger transport in the Prague metro (depending on the density of passengers).

Assignment

  • Project Name: Ideal latency between a metro trains
  • Author: Bc. Jan Cestr
  • Software used: NetLogo

Object

Finding the minimum and maximum limits (time) for the Prague metro which would reveal the most ideal spacing of each metro trains. should not stop in the tunnel due to waiting for the previous train (apart from exceptional cases). It should be reckon with the fact that metro station can’t be overfull.

Global variables

Time latency between each metro trains. Number of passengers in the station (more people in rush-hour than off-peak hours) Frequency of people who choose to travel by metro (depending on location) Throughput Transport capacity of metro

Outcome

Simulation to determine the ideal spacing (latency) between trains - ideal ratio between the number of passengers and the spacing of trains (boundary between traffic jams and traffic collaps because of overfull stations.