Modeling Visitor Movement in Theme Parks

Size: px
Start display at page:

Download "Modeling Visitor Movement in Theme Parks"

Transcription

1 Modeling Visitor Movement in Theme Parks A scenario-specific human mobility model Gürkan Solmaz, Mustafa İlhan Akbaş and Damla Turgut Department of Electrical Engineering and Computer Science University of Central Florida - Orlando, FL Oct 23, 2012 G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

2 1 Introduction G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

3 1 Introduction 2 Problem definition G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

4 1 Introduction 2 Problem definition 3 Human mobility model Overview of the model Modeling a theme park Visitor model G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

5 1 Introduction 2 Problem definition 3 Human mobility model Overview of the model Modeling a theme park Visitor model 4 Simulation study G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

6 1 Introduction 2 Problem definition 3 Human mobility model Overview of the model Modeling a theme park Visitor model 4 Simulation study 5 Conclusion G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

7 Introduction Realistic modeling of the movement of people Simulation-based performance evaluation of networks Human mobility: the combination of regularity and spontaneity Human movement patterns depend on the application scenario Need for scenario-specific mobility models G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

8 Problem definition Problem Theme parks are large areas with one or more "themed" landmarks that consist of attractions Visitors plan to see a subset of these attractions by walking Visitors usually pre-plan their visit Visitors minimize the time it takes to walk Changing decisions spontaneously depending on various factors Objective Realistic modeling and simulation of the visitor movement in theme parks G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

9 Overview of the model SLAW model Provides an effective strategy in representing social contexts of common gathering places of walking people Fractal points and heavy-tail flights on top of these fractal points Our model Using SLAW as a baseline Application of queuing models to represent the behavior and effects of attractions Preserving the nondeterminism G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

10 Modeling a theme park The five main phases Fractal points Clusters Attractions and noise points Landmarks Theme park map G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

11 Fractal points Defined in SLAW People are more attracted to visit popular places Self-similarity and least action characteristics by fractal points A fractal point can be considered as a waypoint G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

12 Fractal points G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

13 Clusters The goal: finding the areas where people are more attracted to gather together Determining the parts of the area with highest number of fractal points Using a modified version of DBScan algorithm to specify the number of clusters and noise point ratio G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

14 Clusters G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

15 Attractions and noise points The most dense areas found by clustering are marked as "attractions" The weight of an attraction is defined according to the number of fractal points included The central location of an attraction is determined by averaging the coordinate values Nonclustered fractal points are marked as "noise points" The attractions and noise points are defined as the waiting points in a landmark G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

16 Attractions and noise points Our model represents attractions by queuing models Attraction Queue model Percentage Main rides (RD) M/D/n 17% Medium-size rides M/D/n 56% (M-RD) Restaurants (RT) M/M/1 17% Live shows (LS) M/M/n 10% G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

17 Landmarks A landmark includes multiple attractions and noise points G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

18 Theme park map For modeling the theme park, we use a graph theoretical approach Graph consists of vertices and weighted non-directional edges Each vertex in the graph represents a landmark Each edge represents a path between two landmarks Weight of an edge corresponds to the transportation time between the landmarks G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

19 Theme park map G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

20 Visitor model The visitors are represented by mobile nodes The states of the mobile nodes: "initial", "inqueue", "moving", "innoisepoint" and "removed" Each visitor Initially decides a hangout time for the particular landmark Selects a subset from the set of all attractions to visit Leaves after the hangout time if its state is not "inqueue" G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

21 Trip planning The visitors move according to the least action principle If a visitor visits an attraction or a noise point, marks it as visited and does not visit it again A visitor by-passes an attraction if the queue is full Visitors decide their next destinations by the modified version of LATP algorithm G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

22 Trip planning A visitor tries to minimize the Euclidean distance for travel Every unvisited point has a probability to be the next destination Instead of using identical waiting points, weighted waiting points are used Attractions with larger weight values have more probability When a visitor goes to a noise point, waits in the exact position When an attraction is selected, the visitor goes to a random sitpoint G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

23 Visitor model Each attraction has a service rate, number of visitors per service and capacity Waiting time of a visitor in an attraction depends on The number of visitors already waiting in the queue Service rate of the attraction Number of visitors per service Waiting time of the visitor in a noise point is generated randomly by truncated Pareto distribution G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

24 Mobility model demo G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

25 Simulation parameters Simulation time 10 hours Terrain size 1000x1000 m Number of visitors 2000 Hangout times 2-10 hours Number of attractions 15 Noise point ratio 10% Minimum waiting time 30 sec Visitor speed 1 m/sec Pareto α value 1.5 Number of visitors per 40 service (RD) Number of visitors per 20 service (M-RD, LS) G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

26 Simulation environment G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

27 Simulation metrics and results The simulation of our model generates synthetic mobility traces of mobile nodes The results are analyzed by GPS traces of theme park visitors SLAW and RWP mobility model simulations We examine fundamental characteristics of mobility features: Distribution of flight lengths Distribution of waiting times (pause times) Waiting rate of visitors G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

28 Simulation results Normalized flight length distributions from mobility simulation Our simulation have consistency, among different runs of the simulation Number of flights Experiment 1 Experiment 2 Experiment 3 Experiment 4 Experiment Flight lengths (m) G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

29 Simulation results Normalized flight length distributions from the mobility simulation, Orlando Disney World GPS traces, SLAW and RWP Mobility Models The mobility model outperforms other two synthetic mobility models Number of flights Simulation GPS traces RWP SLAW Flight lengths (m) G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

30 Simulation results The square area for Magic Kingdom is modeled as a landmark with dimensions approximately equal to 850x850 meters using OpenStreetMap Our mobility model performs significantly better than SLAW The flight length distribution of our model is very close to the flight length distribution of GPS traces Number of flights Simulation GPS traces SLAW Flight lengths (m) G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

31 Simulation results Average number of waiting points per one hour from the simulation, Orlando Disney World GPS traces, SLAW and Random Waypoint Mobility Model Every visitor roughly waits in 10 different locations in an hour on average Average number of waiting points Simulation GPS Traces RWP SLAW Experiments G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

32 Simulation results Normalized waiting time distributions from the simulation, Orlando Disney World GPS traces and SLAW RWP model is not used since the mobile nodes have constant waiting times The results are closer to the GPS traces, compared to SLAW Number of waiting times Simulation GPS traces SLAW Waiting times (sec) G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

33 Conclusion A realistic model of the movement of visitors in a theme park Accuracy of our model is validated through simulations Future steps: Including micro-mobility behaviors in the model Using the mobility model to evaluate applications of wireless sensor networks Event coverage in theme parks using wireless sensor networks with mobile sinks (submitted to IEEE ICC 2013) G. Solmaz, M. İ. Akbaş, D. Turgut (UCF) IEEE LCN 2012 Oct 23, / 29

PRAJWAL KHADGI Department of Industrial and Systems Engineering Northern Illinois University DeKalb, Illinois, USA

PRAJWAL KHADGI Department of Industrial and Systems Engineering Northern Illinois University DeKalb, Illinois, USA SIMULATION ANALYSIS OF PASSENGER CHECK IN AND BAGGAGE SCREENING AREA AT CHICAGO-ROCKFORD INTERNATIONAL AIRPORT PRAJWAL KHADGI Department of Industrial and Systems Engineering Northern Illinois University

More information

Wingsuit Design and Basic Aerodynamics 2

Wingsuit Design and Basic Aerodynamics 2 WINGSUIT DESIGN AND BASIC AERODYNAMICS 2 In this article I would like to expand on the basic aerodynamics principles I covered in my first article (Wingsuit Flying Aerodynamics 1) and to explain the challenges

More information

A Study of Tradeoffs in Airport Coordinated Surface Operations

A Study of Tradeoffs in Airport Coordinated Surface Operations A Study of Tradeoffs in Airport Coordinated Surface Operations Ji MA, Daniel DELAHAYE, Mohammed SBIHI ENAC École Nationale de l Aviation Civile, Toulouse, France Paolo SCALA, Miguel MUJICA MOTA Amsterdam

More information

American Airlines Next Top Model

American Airlines Next Top Model Page 1 of 12 American Airlines Next Top Model Introduction Airlines employ several distinct strategies for the boarding and deboarding of airplanes in an attempt to minimize the time each plane spends

More information

Clustering radar tracks to evaluate efficiency indicators Roland Winkler Annette Temme, Christoph Bösel, Rudolf Kruse

Clustering radar tracks to evaluate efficiency indicators Roland Winkler Annette Temme, Christoph Bösel, Rudolf Kruse Clustering radar tracks to evaluate efficiency indicators Roland Winkler (roland.winkler@dlr.de), Annette Temme, Christoph Bösel, Rudolf Kruse November 11, 2010 2 / 21 Outline 1 Introduction 2 Clustering

More information

Integrated Optimization of Arrival, Departure, and Surface Operations

Integrated Optimization of Arrival, Departure, and Surface Operations Integrated Optimization of Arrival, Departure, and Surface Operations Ji MA, Daniel DELAHAYE, Mohammed SBIHI ENAC École Nationale de l Aviation Civile, Toulouse, France Paolo SCALA Amsterdam University

More information

Appendix B Ultimate Airport Capacity and Delay Simulation Modeling Analysis

Appendix B Ultimate Airport Capacity and Delay Simulation Modeling Analysis Appendix B ULTIMATE AIRPORT CAPACITY & DELAY SIMULATION MODELING ANALYSIS B TABLE OF CONTENTS EXHIBITS TABLES B.1 Introduction... 1 B.2 Simulation Modeling Assumption and Methodology... 4 B.2.1 Runway

More information

Documentation of the Elevation Selected to Model Helicopter Noise at HTO

Documentation of the Elevation Selected to Model Helicopter Noise at HTO Documentation of the Elevation Selected to Model Helicopter Noise at HTO The elevation of helicopters 4 miles from HTO airport varies greatly, from 200 feet to more than 3,000 feet. When modeling the noise

More information

OPTIMAL PUSHBACK TIME WITH EXISTING UNCERTAINTIES AT BUSY AIRPORT

OPTIMAL PUSHBACK TIME WITH EXISTING UNCERTAINTIES AT BUSY AIRPORT OPTIMAL PUSHBACK TIME WITH EXISTING Ryota Mori* *Electronic Navigation Research Institute Keywords: TSAT, reinforcement learning, uncertainty Abstract Pushback time management of departure aircraft is

More information

Flight Arrival Simulation

Flight Arrival Simulation Flight Arrival Simulation Ali Reza Afshari Buein Zahra Technical University, Department of Industrial Engineering, Iran, afshari@bzte.ac.ir Mohammad Anisseh Imam Khomeini International University, Department

More information

Investigation of Logistics Advantages of a Regular Container Service in the Port of Guaymas

Investigation of Logistics Advantages of a Regular Container Service in the Port of Guaymas Investigation of Logistics Advantages of a Regular Container Service in the Port of Guaymas J. Rene Villalobos, Octavio Sánchez, César Meneses Industrial Engineering Department Arizona State University

More information

FLIGHT TRANSPORTATION LABORATORY REPORT R87-5 AN AIR TRAFFIC CONTROL SIMULATOR FOR THE EVALUATION OF FLOW MANAGEMENT STRATEGIES JAMES FRANKLIN BUTLER

FLIGHT TRANSPORTATION LABORATORY REPORT R87-5 AN AIR TRAFFIC CONTROL SIMULATOR FOR THE EVALUATION OF FLOW MANAGEMENT STRATEGIES JAMES FRANKLIN BUTLER FLIGHT TRANSPORTATION LABORATORY REPORT R87-5 AN AIR TRAFFIC CONTROL SIMULATOR FOR THE EVALUATION OF FLOW MANAGEMENT STRATEGIES by JAMES FRANKLIN BUTLER MASTER OF SCIENCE IN AERONAUTICS AND ASTRONAUTICS

More information

Trajectory Optimization for Safe, Clean and Quiet Flight

Trajectory Optimization for Safe, Clean and Quiet Flight ENRI International Workshop on ATM/CNS. Tokyo, Japan. (EIWAC 29) Trajectory Optimization for Safe, Clean and Quiet Flight Shinji Suzuki, Takeshi Tsuchiya and Adriana Andreeva Dept. of Aeronautics and Astronautics

More information

ATTEND Analytical Tools To Evaluate Negotiation Difficulty

ATTEND Analytical Tools To Evaluate Negotiation Difficulty ATTEND Analytical Tools To Evaluate Negotiation Difficulty Alejandro Bugacov Robert Neches University of Southern California Information Sciences Institute ANTs PI Meeting, November, 2000 Outline 1. Goals

More information

Transportation Engineering -II Dr. Rajat Rastogi Department of Civil Engineering Indian Institute of Technology - Roorkee

Transportation Engineering -II Dr. Rajat Rastogi Department of Civil Engineering Indian Institute of Technology - Roorkee Transportation Engineering -II Dr. Rajat Rastogi Department of Civil Engineering Indian Institute of Technology - Roorkee Lecture - 36 Aprons & Aircraft Parking Dear students, today s lecture we are going

More information

ADVANTAGES OF SIMULATION

ADVANTAGES OF SIMULATION ADVANTAGES OF SIMULATION Most complex, real-world systems with stochastic elements cannot be accurately described by a mathematical model that can be evaluated analytically. Thus, a simulation is often

More information

I R UNDERGRADUATE REPORT. National Aviation System Congestion Management. by Sahand Karimi Advisor: UG

I R UNDERGRADUATE REPORT. National Aviation System Congestion Management. by Sahand Karimi Advisor: UG UNDERGRADUATE REPORT National Aviation System Congestion Management by Sahand Karimi Advisor: UG 2006-8 I R INSTITUTE FOR SYSTEMS RESEARCH ISR develops, applies and teaches advanced methodologies of design

More information

Wake Turbulence Research Modeling

Wake Turbulence Research Modeling Wake Turbulence Research Modeling John Shortle, Lance Sherry Jianfeng Wang, Yimin Zhang George Mason University C. Doug Swol and Antonio Trani Virginia Tech Introduction This presentation and a companion

More information

CHAPTER 5 SIMULATION MODEL TO DETERMINE FREQUENCY OF A SINGLE BUS ROUTE WITH SINGLE AND MULTIPLE HEADWAYS

CHAPTER 5 SIMULATION MODEL TO DETERMINE FREQUENCY OF A SINGLE BUS ROUTE WITH SINGLE AND MULTIPLE HEADWAYS 91 CHAPTER 5 SIMULATION MODEL TO DETERMINE FREQUENCY OF A SINGLE BUS ROUTE WITH SINGLE AND MULTIPLE HEADWAYS 5.1 INTRODUCTION In chapter 4, from the evaluation of routes and the sensitive analysis, it

More information

Washington Dulles International Airport (IAD) Aircraft Noise Contour Map Update

Washington Dulles International Airport (IAD) Aircraft Noise Contour Map Update Washington Dulles International Airport (IAD) Aircraft Noise Contour Map Update Ultimate ASV, Runway Use and Flight Tracks 4th Working Group Briefing 8/13/18 Meeting Purpose Discuss Public Workshop input

More information

APPENDIX D MSP Airfield Simulation Analysis

APPENDIX D MSP Airfield Simulation Analysis APPENDIX D MSP Airfield Simulation Analysis This page is left intentionally blank. MSP Airfield Simulation Analysis Technical Report Prepared by: HNTB November 2011 2020 Improvements Environmental Assessment/

More information

IMPROVING THE ROBUSTNESS OF FLIGHT SCHEDULE BY FLIGHT RE-TIMING AND IMPOSING A NEW CREW BASE

IMPROVING THE ROBUSTNESS OF FLIGHT SCHEDULE BY FLIGHT RE-TIMING AND IMPOSING A NEW CREW BASE Jurnal Karya Asli Lorekan Ahli Matematik Vol. 6 No.1 (2013) Page 066-073. Jurnal Karya Asli Lorekan Ahli Matematik IMPROVING THE ROBUSTNESS OF FLIGHT SCHEDULE BY FLIGHT RE-TIMING AND IMPOSING A NEW CREW

More information

Nav Specs and Procedure Design Module 12 Activities 8 and 10. European Airspace Concept Workshops for PBN Implementation

Nav Specs and Procedure Design Module 12 Activities 8 and 10. European Airspace Concept Workshops for PBN Implementation Nav Specs and Procedure Design Module 12 Activities 8 and 10 European Airspace Concept Workshops for PBN Implementation Learning Objectives By the end of this presentation you should understand: The different

More information

A Review of Airport Runway Scheduling

A Review of Airport Runway Scheduling 1 A Review of Airport Runway Scheduling Julia Bennell School of Management, University of Southampton Chris Potts School of Mathematics, University of Southampton This work was supported by EUROCONTROL,

More information

Airspace Complexity Measurement: An Air Traffic Control Simulation Analysis

Airspace Complexity Measurement: An Air Traffic Control Simulation Analysis Airspace Complexity Measurement: An Air Traffic Control Simulation Analysis Parimal Kopardekar NASA Ames Research Center Albert Schwartz, Sherri Magyarits, and Jessica Rhodes FAA William J. Hughes Technical

More information

Best schedule to utilize the Big Long River

Best schedule to utilize the Big Long River page 1of20 1 Introduction Best schedule to utilize the Big Long River People enjoy going to the Big Long River for its scenic views and exciting white water rapids, and the only way to achieve this should

More information

Activity Template. Drexel-SDP GK-12 ACTIVITY. Subject Area(s): Sound Associated Unit: Associated Lesson: None

Activity Template. Drexel-SDP GK-12 ACTIVITY. Subject Area(s): Sound Associated Unit: Associated Lesson: None Activity Template Subject Area(s): Sound Associated Unit: Associated Lesson: None Drexel-SDP GK-12 ACTIVITY Activity Title: What is the quickest way to my destination? Grade Level: 8 (7-9) Activity Dependency:

More information

Analyzing Risk at the FAA Flight Systems Laboratory

Analyzing Risk at the FAA Flight Systems Laboratory Analyzing Risk at the FAA Flight Systems Laboratory Presented to: Workshop By: Dr. Richard Greenhaw, FAA AFS-440 Date: 29 November, 2005 Flight Systems Laboratory Who we are How we analyze risk Airbus

More information

An Econometric Study of Flight Delay Causes at O Hare International Airport Nathan Daniel Boettcher, Dr. Don Thompson*

An Econometric Study of Flight Delay Causes at O Hare International Airport Nathan Daniel Boettcher, Dr. Don Thompson* An Econometric Study of Flight Delay Causes at O Hare International Airport Nathan Daniel Boettcher, Dr. Don Thompson* Abstract This study examined the relationship between sources of delay and the level

More information

SPADE-2 - Supporting Platform for Airport Decision-making and Efficiency Analysis Phase 2

SPADE-2 - Supporting Platform for Airport Decision-making and Efficiency Analysis Phase 2 - Supporting Platform for Airport Decision-making and Efficiency Analysis Phase 2 2 nd User Group Meeting Overview of the Platform List of Use Cases UC1: Airport Capacity Management UC2: Match Capacity

More information

Special event planning and management: Micro operations in the macro landscape. A case study of the Singapore Grand Prix

Special event planning and management: Micro operations in the macro landscape. A case study of the Singapore Grand Prix WWW.PTVAP.COM Special event planning and management: Micro operations in the macro landscape. A case study of the Singapore Grand Prix IPENZ Transportation Conference, Christchurch 15 th 17 th March 2010

More information

Efficiency and Automation

Efficiency and Automation Efficiency and Automation Towards higher levels of automation in Air Traffic Management HALA! Summer School Cursos de Verano Politécnica de Madrid La Granja, July 2011 Guest Lecturer: Rosa Arnaldo Universidad

More information

HEATHROW COMMUNITY NOISE FORUM. Sunninghill flight path analysis report February 2016

HEATHROW COMMUNITY NOISE FORUM. Sunninghill flight path analysis report February 2016 HEATHROW COMMUNITY NOISE FORUM Sunninghill flight path analysis report February 2016 1 Contents 1. Executive summary 2. Introduction 3. Evolution of traffic from 2005 to 2015 4. Easterly departures 5.

More information

Combining Control by CTA and Dynamic En Route Speed Adjustment to Improve Ground Delay Program Performance

Combining Control by CTA and Dynamic En Route Speed Adjustment to Improve Ground Delay Program Performance Combining Control by CTA and Dynamic En Route Speed Adjustment to Improve Ground Delay Program Performance James C. Jones, University of Maryland David J. Lovell, University of Maryland Michael O. Ball,

More information

Approximate Network Delays Model

Approximate Network Delays Model Approximate Network Delays Model Nikolas Pyrgiotis International Center for Air Transportation, MIT Research Supervisor: Prof Amedeo Odoni Jan 26, 2008 ICAT, MIT 1 Introduction Layout 1 Motivation and

More information

The range of a rotor walk and recurrence of directed lattices

The range of a rotor walk and recurrence of directed lattices The range of a rotor walk and recurrence of directed lattices Laura Florescu NYU March 5, 2015 Joint work with Lionel Levine (Cornell University) and Yuval Peres (Microsoft Research) Laura Florescu NYU

More information

Predicting Flight Delays Using Data Mining Techniques

Predicting Flight Delays Using Data Mining Techniques Todd Keech CSC 600 Project Report Background Predicting Flight Delays Using Data Mining Techniques According to the FAA, air carriers operating in the US in 2012 carried 837.2 million passengers and the

More information

An Analysis of Dynamic Actions on the Big Long River

An Analysis of Dynamic Actions on the Big Long River Control # 17126 Page 1 of 19 An Analysis of Dynamic Actions on the Big Long River MCM Team Control # 17126 February 13, 2012 Control # 17126 Page 2 of 19 Contents 1. Introduction... 3 1.1 Problem Background...

More information

System Wide Modeling for the JPDO. Shahab Hasan, LMI Presented on behalf of Dr. Sherry Borener, JPDO EAD Director Nov. 16, 2006

System Wide Modeling for the JPDO. Shahab Hasan, LMI Presented on behalf of Dr. Sherry Borener, JPDO EAD Director Nov. 16, 2006 System Wide Modeling for the JPDO Shahab Hasan, LMI Presented on behalf of Dr. Sherry Borener, JPDO EAD Director Nov. 16, 2006 Outline Quick introduction to the JPDO, NGATS, and EAD Modeling Overview Constraints

More information

Estimating Avoidable Delay in the NAS

Estimating Avoidable Delay in the NAS Estimating Avoidable Delay in the NAS Bala Chandran Avijit Mukherjee Mark Hansen Jim Evans University of California at Berkeley Outline Motivation The Bertsimas-Stock model for TFMP. A case study: Aug

More information

ANALYSIS OF THE CONTRIUBTION OF FLIGHTPLAN ROUTE SELECTION ON ENROUTE DELAYS USING RAMS

ANALYSIS OF THE CONTRIUBTION OF FLIGHTPLAN ROUTE SELECTION ON ENROUTE DELAYS USING RAMS ANALYSIS OF THE CONTRIUBTION OF FLIGHTPLAN ROUTE SELECTION ON ENROUTE DELAYS USING RAMS Akshay Belle, Lance Sherry, Ph.D, Center for Air Transportation Systems Research, Fairfax, VA Abstract The absence

More information

Noise Abatement Arrival Procedures at Louisville International Airport. Prof. John-Paul Clarke Georgia Institute of Technology

Noise Abatement Arrival Procedures at Louisville International Airport. Prof. John-Paul Clarke Georgia Institute of Technology Noise Abatement Arrival Procedures at Louisville International Airport Prof. John-Paul Clarke Georgia Institute of Technology The Team Noise Abatement Procedures Working Group (NAPWG) has the following

More information

Potential of CO 2 retrieval from IASI

Potential of CO 2 retrieval from IASI Potential of CO 2 retrieval from IASI L. Chaumat, O. Lezeaux, P. Prunet, B. Tournier F.-R. Cayla (SISCLE), C. Camy-Peyret (LPMAA) and T. Phulpin (CNES) Study supported by CNES ITSC-XVI: Angra dos Reis,

More information

Airspace Encounter Models for Conventional and Unconventional Aircraft

Airspace Encounter Models for Conventional and Unconventional Aircraft Airspace Encounter Models for Conventional and Unconventional Aircraft Matthew W. Edwards, Mykel J. Kochenderfer, Leo P. Espindle, James K. Kuchar, and J. Daniel Griffith Eighth USA/Europe Air Traffic

More information

Measurement Based Analysis of the Handover in a WLAN MIPv6 Scenario

Measurement Based Analysis of the Handover in a WLAN MIPv6 Scenario Measurement Based Analysis of the Handover in a WLAN MIPv6 Scenario Albert Cabellos Aparicio, René Serral-Gracià, Lorand Jakab, Jordi Domingo-Pascual Universitat Politècnica de Catalunya Departament d

More information

Analysis of ATM Performance during Equipment Outages

Analysis of ATM Performance during Equipment Outages Analysis of ATM Performance during Equipment Outages Jasenka Rakas and Paul Schonfeld November 14, 2000 National Center of Excellence for Aviation Operations Research Table of Contents Introduction Objectives

More information

Propagation of Delays in the National Airspace System

Propagation of Delays in the National Airspace System Propagation of Delays in the National Airspace System Kathryn B. Laskey, Ning Xu, Chun-Hung Chen Center for Air Transportation Research and SEOR Department, George Mason University 44 University Drive

More information

Air Navigation Bureau ICAO Headquarters, Montreal

Air Navigation Bureau ICAO Headquarters, Montreal Performance Based Navigation Introduction to PBN Air Navigation Bureau ICAO Headquarters, Montreal 1 Performance Based Navigation Aviation Challenges Navigation in Context Transition to PBN Implementation

More information

Applications of a Terminal Area Flight Path Library

Applications of a Terminal Area Flight Path Library Applications of a Terminal Area Flight Path Library James DeArmon (jdearmon@mitre.org, phone: 703-983-6051) Anuja Mahashabde, William Baden, Peter Kuzminski Center for Advanced Aviation System Development

More information

University of Colorado, Colorado Springs Mechanical & Aerospace Engineering Department. MAE 4415/5415 Project #1 Glider Design. Due: March 11, 2008

University of Colorado, Colorado Springs Mechanical & Aerospace Engineering Department. MAE 4415/5415 Project #1 Glider Design. Due: March 11, 2008 University of Colorado, Colorado Springs Mechanical & Aerospace Engineering Department MAE 4415/5415 Project #1 Glider Design Due: March 11, 2008 MATERIALS Each student glider must be able to be made from

More information

HEATHROW COMMUNITY NOISE FORUM

HEATHROW COMMUNITY NOISE FORUM HEATHROW COMMUNITY NOISE FORUM 3Villages flight path analysis report January 216 1 Contents 1. Executive summary 2. Introduction 3. Evolution of traffic from 25 to 215 4. Easterly departures 5. Westerly

More information

Time Benefits of Free-Flight for a Commercial Aircraft

Time Benefits of Free-Flight for a Commercial Aircraft Time Benefits of Free-Flight for a Commercial Aircraft James A. McDonald and Yiyuan Zhao University of Minnesota, Minneapolis, Minnesota 55455 Introduction The nationwide increase in air traffic has severely

More information

RNAV - RNP. July 2010

RNAV - RNP. July 2010 RNAV - RNP July 2010 July 2010 Issue 1 Page 1 of 6 1 Who Issues approval to fly in P-RNAV Airspace? a) National Authority b) Euro Control c) JAA d) ICAO 2 A Fixed Published Route is? a) Alternative / Reserve

More information

EVALUATION OF RUNWAY CAPACITY AND SLOTS AT LONDON GATWICK AIRPORT USING QUEUING BASED SIMULATION. Sumeer Chakuu, Michał Nędza

EVALUATION OF RUNWAY CAPACITY AND SLOTS AT LONDON GATWICK AIRPORT USING QUEUING BASED SIMULATION. Sumeer Chakuu, Michał Nędza 246 ITHEA EVALUATION OF RUNWAY CAPACITY AND SLOTS AT LONDON GATWICK AIRPORT USING QUEUING BASED SIMULATION Sumeer Chakuu, Michał Nędza Abstract: The evaluation of the runway capacity and its optimization

More information

Performance Indicator Horizontal Flight Efficiency

Performance Indicator Horizontal Flight Efficiency Performance Indicator Horizontal Flight Efficiency Level 1 and 2 documentation of the Horizontal Flight Efficiency key performance indicators Overview This document is a template for a Level 1 & Level

More information

ELSA. Empirically grounded agent based models for the future ATM scenario. ELSA Project. Toward a complex network approach to ATM delays analysis

ELSA. Empirically grounded agent based models for the future ATM scenario. ELSA Project. Toward a complex network approach to ATM delays analysis ELSA Empirically grounded agent based models for the future ATM scenario SESAR INNOVATION DAYS Tolouse, 30/11/2011 Salvatore Miccichè University of Palermo, dept. of Physics ELSA Project Toward a complex

More information

Cross-sectional time-series analysis of airspace capacity in Europe

Cross-sectional time-series analysis of airspace capacity in Europe Cross-sectional time-series analysis of airspace capacity in Europe Dr. A. Majumdar Dr. W.Y. Ochieng Gerard McAuley (EUROCONTROL) Jean Michel Lenzi (EUROCONTROL) Catalin Lepadatu (EUROCONTROL) 1 Introduction

More information

Fuel Cost, Delay and Throughput Tradeoffs in Runway Scheduling

Fuel Cost, Delay and Throughput Tradeoffs in Runway Scheduling Fuel Cost, Delay and Throughput Tradeoffs in Runway Scheduling Hanbong Lee and Hamsa Balakrishnan Abstract A dynamic programming algorithm for determining the minimum cost arrival schedule at an airport,

More information

A RECURSION EVENT-DRIVEN MODEL TO SOLVE THE SINGLE AIRPORT GROUND-HOLDING PROBLEM

A RECURSION EVENT-DRIVEN MODEL TO SOLVE THE SINGLE AIRPORT GROUND-HOLDING PROBLEM RECURSION EVENT-DRIVEN MODEL TO SOLVE THE SINGLE IRPORT GROUND-HOLDING PROBLEM Lili WNG Doctor ir Traffic Management College Civil viation University of China 00 Xunhai Road, Dongli District, Tianjin P.R.

More information

Fuel Burn Impacts of Taxi-out Delay and their Implications for Gate-hold Benefits

Fuel Burn Impacts of Taxi-out Delay and their Implications for Gate-hold Benefits Fuel Burn Impacts of Taxi-out Delay and their Implications for Gate-hold Benefits Megan S. Ryerson, Ph.D. Assistant Professor Department of City and Regional Planning Department of Electrical and Systems

More information

RNP OPERATIONS. We will now explain the key concepts that should not be mixed up and that are commonly not precisely understood.

RNP OPERATIONS. We will now explain the key concepts that should not be mixed up and that are commonly not precisely understood. RNP OPERATIONS 1. Introduction Planes were made as a means of transport. To successfully fly from a location A to a location B, pilots were first and foremost navigators. Originally relying on visual landmarks

More information

You Must Be At Least This Tall To Ride This Paper. Control 27

You Must Be At Least This Tall To Ride This Paper. Control 27 You Must Be At Least This Tall To Ride This Paper Control 27 Page 1 of 10 Control 27 Contents 1 Introduction 2 2 Basic Model 2 2.1 Definitions............................................... 2 2.2 Commonly

More information

Dr. Dimitris P. Drakoulis THE REGIONAL ORGANIZATION OF THE EASTERN ROMAN EMPIRE IN THE EARLY BYZANTINE PERIOD (4TH-6TH CENTURY A.D.

Dr. Dimitris P. Drakoulis THE REGIONAL ORGANIZATION OF THE EASTERN ROMAN EMPIRE IN THE EARLY BYZANTINE PERIOD (4TH-6TH CENTURY A.D. Dr. Dimitris P. Drakoulis THE REGIONAL ORGANIZATION OF THE EASTERN ROMAN EMPIRE IN THE EARLY BYZANTINE PERIOD (4TH-6TH CENTURY A.D.) ENGLISH SUMMARY The purpose of this doctoral dissertation is to contribute

More information

HYDRAULIC DESIGN OF THE TOURISTIC BERTHING IN ASWAN CITY

HYDRAULIC DESIGN OF THE TOURISTIC BERTHING IN ASWAN CITY HYDRAULIC DESIGN OF THE TOURISTIC BERTHING IN ASWAN CITY Dr. Hossam El-Sersawy Researcher, Nile Research Institute (NRI), National Water Research Center (NWRC), Egypt E-mail: h_sersawy@hotmail.com Dr.

More information

The Effects of the Introduction of Free Route (HUFRA) in the Hungarian Airspace

The Effects of the Introduction of Free Route (HUFRA) in the Hungarian Airspace The Effects of the Introduction of Free Route (HUFRA) in the Hungarian Airspace Fanni Kling Data Scientist Research, Development and Simulation Department 5 December, 2018 SESAR Innovation Days 1. Overview

More information

QUEUEING MODELS FOR 4D AIRCRAFT OPERATIONS. Tasos Nikoleris and Mark Hansen EIWAC 2010

QUEUEING MODELS FOR 4D AIRCRAFT OPERATIONS. Tasos Nikoleris and Mark Hansen EIWAC 2010 QUEUEING MODELS FOR 4D AIRCRAFT OPERATIONS Tasos Nikoleris and Mark Hansen EIWAC 2010 Outline Introduction Model Formulation Metering Case Ongoing Research Time-based Operations Time-based Operations Time-based

More information

Appendix B CLEAR ZONES AND ACCIDENT POTENTIAL ZONES

Appendix B CLEAR ZONES AND ACCIDENT POTENTIAL ZONES Appendix B CLEAR ZONES AND ACCIDENT POTENTIAL ZONES 2007 AICUZ Study B-1 THIS PAGE INTENTIONALLY LEFT BLANK B-2 2007 AICUZ Study CLEAR ZONES AND ACCIDENT POTENTIAL ZONES B.1 Guidelines For Accident Potential

More information

Assignment 10: Final Project

Assignment 10: Final Project CEE 4674: Airport Planning and Design Spring 2017 Assignment 10: Final Project Due: May 4, 2017 (via email and PDF) Final Exam Time is May 5 Requirements for this assignment are: a) Slide presentation

More information

Memorandum. Roger Millar, Secretary of Transportation. Date: April 5, Interstate 90 Operations and Mercer Island Mobility

Memorandum. Roger Millar, Secretary of Transportation. Date: April 5, Interstate 90 Operations and Mercer Island Mobility Memorandum To: From: The Honorable Dow Constantine, King County Executive; The Honorable Ed Murray, City of Seattle Mayor; The Honorable Bruce Bassett, City of Mercer Island Mayor; The Honorable John Stokes,

More information

Analysis of en-route vertical flight efficiency

Analysis of en-route vertical flight efficiency Analysis of en-route vertical flight efficiency Technical report on the analysis of en-route vertical flight efficiency Edition Number: 00-04 Edition Date: 19/01/2017 Status: Submitted for consultation

More information

Optimal Control of Airport Pushbacks in the Presence of Uncertainties

Optimal Control of Airport Pushbacks in the Presence of Uncertainties Optimal Control of Airport Pushbacks in the Presence of Uncertainties Patrick McFarlane 1 and Hamsa Balakrishnan Abstract This paper analyzes the effect of a dynamic programming algorithm that controls

More information

Computer Simulation for Evaluating Visitor Conflicts

Computer Simulation for Evaluating Visitor Conflicts Computer Simulation for Evaluating Visitor Conflicts Why use Simulation? To acquire a comprehensive and dynamic understanding of visitor behavior and their interactions across the landscape (space and

More information

Quantile Regression Based Estimation of Statistical Contingency Fuel. Lei Kang, Mark Hansen June 29, 2017

Quantile Regression Based Estimation of Statistical Contingency Fuel. Lei Kang, Mark Hansen June 29, 2017 Quantile Regression Based Estimation of Statistical Contingency Fuel Lei Kang, Mark Hansen June 29, 2017 Agenda Background Industry practice Data Methodology Benefit assessment Conclusion 2 Agenda Background

More information

Airport Master Plan. Brookings Regional Airport. Runway Runway 17-35

Airport Master Plan. Brookings Regional Airport. Runway Runway 17-35 Runway 17-35 Airport Master Plan Runway 12-30 Brookings Regional Airport Table of Contents Table of Contents Chapter 1: Master Plan Goals... 1-1 1.1. Introduction... 1 1.2. Objective 1 Identify improvements

More information

Validation Results of Airport Total Operations Planner Prototype CLOU. FAA/EUROCONTROL ATM Seminar 2007 Andreas Pick, DLR

Validation Results of Airport Total Operations Planner Prototype CLOU. FAA/EUROCONTROL ATM Seminar 2007 Andreas Pick, DLR Validation Results of Airport Total Operations Planner Prototype CLOU FAA/EUROCONTROL ATM Seminar 2007 Andreas Pick, DLR FAA/EUROCONTROL ATM Seminar 2007 > Andreas Pick > July 07 1 Contents TOP and TOP

More information

Estimating the Risk of a New Launch Vehicle Using Historical Design Element Data

Estimating the Risk of a New Launch Vehicle Using Historical Design Element Data International Journal of Performability Engineering, Vol. 9, No. 6, November 2013, pp. 599-608. RAMS Consultants Printed in India Estimating the Risk of a New Launch Vehicle Using Historical Design Element

More information

Towards New Metrics Assessing Air Traffic Network Interactions

Towards New Metrics Assessing Air Traffic Network Interactions Towards New Metrics Assessing Air Traffic Network Interactions Silvia Zaoli Salzburg 6 of December 2018 Domino Project Aim: assessing the impact of innovations in the European ATM system Innovations change

More information

EN-024 A Simulation Study on a Method of Departure Taxi Scheduling at Haneda Airport

EN-024 A Simulation Study on a Method of Departure Taxi Scheduling at Haneda Airport EN-024 A Simulation Study on a Method of Departure Taxi Scheduling at Haneda Airport Izumi YAMADA, Hisae AOYAMA, Mark BROWN, Midori SUMIYA and Ryota MORI ATM Department,ENRI i-yamada enri.go.jp Outlines

More information

Cluster A.2: Linear Functions, Equations, and Inequalities

Cluster A.2: Linear Functions, Equations, and Inequalities A.2A: Representing Domain and Range Values: Taxi Trips Focusing TEKS A.2A Linear Functions, Equations, and Inequalities. The student applies mathematical process standards when using properties of linear

More information

Impact of a new type of aircraft on ATM

Impact of a new type of aircraft on ATM Impact of a new type of aircraft on ATM Study of the low & slow concept Cyril Allignol ATM in smart and efficient air transport systems Workshop in Oslo, 31st May 2017 Introduction 1 / 25 Low & Slow concept

More information

3-D GIS Applications in Aviation and Aerospace Pedagogy Dr. Rich Snow, Dr. Mary Snow, and Mario Westphal. Abstract

3-D GIS Applications in Aviation and Aerospace Pedagogy Dr. Rich Snow, Dr. Mary Snow, and Mario Westphal. Abstract 3-D GIS Applications in Aviation and Aerospace Pedagogy Dr. Rich Snow, Dr. Mary Snow, and Mario Westphal Abstract Embry-Riddle Aeronautical University s new GIS Applications Lab has developed a 3-D airspace

More information

An Architecture for Combinator Graph Reduction Philip J. Koopman Jr.

An Architecture for Combinator Graph Reduction Philip J. Koopman Jr. An Architecture for Combinator Graph Reduction Philip J. Koopman Jr. Copyright 1990, Philip J. Koopman Jr. All Rights Reserved To my parents vi Contents List of Tables.............................. xi

More information

Safety Enhancement SE ASA Design Virtual Day-VMC Displays

Safety Enhancement SE ASA Design Virtual Day-VMC Displays Safety Enhancement SE 200.2 ASA Design Virtual Day-VMC Displays Safety Enhancement Action: Implementers: (Select all that apply) Statement of Work: Manufacturers develop and implement virtual day-visual

More information

Interval Management A Brief Overview of the Concept, Benefits, and Spacing Algorithms

Interval Management A Brief Overview of the Concept, Benefits, and Spacing Algorithms Center for Advanced Aviation System Development Interval Management A Brief Overview of the Concept, Benefits, and Spacing Algorithms Dr. Lesley A. Weitz Principal Systems Engineer The MITRE Corporation,

More information

Evaluation of Strategic and Tactical Runway Balancing*

Evaluation of Strategic and Tactical Runway Balancing* Evaluation of Strategic and Tactical Runway Balancing* Adan Vela, Lanie Sandberg & Tom Reynolds June 2015 11 th USA/Europe Air Traffic Management Research and Development Seminar (ATM2015) *This work was

More information

Evaluation of Quality of Service in airport Terminals

Evaluation of Quality of Service in airport Terminals Evaluation of Quality of Service in airport Terminals Sofia Kalakou AIRDEV Seminar Lisbon, Instituto Superior Tecnico 20th of October 2011 1 Outline Motivation Objectives Components of airport passenger

More information

RNP AR and Air Traffic Management

RNP AR and Air Traffic Management RNP AR and Air Traffic Management BOEING is a trademark of Boeing Management Company. Copyright 2009 Boeing. All rights reserved. Expanding the Utility of RNP AR Sheila Conway RNP AR User s Forum Wellington,

More information

Risk-capacity Tradeoff Analysis of an En-route Corridor Model

Risk-capacity Tradeoff Analysis of an En-route Corridor Model Risk-capacity Tradeoff Analysis of an En-route Corridor Model Bojia Ye, Minghua Hu College of Civil Aviation, Nanjing University of Aeronautics and Astronautics Nanjing, China yebojia2010@gmail.com Abstract

More information

PRESENTATION OVERVIEW

PRESENTATION OVERVIEW ATFM PRE-TACTICAL PLANNING Nabil Belouardy PhD student Presentation for Innovative Research Workshop Thursday, December 8th, 2005 Supervised by Prof. Dr. Patrick Bellot ENST Prof. Dr. Vu Duong EEC European

More information

i4d A MANUFACTURING INDUSTRY PERSPECTIVE GROUND AND AIRBORNE ASPECTS Michel Procoudine Lionel Rouchouse Thales

i4d A MANUFACTURING INDUSTRY PERSPECTIVE GROUND AND AIRBORNE ASPECTS Michel Procoudine Lionel Rouchouse Thales i4d A MANUFACTURING INDUSTRY PERSPECTIVE GROUND AND AIRBORNE ASPECTS Michel Procoudine Lionel Rouchouse Thales 1 Single European Sky ATM Research (SESAR) - Objectives Enabling EU skies to handle 3 times

More information

ONLINE DELAY MANAGEMENT IN RAILWAYS - SIMULATION OF A TRAIN TIMETABLE

ONLINE DELAY MANAGEMENT IN RAILWAYS - SIMULATION OF A TRAIN TIMETABLE ONLINE DELAY MANAGEMENT IN RAILWAYS - SIMULATION OF A TRAIN TIMETABLE WITH DECISION RULES - N. VAN MEERTEN 333485 28-08-2013 Econometrics & Operational Research Erasmus University Rotterdam Bachelor thesis

More information

Handling CFMU slots in busy airports

Handling CFMU slots in busy airports Handling CFMU slots in busy airports Jean-Baptiste Gotteland Nicolas Durand Jean-Marc Alliot gotteland@recherche.enac.fr durand@tls.cena.fr alliot@dgac.fr Abstract In busy airports, too many departing

More information

NOISE AND FLIGHT PATH MONITORING SYSTEM BRISBANE QUARTERLY REPORT OCTOBER - DECEMBER 2013

NOISE AND FLIGHT PATH MONITORING SYSTEM BRISBANE QUARTERLY REPORT OCTOBER - DECEMBER 2013 NOISE AND FLIGHT PATH MONITORING SYSTEM BRISBANE QUARTERLY REPORT OCTOBER - DECEMBER 213 Date Version Comments Page 2 Foreword Airservices Australia has established a Noise and Flight Path Monitoring System

More information

Airline Boarding Schemes for Airbus A-380. Graduate Student Mathematical Modeling Camp RPI June 8, 2007

Airline Boarding Schemes for Airbus A-380. Graduate Student Mathematical Modeling Camp RPI June 8, 2007 Airline Boarding Schemes for Airbus A-380 Anthony, Baik, Law, Martinez, Moore, Rife, Wu, Zhu, Zink Graduate Student Mathematical Modeling Camp RPI June 8, 2007 An airline s main investment is its aircraft.

More information

SOURDINE II EU- 5FW project on Noise Abatement Procedures. Overall view. Ruud den Boer / Collin Beers Department: ATM & Airports

SOURDINE II EU- 5FW project on Noise Abatement Procedures. Overall view. Ruud den Boer / Collin Beers Department: ATM & Airports SOURDINE II EU- 5FW project on Noise Abatement Procedures Overall view Ruud den Boer / Collin Beers Department: ATM & Airports Study of key elements weighed key elements 4th Framework Programme Definition

More information

Transfer Scheduling and Control to Reduce Passenger Waiting Time

Transfer Scheduling and Control to Reduce Passenger Waiting Time Transfer Scheduling and Control to Reduce Passenger Waiting Time Theo H. J. Muller and Peter G. Furth Transfers cost effort and take time. They reduce the attractiveness and the competitiveness of public

More information

Labrador - Island Transmission Link Target Rare Plant Survey Locations

Labrador - Island Transmission Link Target Rare Plant Survey Locations 27-28- Figure: 36 of 55 29-28- Figure: 37 of 55 29- Figure: 38 of 55 #* Figure: 39 of 55 30- - east side Figure: 40 of 55 31- Figure: 41 of 55 31- Figure: 42 of 55 32- - secondary Figure: 43 of 55 32-

More information

Design Exploration of Low-Speed Wind Tunnel for Improved Flow Characteristics with STAR-CCM+ and Optimate+

Design Exploration of Low-Speed Wind Tunnel for Improved Flow Characteristics with STAR-CCM+ and Optimate+ Design Exploration of Low-Speed Wind Tunnel for Improved Flow Characteristics with STAR-CCM+ and Optimate+ Aerodynamic Department LWTE AWTE 2 RUAG Aviation LWTE Test section Test Section 7m x 5m x 12m

More information

Guidance for Complexity and Density Considerations - in the New Zealand Flight Information Region (NZZC FIR)

Guidance for Complexity and Density Considerations - in the New Zealand Flight Information Region (NZZC FIR) Guidance for Complexity and Density Considerations - in the New Zealand Flight Information Region (NZZC FIR) Version 1.0 Director NSS 14 February 2018 Guidance for Complexity and Density Considerations

More information

Measurement of environmental benefits by ICAO Secretariat

Measurement of environmental benefits by ICAO Secretariat International Civil Aviation Organization Measurement of environmental benefits by ICAO Secretariat ICAO PBN TF Sven Halle ICAO EUR/NAT Office ICAO EUR/NAT Office PBN Workshop 1 Overview KPA ASSEMBLY RESOLUTION

More information