1 / 11

Applying AnyLogic Simulation Software to Flat Yard Analysis INFORMS Conference 2012 Roger Baugher TrAnalytics, LLC.

Applying AnyLogic Simulation Software to Flat Yard Analysis INFORMS Conference 2012 Roger Baugher TrAnalytics, LLC. AnyLogic Simulation Software. Principal Features Handles all three principal simulation frameworks Discrete Event Agent-Based System Dynamics

zurina
Télécharger la présentation

Applying AnyLogic Simulation Software to Flat Yard Analysis INFORMS Conference 2012 Roger Baugher TrAnalytics, LLC.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Applying AnyLogic Simulation Software to Flat Yard AnalysisINFORMS Conference 2012Roger BaugherTrAnalytics, LLC.

  2. AnyLogic Simulation Software Principal Features • Handles all three principal simulation frameworks • Discrete Event • Agent-Based • System Dynamics • Graphical Interface for model design • Drag-and-drop logic • Self-documenting • Logic flow can be viewed • Integrated with Java • Generates Java code • User functions can be written in Java

  3. AnyLogic Simulation Software Principal Features (continued) • Rich animation, including 3-D • Specialized libraries fully integrated with simulation framework • Road and Traffic • Pedestrian • Rail • Understands trains, tracks, cars, switches, routes, coupling, uncoupling, acceleration, deceleration • Access to rich set of methods and properties • Can place rail library objects anywhere in simulation, while exploiting non-rail capabilities • Using the Rail Library, one can model flat yards, hump yards and other rail terminals (e.g., loading/unloading sites) • Using the libraries together, one can model an intermodal terminal and complex rail passenger / subway operations INFORMS Conference 2012 Page

  4. AnyLogic Simulation Software Principal Features (continued) • Supports various forms of logic representation • State Transitions • Program Flow Charts • Modular design enables reuse of components • Export to applets for internet presentations • Cost-effective • Full featured Professional version to create and run models • Advanced version without libraries to edit and run models • Excellent support • Assistance with technical issues – How do I install this? • Assistance with modeling issues – How do I model this? • Commitment to enhance and support Rail Library INFORMS Conference 2012 Page

  5. AnyLogic Simulation Software Demo • Yard engine shoves a cut of 12 cars from the receiving yard on the right (not shown) into Track 7130. • Switch engine arrives from the left, pulls the cut of cars clear of the ladder, kicks cars for similar destinations into their appropriate tracks, then departs to the left. • Yard engine returns once there are 6 or more cars on any track, pulling each such track, doubling to multiple tracks as needed. INFORMS Conference 2012 Page

  6. AnyLogic Simulation Software Key Control Elements Creates a new train with specified characteristics Routes train through track network via shortest path or specified route Joins two trains, passing characteristics to train that emerges Generates two trains by uncoupling the train that enters INFORMS Conference 2012 Page

  7. AnyLogic Simulation Software Sample Control and Status Functions Track • booleanisEmpty() • intgetNCars() • RailCargetFirstCar() • RailCargetLastCar() • RailCargetCar( int index ) • LinkedList< RailCar > getCars() • double getFreeSpace( booleanfromstart ) • Switch getSwitch( booleanatend ) • double getLength() • void highlight() • ShapePolyLinegetPolyline() • double getTopZ() • double intersectionToOffset (ShapeLine line) Switch • Track getSelectedTrack() • void setSelectedTrack( Track track ) • void toggle() • Track nextTrack( Track from ) • booleanisTrailingPoint( Track from ) • booleantrackStarts( Track track ) • Track getTrack( int index ) • void highlight() • ShapeOvalgetOval() Train • intsize() • double getLength() • booleanisEmpty() • RailCargetFirst() • RailCargetLast() • RailCarget( inti ) • void setCruiseSpeed( double speed ) • double getCruiseSpeed() • void setAcceleration( double acceleration ) • double getAcceleration() • void setDeceleration( double deceleration ) • double getDeceleration() • Route getRoute() • booleanisMoving() • RailCargetHead() • RailCargetTail() • void setVelocity( double v ) • double getVelocity() • void accelerateTo( double speed ) • booleangetDirection() • ShapePolyLinegetTrack( boolean front ) • booleangetOrientation( boolean front ) • booleanisForwardOnTrack( boolean front )ShapePolyLinegetTargetTrack() • double getTargetOffset() • double getDistanceToTarget() • double getDistanceDriven() • void resetDistanceDriven() INFORMS Conference 2012 Page

  8. AnyLogic Simulation Software Logic Diagram INFORMS Conference 2012 Page

  9. AnyLogic Simulation Software Small Portion of Logic Diagram At upper left, the North End Job (engine on the right in the simulation) is created, then held until no conflict exists. It then shoves to Track 7130, uncouples from the rest of the cut, and exits. At bottom left, the South End Job (switch engine) is created, then held until no conflict exists. It moves to Track 7130 and couples with the cars left by the North End Job. The cut is then pulled clear of the ladder, and the engine kicks cuts of cars to their appropriate track. Cars with the same destination move together. INFORMS Conference 2012 Page

  10. AnyLogic Simulation Software Observations • Simulation of the basic switching process is fairly straightforward for a simple flat yard. • When more than one switch engine works the same area, resolving conflicts becomes more challenging. • If block to track assignment changes through the day or reswitch / sluff tracks are required, the logic becomes more complex. • The most challenging component of the yard to simulate is the receiving and departure yard, since the process of setting out and picking up, while maintaining block integrity and coordinating with main line operations, requires many rules and extensive conflict resolution. • Representing locomotives and other resources as “Agents” may create exciting new simulation capabilities. INFORMS Conference 2012 Page

  11. AnyLogic Simulation Software Conclusions • AnyLogic is a powerful, cost-effective simulation tool whose specialized libraries and rich graphics enable a user to develop realistic railroad yard simulations. • Built-in capabilities, like shortest path computation, simplify project definition. • Graphical design interface gives user, not programmer, final control over simulation design and execution. • The Rail Library, when used in conjunction with the Road and Traffic Library and Pedestrian Library, enables simulation of a wide variety of rail terminals, including intermodal and passenger facilities. INFORMS Conference 2012 Page

More Related