Hallway Traffic Simulator Peter Riggs Computer Systems Lab 06-07.

Slides:



Advertisements
Similar presentations
Dynamic Grid Optimisation TERENA Conference, Lijmerick 5/6/02 A. P. Millar University of Glasgow.
Advertisements

Software for Engineers EG1003: Introduction to Engineering and Design.
EG1003: Introduction to Engineering and Design Software for Engineers.
The Tragedy of the Commons in Traffic Routing and Congestion Craig Haseler Computer Systems Lab TJHSST
4th Year Systems Design Workshop ROUTE System Workshop Group #24 Danny Ho Macy Lui Gegi Thomas Supervisors: Prof. Doug Dudycha (GEOG) Prof. Eric Kubica.
T T Population Sampling Distribution Purpose Allows the analyst to determine the mean and standard deviation of a sampling distribution.
Architecture and Real Time Systems Lab University of Massachusetts, Amherst An Application Driven Reliability Measures and Evaluation Tool for Fault Tolerant.
1 TCP-LP: A Distributed Algorithm for Low Priority Data Transfer Aleksandar Kuzmanovic, Edward W. Knightly Department of Electrical and Computer Engineering.
Operating Systems Simulator Jessica Craddock Kelvin Whyms CPSC 410.
Mathematics 191 Research Seminar in Mathematical Modeling Lecture 6/7 February 24 th, 2005.
BLUETOOTH LINK PERFORMANCE WITH CRC MEASUREMENT CS 215 CLASS PROJECT by Lingtao Cao Wenfei Feng Howie Yu March 22, 2001.
Classification of Music According to Genres Using Neural Networks, Genetic Algorithms and Fuzzy Systems.
T T07-01 Sample Size Effect – Normal Distribution Purpose Allows the analyst to analyze the effect that sample size has on a sampling distribution.
ABSTRACT Many new devices and applications are being created that involve transporting droplets from one place to another. A common method of achieving.
Group 9: Chill Geordi: RFID based location sensing Brian Loo (bloo) Geeta Shroff (gshroff) Zane Starr (zcs)
Lec 12 TD-Part 5: ch5.4.4, H/O, pp.498, Intro to trip assignment Know the purpose of trip assignment Know a few names of trip-assignment procedures Know.
CMSC 104, Version 9/01 1 The Box Problem: Write an interactive program to compute and display the volume and surface area of a box. The program must also.
UPC/SHMEM PAT High-level Design v.1.1 Hung-Hsun Su UPC Group, HCS lab 6/21/2005.
3D Graphics Module Ramesh Srigiriraju. Abstract Project Areas: 3D Graphics, Modular design Purpose: to test data schemes for 3D rotatons Four different.
Networks and the Shortest Path Problem.  Physical Networks  Road Networks  Railway Networks  Airline traffic Networks  Electrical networks, e.g.,
RANI NALAMARU DEPARTMENT OF COMPUTER SCIENCE BALL STATE UNIVERSITY RANI NALAMARU DEPARTMENT OF COMPUTER SCIENCE BALL STATE UNIVERSITY Efficient Transmission.
Space Defined An area provided for a specific purpose.
Challenges of Large-scale Vehicular & Mobile Ad hoc Network Simulation Thomas D. Hewer, Maziar Nekovee, Radhika S. Saksena and Peter V. Coveney
Railway Operations: Issues and Objectives Capacity management Infrastructure planning Timetable preparation Management of day-to-day movement of trains.
Traffic Based Pathway Optimization Michael LeGore TJHSST CSL.
A Study in Creating Computational Models of Traffic.
Advanced Speed Guidance for Merging and Sequencing Techniques Chris Sweeney Thomas Jefferson High School for Science and Technology MITRE Corporation Center.
Handling Session Classes for Predicting ASP.NET Performance Metrics Ágnes Bogárdi-Mészöly, Tihamér Levendovszky, Hassan Charaf Budapest University of Technology.
APL: Autonomous Passive Localization for Wireless Sensors Deployed in Road Networks IEEE INFOCOM 2008, Phoenix, AZ, USA Jaehoon Jeong, Shuo Guo, Tian He.
Applications of Genetic Algorithms TJHSST Computer Systems Lab By Mary Linnell.
—————————— CACI Products Company - ——————————————————— COMNET III —————————————— 1-1 Day 1 - COMNET Program Operation, Network Topology.
Finite Element Analysis
Formal Lab Write Up Science 10.
Evaluating Wireless Network Performance David P. Daugherty ITEC 650 Radford University March 23, 2006.
Efficient Gigabit Ethernet Switch Models for Large-Scale Simulation Dong (Kevin) Jin David Nicol Matthew Caesar University of Illinois.
Traffic Light Simulation Lynn Jepsen. Introduction and Background Try and find the most efficient way to move cars through an intersection at different.
Simulating Traffic Congestion on Route 1 Jimmy O'Hara Computer Systems Lab
Traffic Dynamics in Scholastic Environments Alex Katkova.
Algorithms an Introduction. History This course was first taught in the late 1960s The main principals that maintained the area –Find algorithms that.
Software. Introduction n A computer can’t do anything without a program of instructions. n A program is a set of instructions a computer carries out.
Interaction and Animation on Geolocalization Based Network Topology by Engin Arslan.
Efficient Graph Traversal with Realistic Conditions by Olex Ponomarenko st Quarter Draft----
Traffic Simulation L0 – How to use AIMSUN Ing. Ondřej Přibyl, Ph.D.
Laboratory 1: Software for Engineers
Who cares about implementation and precision?
Jim Henricksen, MnDOT Steve Ruegg, WSP
Modeling of Traffic Patterns on Highways
Maryland Unconventional Intersection Design Analysis Tool
Routing and Logistics with TransCAD
Software for Engineers
Software for Engineers
How to write a lab report Lab reports include sub titles In the correct order. Some sub titles must be included. Title: Introduction: Purpose: Hypothesis:
Abstract During rush hours traffic on Route 1 is at an almost standstill, the road is not capable of holding the amount of traffic that travels on it during.
The Tragedy of the Commons in Traffic Routing and Congestion
A graphing calculator is required for some problems or parts of problems 2000.
Calibration and Validation
Traffic Light Simulation
Traffic Light Simulation
Applications of Genetic Algorithms TJHSST Computer Systems Lab
Traffic Light Simulation
Chapter 2. Problem Solving and Software Engineering
Efficient Graph Traversal with Realistic Conditions
School of Civil Engineering
CS2011 Introduction to Programming I Loop Statements (I)
Test Tools Tools can be useful but are they worth it? Cost
Introduction Time is something we waist as a society
Tractography Algorithm: Toolbox:
Learning Combinational Logic
Computer Systems Lab TJHSST Current Projects In-House, pt 1
Excursions into Parallel Programming
Presentation transcript:

Hallway Traffic Simulator Peter Riggs Computer Systems Lab 06-07

Abstract The purpose of this project is to provide a realistic simulation of traffic flow through a given hallway environment. The simulation is run by a Fortran program, and the results are then displayed by a Java viewer which reads from the main program.

Introduction Architects can use a traffic simulator to test the effectiveness of a hallway design before building it. With this program the user can input a specific environment and a few initial parameters (e.g. student population), and the program will demonstrate how successful the design is.

Background No research has been done in the area of hallways—designs are done by trial & error and by precedent Studies on car traffic have created models for traffic volume vs. road width and intersections

Procedures All movement calculations handled by main Fortran program Main program reads in environment data from text file, calculates student movement vs. time, exports results to text file Java viewer reads and displays movement data, user controls playback

Methods For students, full pathfinding algorithm is inefficient Node graph used to place “guideposts” for students to simplify pathfinding Individuals use local pathfinding to avoid only adjacent walls & other students, at minimum cost to processor

Methods (ctd.) A node graph showing the guideposts given to an individual

Results Students behave as realistic individuals, creating accurate traffic patterns Developers can input their designs into the program for predictions of traffic Administrators can program set destinations for students to test the feasibility of certain class schedules