Research Article

Simulation-Based Dynamic Passenger Flow Assignment Modelling for a Schedule-Based Transit Network

Algorithm 1

Calculation algorithm for a passenger entering the station.
For simulation time
For each entrance queue to
  Step 1. Calculate by checking the time with the expected departure time for each passenger in the entrance
  queue
  Step 2. Calculate transfer flow ,
  Step 3. Transfer passengers from the entrance queue to the wait queue
    
End
End