Giter Club home page Giter Club logo

hsr_simulation_simpy's Introduction

London-Birmingham HSR Simulation and Optimization

INTRODUCTION
A high-speed train as planned for the HS2 line from London to Birmingham has an acceleration of 0.72m/s2, about the same as a commuter train. While the trains can brake in an emergency at 2.5m/s2, the energy optimal deceleration (using regenerative braking) is 0.36m/s2. The maximum travelling speed of the train is about 300km/h (83.3m/s). Accelerating from 0 to the maximum speed takes therefore 115.7s during which time the train travels about 4,820m. Slow decelerating takes 231.4s and the distance travelled is 9,640m. A railway line consists of a sequence of signaling blocks. A train is only allowed to enter a block, when there is no other train in the block and the entry signal is green. When a train enters a block the entry signal switches to red. The entrance signal switches back to green 5 seconds after the end of the train has left the block. Depending on the intended maximum traveling speed there is an optimal distance for setting a pre-signal. At a maximum travelling speed of the train of 300km/h (83.3m/s) the slow deceleration takes 231.4s and the train travels 9,640m during this time. In this case the presignal would be 10km before the actual signal at the end of one block and the entry to the next. The length of a block should therefore be at least 10km, but to allow a train to achieve and run as long as possible at full speed, the block length should be at least 1.5x this length. The control problem is to keep the trains moving at maximum possible speed. If there is a slight delay in one train it may cause the train in the following block to decelerate, potentially down to a stop, and then to reaccelerate. This in turn will delay the train thereafter. Just like the “traffic jam” effect you know from the motorway. A train can run constantly at full speed if there is always at least one free block ahead. With a block length of 15km that means that the distance between two trains should be about 30km, at full speed a travelling time of about 6min. This would indicate that one could achieve a maximum schedule of 10 trains per hour. The new government under Boris Johnson is pushing the development of HS2. The economic argument is based on a schedule time of 9 trains per hour.

SIMULATION LOGIC
Create a simulation for the London-Birmingham section of the high-speed line under assumption of a number k of signalling blocks. A decision on the number of signaling blocks is required, as the track laying is supposed to start soon. Also a decision on the number of trains running per hour has to be made. Depending on the number of signalling blocks simulate the throughput of trains. Take into account that between Birmingham Interchange and Birmingham Curzon street as well as between London Old Oak Common and London Euston there will be a practical speed limit and the traveling times are 5 min between London Euston and London Old Oak Common (one signalling block) and 9 min between Birhigham Interchange and Birmingham Curzon Street station (two signalling blocks). Take into account the variability of achievable speeds due to wind and weather conditions on the stretch between London Old Oak Common and Birmingham Interchange. Take into account the variability in stop times, i.e. minor delays due to passenger movements.
London Euston
5 min
London Old Oak Common
31 min
Birmingham Interchange
9 min
Birmingham Curzon Street
The distance between London Old Oak Common Station and Birmingham Interchange Station is 145km. This could be broken down in up-to 14 blocks. If there are less but longer blocks the trains could achieve in theory a higher average speed, however the throughput in trains per hour is smaller.



ASSUMPTIONS
As stated in problem statement, minimum 2 blocks distance should be maintanined. As a train can run constantly at full speed if there is always at least one free block ahead. Also, train is only allowed to enter a block, when there is no other train in the block and the entry signal is green. When a train enters a block the entry signal switches to red. The entrance signal switches back to green 5 seconds after the end of the train has left the block.

HIGH SPEED TRAIN DETAILS
max speed = 83.3 m/s (300 km/hr)
0 - 300 km/h
acceleration = 0.72 m/s^2
distance = 4820 m
time = 115.7 s
300 - 0 km/h
deceleration = 0.36 m/s^2 (Energy optimal deceleration)
distance = 9640 m
time = 231.4 s

OBJECTIVE
Part 1: Simulation Objectives
To create a simulation for the London-Birmingham section of the high-speed line under assumption of a number k of signalling blocks. Depending on the number of signalling blocks simulate the throughput of trains.
Part 2: Optimization Objectives
Determine K optimal number of blocks and N optimal number of trains (Kopt,Nopt)
Minimise the overall average traveling time
Maximise the throughput of passengers in peak hours.

hsr_simulation_simpy's People

Contributors

dhareshvadalia avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.