Phonons & Phonopy: Pro Tips

Size: px
Start display at page:

Download "Phonons & Phonopy: Pro Tips"

Transcription

1 Phonons & Phonopy: Pro Tips [Version 2.0] J. M. Skelton Bath CompChem 14 th April 2015

2 Phonons and La*ce Dynamics Crystallography is generally concerned with the sta3c proper3es of crystals, describing features such as the average posi3ons of atoms and the symmetry of a crystal. Solid state physics takes a similar line as far as elementary electronic proper3es are concerned. We know, however, that atoms actually move around inside the crystal structure, since it is these mo3ons that give the concept of temperature [ ]. The sta3c labce model, which is only concerned with the average posi3ons of atoms and neglects their mo3ons, can explain a large number of material features [ ]. There are, however, a number of proper3es that cannot be explained by a sta3c model MarEn Dove, IntroducEon to LaNce Dynamics Bath CompChem, April 2015 Slide 2

3 What Can Phonopy Do? Anharmonicity phonopy Proper:es phonopy-gruneisen phonopy-qha phono3py Bath CompChem, April 2015 Slide 3

4 Overview PracEcal Theory phonopy Workflow/setup CalculaEng forces: opeons and gotchas Post processing Input/output files; using phonopy with other force- constant calculators phonopy-qha Workflow and post- processing Example applicaeons: which DFT funceonal? phono3py Workflow, setup and post processing Examples Some current developments Summary Bath CompChem, April 2015 Slide 4

5 Prac:cal Theory Force- constant matrix: From finite differences: Dynamical matrix: A_er diagonalisaeon: Bath CompChem, April 2015 Slide 5

6 Prac:cal Theory Bath CompChem, April 2015 Slide 6

7 phonopy: Workflow Input Structure Create Displacements phonopy -d [--dim= ] Calculate Forces Extract Forces phonopy -f vasprun-{001..xxx}.xml phonopy --fc vasprun.xml Post- Process phonopy [-t] [-p] [-s] Settings.conf Bath CompChem, April 2015 Slide 7

8 phonopy: Setup phonopy -d [--dim= ] [--tolerance=1e-5] [-c POSCAR] Set up the calculaeons on an XxYxZ supercell PosiEon tolerance for symmetry deteceon Path to POSCAR- format structure ( cell ), if not POSCAR disp.yaml POSCAR-001 POSCAR-002 POSCAR SPOSCAR InformaEon about the structure, supercell and displaced atoms POSCAR files containing single atomic displacements Unperturbed supercell for DFPT phonon calculaeon Bath CompChem, April 2015 Slide 8

9 phonopy: Calcula:ng Forces Sample finite- displacement INCAR: ADDGRID =.TRUE. EDIFF = 1E-8 ENCUT = ev LREAL =.FALSE. PREC = High Accurate Sample VASP force- constants INCAR: ADDGRID =.TRUE. EDIFF = 1E-8 ENCUT = ev IBRION = LREAL =.FALSE. NSW = 1 PREC = High Accurate Accurate forces are esseneal - > crank the standard senngs right up LREAL =.FALSE. is esseneal, unless you manually adjust ROPT ADDGRID =.TRUE. doesn t seem to be esseneal, but doesn t cost much either For finite- difference/dfpt phonon calculaeons in VASP, set NSW = 1 Bath CompChem, April 2015 Slide 9

10 phonopy: Calcula:ng Forces (PbTe) ADDGRID =.FALSE. LREAL =.FALSE. ADDGRID =.FALSE. LREAL = Auto ADDGRID =.TRUE. LREAL =.FALSE. ADDGRID =.TRUE. LREAL = Auto Bath CompChem, April 2015 Slide 10

11 phonopy: Calcula:ng Forces (ZnS) Bath CompChem, April 2015 Slide 11

12 phonopy: Calcula:ng Forces (ZnS) Symmetrising the force constants during the post processing with phonopy corrects the PBE dispersion SymmetrisaEon enforces the acousec- sum rule in the TPSS dispersion, but does not remove the artefacts away from Γ Symmetrising within phonopy gives the same result as calcula3ng the force constants with the VASP internal DFPT/finite- displacement rou3nes - as with most codes, VASP enforces symmetry by default Bath CompChem, April 2015 Slide 12

13 phonopy: Calcula:ng Forces (ZnS) Bath CompChem, April 2015 Slide 13

14 phonopy: Calcula:ng Forces Bath CompChem, April 2015 Slide 14

15 phonopy: Calcula:ng Forces Bath CompChem, April 2015 Slide 15

16 phonopy: A Few Top Tips If using VASP FD/DFPT, set NWRITE = 3 in the INCAR file, and you can run this bash script on the OUTCAR to obtain a simulated IR spectrum for free : hrp://homepage.univie.ac.at/david.karhanek/downloads.html#entry02 If using DFPT with an LDA/GGA funceonal, set LEPSILON =.TRUE. in the INCAR file to obtain the staec dielectric constant, in parecular the ionic- relaxaeon part, for a small added cost When using FD/DFPT, VASP tries to change the k- point set internally, which requires NPAR = #Cores to be set in the INCAR file; senng ISYM = -1 avoids this, and although the number of displacements which need to be evaluated may increase, the performance gained by using band parallelism can quite easily offset this for low- symmetry systems (!) Bath CompChem, April 2015 Slide 16

17 phonopy: Post Processing phonopy -p -s Settings.conf SeNngs file Plot Save PbTe Sample phonon DOS se*ngs file: DIM = MP = GAMMA_CENTER =.TRUE. Bath CompChem, April 2015 Slide 17

18 phonopy: Post Processing phonopy -p -s Settings.conf SeNngs file Plot Save PbTe Sample phonon DOS se*ngs file: DIM = MP = GAMMA_CENTER =.TRUE. EIGENVECTORS =.TRUE. PDOS = 1, 2 Bath CompChem, April 2015 Slide 18

19 phonopy: Post Processing phonopy -p -s -t Settings.conf SeNngs file Plot Save [Calculate] thermal properees PbTe Sample phonon DOS se*ngs file: DIM = MP = GAMMA_CENTER =.TRUE. Bath CompChem, April 2015 Slide 19

20 phonopy: Post Processing phonopy -p -s Settings.conf SeNngs file Plot Save PbTe Sample phonon band structure se*ngs file: DIM = BAND = BAND_POINTS = 101 BAND_LABELS = \Gamma W X \Gamma L [EIGENVECTORS =.TRUE.] Bath CompChem, April 2015 Slide 20

21 phonopy: Post Processing phonopy -p -s Settings.conf SeNngs file Plot Save PbTe Sample phonon band structure se*ngs file: DIM = BAND = BAND_POINTS = 101 BAND_LABELS = \Gamma W X \Gamma L BAND_CONNECTION =.TRUE. Bath CompChem, April 2015 Slide 21

22 phonopy: Non- Analy:cal Correc:ons To apply a non- analyecal correceon (LO/TO splinng) to the phonon frequencies, phonopy needs the Born effeceve charges and electronic- polarisaeon contribueon to the macroscopic dielectric constant In VASP, for LDA/GGA funceonals these can be computed using DFPT; for others, they need to be computed from the response to an electric field INCAR for Born charges using DFPT: EDIFF = 1E-8 ENCUT = ev LEPSILON =.TRUE. LREAL =.FALSE. NSW = 0 PREC = High Accurate INCAR for Born charges using LCALCEPS: EDIFF = 1E-8 ENCUT = ev LCALCEPS =.TRUE. LREAL =.FALSE. NSW = 0 PREC = High Accurate [EFIELD_PEAD = Ex Ey Ez] Bath CompChem, April 2015 Slide 22

23 phonopy: Non- Analy:cal Correc:ons outcar-born > BORN Sample BORN file: <Conversion Factor> ε xx ε xy ε xz ε yx ε yy ε yz ε zx ε zy ε zz Z xx Z xy Z xz Z yx Z yy Z yz Z zx Z zy Z zz Z xx Z xy Z xz Z yx Z yy Z yz Z zx Z zy Z zz Dielectric tensor Born charge tensors for unique atoms CorrecEons are enabled by senng NAC =.TRUE. in the configuraeon file, or passing --nac as a command- line argument When this opeon is used, phonopy expects to find a BORN file in the working directory Bath CompChem, April 2015 Slide 23

24 phonopy: Non- Analy:cal Correc:ons NAC =.FALSE. NAC =.TRUE. PbTe Bath CompChem, April 2015 Slide 24

25 phonopy: Force- Constant Symmetrisa:on ZnS FC_SYMMETRY = 0 FC_SYMMETRY = 1 Force- constant symmetrisaeon is enabled by senng FC_SYMMETRY = > 0 in the configuraeon file Bath CompChem, April 2015 Slide 25

26 phonopy: Output Files Sample mesh.yaml file: Sample band.yaml file: mesh: [ m x, m y, m z ] nqpoint: natom: 8 phonon: - q-position: [ q x, q y, q z ] weight: w 1 band: - # 1 frequency: ω 1... nqpoint: 808 npath: 8 natom: 8 phonon: - q-position: [ q x, q y, q z ] distance: d 1 band: - # 1 frequency: ω 1... If EIGENVECTORS =.TRUE. is set in the configuraeon file, the mode eigenvectors will also appear in these files With BAND_CONNECTION =.TRUE., the frequencies for each band in band.yaml are ordered so that they connect across the band structure Bath CompChem, April 2015 Slide 26

27 phonopy: Output Files Sample total_dos.dat file: # Sigma = The pareal_dos.dat file generated with EIGENVECTORS =.TRUE. contains one column for each atom in the primieve cell Sample thermal_proper:es.yaml file: unit: temperature: K... natom: 8 zero_point_energy: high_t_entropy: thermal_properties: - temperature: free_energy: entropy: heat_capacity: energy: Bath CompChem, April 2015 Slide 27

28 phonopy: Force- Constant Calculators Sample FORCE_SETS file: d 1x d 1y d 1z F 1x F 1y F 1z F 2x F 2y F 2z... 2 d 2x d 2y d 2z F 1x F 1y F 1z F 2x F 2y F 2z... Sample FORCE_CONSTANTS file: Φ xx Φ xy Φ xz Φ yx Φ yy Φ yz Φ zx Φ zy Φ zz 1 2 Φ xx Φ xy Φ xz Φ yx Φ yy Φ yz Φ zx Φ zy Φ zz... Bath CompChem, April 2015 Slide 28

29 phonopy: Force- Constant Calculators IRMOF- 10 *Tinker calculaeons by J. K. Bristow and D. Tiana Bath CompChem, April 2015 Slide 29

30 phonopy-qha: Workflow EoS Curve E/V curve - > e- v.dat Harmonic Phonopy phonopy -d --dim=... phonopy -f vasprun-{001..xxx}.xml Thermal ProperEes phonopy -t -p -s Settings.conf Post- Process Needs to be two points smaller than the maximum temperature in the YAML files phonopy-qha e-v.dat thermal_properties-{001..xxx}.yaml --tmax=980 [--tstep=10] [--pressure=<p/gpa>] [-p] [-s] Bath CompChem, April 2015 Slide 30

31 phonopy-qha: Output *J. M. Skelton et al., Phys. Rev. B 89, (2014) Bath CompChem, April 2015 Slide 31

32 phonopy-qha: Output bulk_modulus- temperature.dat <- B is temperature dependent(!) Cp- temperature.dat Cp- temperature_polyfit.dat Cv- volume.dat <- C V at each volume, at each temperature dsdv- temperature.dat entropy- volume.dat <- S V at each volume, at each temperature gibbs- temperature.dat gruneisen- temperature.dat helmholtz- volume.dat thermal_expansion.dat <- Average Gruneisen parameter (?) <- A at each volume, at each temperature volume_expansion.dat volume- temperature.dat Bath CompChem, April 2015 Slide 32

33 phonopy-qha: Examples *J. M. Skelton et al., in preparaeon Bath CompChem, April 2015 Slide 33

34 phonopy-qha: Examples *J. M. Skelton et al., in preparaeon Bath CompChem, April 2015 Slide 34

35 phonopy-qha: Examples *J. M. Skelton et al., in preparaeon Bath CompChem, April 2015 Slide 35

36 phonopy-qha: Examples ~4 K ~105 K ~150 K K K K *J. M. Skelton et al., Phys. Rev. B 89, (2014) Bath CompChem, April 2015 Slide 36

37 phonopy-qha: Examples SnS: 10 K K PbTe: 0 K K *PbTe: J. M. Skelton et al., Phys. Rev. B 89, (2014) Bath CompChem, April 2015 Slide 37

38 phono3py: Workflow Input Structure Create Displacements phono3py -d --dim= Calculate Forces Extract Forces phono3py --cf3 vasprun-{001..xxx}.xml Post- Process phono3py --dim= phono3py --tmax= tstep=10 --fc2 --fc3 --dim= v --mesh= br --sigma= 0.1 Bath CompChem, April 2015 Slide 38

39 phono3py: Setup phono3py -d --dim=... [--cutoff_pair=4] [--dim_fc2= ] phono3py --cf3 vasprun-{001..xxx}.xml Extract forces from VASP output phono3py --dim=... [--dim_fc2...] The --cutoff_pair tag uses the same numbering for the displaced POSCAR files as the full calculaeon; this means the cutoff can be increased, and the extra displacements added, systemaecally, to converge w.r.t. the interaceon range Bath CompChem, April 2015 Slide 39

40 phono3py: Post Processing Read in pre- calculated force constants phono3py --tmax= tstep=10 --fc2 --fc3 --dim=... -v --mesh= br --sigma= 0.1 [--nac] [--dim2=... /--dim_fc2=... ] # of interaceons per q- point becomes larger with mesh size; cannot easily max out as for DOS calculaeons, but needs to be converged The post- processing (mainly the phonon- lifeeme calculaeons) takes a very long Eme for large supercells/large or low- symmetry structures It is possible to run the calculaeon on (ranges of) q- points separately, and then combine them a_erwards Various post- processing tags can be applied, e.g. to incorporate isotope effects Bath CompChem, April 2015 Slide 40

41 phono3py: Examples *J. M. Skelton et al., APL Materials 3, (2015) Bath CompChem, April 2015 Slide 41

42 phono3py: Examples Simulated IR/Raman spectra with 10 K linewidths 300 K linewidths and an instrument broadening of 3.5 cm - 1, compared to expt. *J. M. Skelton et al., APL Materials 3, (2015) Bath CompChem, April 2015 Slide 42

43 Some Current Developments *E. L. da Silva et al., Phys. Rev. B 91, (2015) Bath CompChem, April 2015 Slide 43

44 A Few Closing Remarks Bath CompChem, April 2015 Slide 44

p Hotel and Lodging muse Keepers, &c.

p Hotel and Lodging muse Keepers, &c. x # Q Q Q Q Q - x - - x -? x z Q x - - - - 9-9 x x - - - - -?# x - - % - - # - --- - - = - 9 - x #- x - x -??? - x - -? }?? - -? x - - -?? - - - 9-9 -? - { 9-? % % x - Q- -? - - - x x?# Q -? 9 # - x x

More information

EA-12 Coupled Harmonic Oscillators

EA-12 Coupled Harmonic Oscillators Introduction EA-12 Coupled Harmonic Oscillators Owing to its very low friction, an Air Track provides an ideal vehicle for the study of Simple Harmonic Motion (SHM). A simple oscillator assembles with

More information

This protocol is designed for the isolation of 96 plasmid DNA samples from 1.3ml bacterial cultures. Yield is up to 6µg.

This protocol is designed for the isolation of 96 plasmid DNA samples from 1.3ml bacterial cultures. Yield is up to 6µg. ====================================================== Date : Monday, November 14, 2005 10:31 File Name :.PRO Full Name : Abstract : QIAprepTurbo 96 QIAsoft 4.1.3, Version 6.1, 18.12.2001, EW, PK, HL,

More information

Tutorial: The Siesta Code

Tutorial: The Siesta Code Materials Science Codes on Innovative HPC Architectures Prace-MaX Training Cineca Casalecchio di Reno (BO, Italy) 5-7 December 2016 Tutorial: The Siesta Code Oswaldo Diéguez Department of Materials Science

More information

New Developments in VISSIM

New Developments in VISSIM www.ptv.de New Developments in VISSIM PTV Vision Asia-Pacific Users Group Meeting 2011, Brisbane Australia Julian Laufer, PTV Asia-Pacific Overview > SCATS Data Importer > VISSIM 5.40: Vehicle Simulation

More information

Today: using MATLAB to model LTI systems

Today: using MATLAB to model LTI systems Today: using MATLAB to model LTI systems 2 nd order system example: DC motor with inductance derivation of the transfer function transient responses using MATLAB open loop closed loop (with feedback) Effect

More information

Specialty Cruises. 100% Tally and Strip Cruises

Specialty Cruises. 100% Tally and Strip Cruises Specialty Cruises 100% Tally and Strip Cruises Cumulative Tally Tree Category Cruises Stratified Cruises Tree or Log Average Cruises Multiple Cruisers on the same Stand Site Index Cruises Reproduction

More information

ANNEX C. Maximum Aircraft Movement Data and the Calculation of Risk and PSZs: Cork Airport

ANNEX C. Maximum Aircraft Movement Data and the Calculation of Risk and PSZs: Cork Airport ANNEX C Maximum Aircraft Movement Data and the Calculation of Risk and PSZs: Cork Airport CONTENTS C1 INTRODUCTION C1 C2 SUMMARY OF INPUT DATA C2 C3 AIRCRAFT CRASH RATE C5 C3.1 AIRCRAFT CLASSIFICATION

More information

Analysis of Air Transportation Systems. Airport Capacity

Analysis of Air Transportation Systems. Airport Capacity Analysis of Air Transportation Systems Airport Capacity Dr. Antonio A. Trani Associate Professor of Civil and Environmental Engineering Virginia Polytechnic Institute and State University Fall 2002 Virginia

More information

San José State University Aviation and Technology Department AVIA 02, Intro to Aviation, Fall 2018

San José State University Aviation and Technology Department AVIA 02, Intro to Aviation, Fall 2018 San José State University Aviation and Technology Department AVIA 02, Intro to Aviation, Fall 2018 Course and Contact Information Instructor: Dr. Francesca Favaro Office Location: IS 104 Telephone: 408-924-3215

More information

San José State University Aviation and Technology Department AVIA 02, Intro to Aviation, Fall 2017

San José State University Aviation and Technology Department AVIA 02, Intro to Aviation, Fall 2017 San José State University Aviation and Technology Department AVIA 02, Intro to Aviation, Fall 2017 Course and Contact Information Instructor: Dr. Francesca Favaro Office Location: IS 104 Telephone: 408-924-3215

More information

Simulation of disturbances and modelling of expected train passenger delays

Simulation of disturbances and modelling of expected train passenger delays Computers in Railways X 521 Simulation of disturbances and modelling of expected train passenger delays A. Landex & O. A. Nielsen Centre for Traffic and Transport, Technical University of Denmark, Denmark

More information

1224 Splitter and CTO combo, setup instructions using the Panelview HMI

1224 Splitter and CTO combo, setup instructions using the Panelview HMI Knowledge Base Article Type: Instructions 1224 Splitter and CTO combo, setup instructions using the Panelview 1000+ HMI Description: Instructions on How to properly setup the 1224 Splitter and CTO/Clamp

More information

ECLIPSE USER MANUAL AMXMAN REV 2. AUTOMETRIX, INC. PH: FX:

ECLIPSE USER MANUAL AMXMAN REV 2. AUTOMETRIX, INC.  PH: FX: ECLIPSE USER MANUAL AMXMAN-12-02 REV 2 AUTOMETRIX, INC. www.autometrix.com service@autometrix.com PH: 530-477-5065 FX: 530-477-5067 1: Concepts Awning Terminology All awnings have essential framing members:

More information

A New Way to Work in the ERCOT Market

A New Way to Work in the ERCOT Market Siemens Energy, Inc. Power Technology Issue 111 A New Way to Work in the ERCOT Market Joseph M. Smith Senior Staff Business Development Specialist joseph_smith@siemens.com In recent months The Electric

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

Group constant generation for PARCS using Helios and Serpent and comparison to Serpent 3D model

Group constant generation for PARCS using Helios and Serpent and comparison to Serpent 3D model 6th International Serpent User Group Meeting Politecnico di Milano, Milan, Italy September 26 th -30 th, 2016 Group constant generation for PARCS using Helios and Serpent and comparison to Serpent 3D model

More information

Constrained Long-Range Plan for the National Capital Region.

Constrained Long-Range Plan for the National Capital Region. MEMORANDUM TO: FROM: Ronald Milone, Director, Travel Forecasting and Emissions Analysis Program, COG/TPB staff Meseret Seifu, Principal Transportation Engineer, COG/TPB staff SUBJECT: Transmittal Information

More information

The organisation of the Airbus. A330/340 flight control system. Ian Sommerville 2001 Airbus flight control system Slide 1

The organisation of the Airbus. A330/340 flight control system. Ian Sommerville 2001 Airbus flight control system Slide 1 Airbus flight control system The organisation of the Airbus A330/340 flight control system Ian Sommerville 2001 Airbus flight control system Slide 1 Fly by wire control Conventional aircraft control systems

More information

A high resolution glacier model with debris effects in Bhutan Himalaya. Orie SASAKI Kanae Laboratory 2018/02/08 (Thu)

A high resolution glacier model with debris effects in Bhutan Himalaya. Orie SASAKI Kanae Laboratory 2018/02/08 (Thu) A high resolution glacier model with debris effects in Bhutan Himalaya Orie SASAKI Kanae Laboratory 2018/02/08 (Thu) Research flow Multiple climate data at high elevations Precipitation, air temperature

More information

CASS & Airline User Manual

CASS & Airline User Manual CASSLink AWB Stock Management System CASS & Airline User Manual Version 2.11 (for CASSLink Version 2.11) Version 2.11 1/29 March 2009 CASSLink Stock Management Table of Contents Introduction... 3 1. Initialising

More information

RV10 Weight and Balance

RV10 Weight and Balance RV10 Weight and Balance Author: Greg Hale -------- ghale5224@aol.com Rev. Date: 4/15/2008 11:43:34 AM The RV10 weight and balance program was designed for the Van's RV10 aircraft. The program includes

More information

Navigation Instruction Manual Additional manual to the standard instruction manual

Navigation Instruction Manual Additional manual to the standard instruction manual Release 1.0 for CoMo softwareupdate 1.40 Navigation Instruction Manual Additional manual to the standard instruction manual z WP 5 Takeoff WP 8 x WP 12 landing place y IMPORTANT: Alt2 MUST be setup correctly

More information

ultimate traffic Live User Guide

ultimate traffic Live User Guide ultimate traffic Live User Guide Welcome to ultimate traffic Live This manual has been prepared to aid you in learning about utlive. ultimate traffic Live is an AI traffic generation and management program

More information

Flight Dynamics Analysis of a Medium Range Box Wing Aircraft

Flight Dynamics Analysis of a Medium Range Box Wing Aircraft AERO AIRCRAFT DESIGN AND SYSTEMS GROUP Flight Dynamics Analysis of a Medium Range Box Wing Aircraft Supervisor: Prof. Dieter Scholz Tutor: Daniel Schiktanz Warsaw University of Technology Hamburg University

More information

Preliminary Staff User s Manual. CASSi The Computerized Aircraft Scheduling System Rev. 1.28a. February 10, 2001

Preliminary Staff User s Manual. CASSi The Computerized Aircraft Scheduling System Rev. 1.28a. February 10, 2001 CASSi The Computerized Aircraft Scheduling System Rev. 1.28a February 10, 2001 Page 1 of 37 June 25, 2000 Introduction CASSi is the Computerized Aircraft Scheduling System, an Internet based system that

More information

Aviation Software. DFT Database API. Prepared by: Toby Wicks, Software Engineer Version 1.1

Aviation Software. DFT Database API. Prepared by: Toby Wicks, Software Engineer Version 1.1 DFT Database API Prepared by: Toby Wicks, Software Engineer Version 1.1 19 November 2010 Table of Contents Overview 3 Document Overview 3 Contact Details 3 Database Overview 4 DFT Packages 4 File Structures

More information

HOW TO IMPROVE HIGH-FREQUENCY BUS SERVICE RELIABILITY THROUGH SCHEDULING

HOW TO IMPROVE HIGH-FREQUENCY BUS SERVICE RELIABILITY THROUGH SCHEDULING HOW TO IMPROVE HIGH-FREQUENCY BUS SERVICE RELIABILITY THROUGH SCHEDULING Ms. Grace Fattouche Abstract This paper outlines a scheduling process for improving high-frequency bus service reliability based

More information

Model Crosspoint Matrix

Model Crosspoint Matrix Model 3000 4380 256 Crosspoint Matrix 90401270 Page 1 All technical data and specifications in this publication are subject to change without prior notice and do not represent a commitment on the part

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

BEARHHAWK Weight and Balance

BEARHHAWK Weight and Balance BEARHHAWK Weight and Balance Author: Greg Hale -------- ghale5224@aol.com Rev. Date: 3/23/2008 5:14 PM The Bearhawk weight and balance program was designed for the Bearhawk aircraft. The program includes

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

Unit 6: Probability Plotting

Unit 6: Probability Plotting Unit 6: Probability Plotting Ramón V. León Notes largely based on Statistical Methods for Reliability Data by W.Q. Meeker and L. A. Escobar, Wiley, 1998 and on their class notes. 9/12/2004 Stat 567: Unit

More information

TIMS to PowerSchool Transportation Data Import

TIMS to PowerSchool Transportation Data Import TIMS to PowerSchool Transportation Data Import Extracting and Formatting TIMS Data Creating the TIMS Extract(s) for PowerSchool Extracting Student Transportation Data from TIMS Formatting TIMS Transportation

More information

A Primer on Fatigue Damage Spectrum for Accelerated and Reliability Testing

A Primer on Fatigue Damage Spectrum for Accelerated and Reliability Testing A Primer on Fatigue Damage Spectrum for Accelerated and Reliability Testing John VanBaren Vibration Research Corporation vrsales@vibrationresearch.com www.ieee-astr.org ASTR 2016, Sep 28-30, Pensacola

More information

Programmable Safety Systems PSS-Range

Programmable Safety Systems PSS-Range Programmable Safety Systems PSS-Range PROFIBUS-DP for Compact 3rd Generation PSS Operating Manual Item No. 20 962-04 All rights to this manual are reserved by Pilz GmbH & Co. KG. Copies may be made for

More information

Modifying a Reflex Workflow

Modifying a Reflex Workflow Modifying a Reflex Workflow Public John Pritchard ESO-Reflex and Kepler EsoReflex is the ESO Recipe Flexible Execution Workbench, an environment to run ESO VLT pipelines which employs a workflow engine

More information

EUROCONTROL Call Sign Similarity Project

EUROCONTROL Call Sign Similarity Project EUROCONTROL Call Sign Similarity Project Call Sign Similarity Tool (CSST) ICAO MID Region 1 st Call Sign Confusion Ad-hoc Working Group Abu Dhabi, United Arab Emirates 16-18 February 2015 Richard Lawrence

More information

CATIA: Navigating the CATIA V5 environment. D. CHABLAT / S. CARO

CATIA: Navigating the CATIA V5 environment. D. CHABLAT / S. CARO CATIA: Navigating the CATIA V5 environment D. CHABLAT / S. CARO Damien.Chablat@irccyn.ec-nantes.fr Standard Screen Layout 5 4 6 7 1 2 3 8 9 10 11 12 13 14 15 D. Chablat / S. Caro -- Institut de Recherche

More information

i Pli\tlcian* jmliiurthmi, UMm m

i Pli\tlcian* jmliiurthmi, UMm m ( Y» $ ; 2 - Y» -»» -» 2 2 4»»»»» -» (»»4»»» ( #»»»»»»»- Y»»» - } - - - Y»» ; - -» -» -» - - -Y» / -»»» - -» - - - - - - -» Y - 4» (-»» 4 - & - ( ; - - - - -»»»»» # -» # - - -» 4 ;» 4» -- -»»-»»»» - (

More information

HardSID Uno / UPlay user s guide HardSID Uno HardSID UPlay

HardSID Uno / UPlay user s guide HardSID Uno HardSID UPlay HardSID Uno / UPlay user s guide HardSID Uno HardSID UPlay HardSID Uno / UPlay user s guide 2010 Hard Software, Hungary 1 Safety information... 4 Introduction:... 5 Package contents... 5 System requirements...

More information

The NESCAUM Method of Estimating Aircraft Emissions

The NESCAUM Method of Estimating Aircraft Emissions The NESCAUM Method of Estimating Aircraft Emissions Presentation to the OTC Mobile Source Committee December 5, 2001 Baltimore-Washington International Airport Ingrid Ulbrich Environmental Analyst NESCAUM

More information

PHY 133 Lab 6 - Conservation of Momentum

PHY 133 Lab 6 - Conservation of Momentum Stony Brook Physics Laboratory Manuals PHY 133 Lab 6 - Conservation of Momentum The purpose of this lab is to demonstrate conservation of linear momentum in one-dimensional collisions of objects, and to

More information

Tsunami Survey Results in the NPS and Reproduction Analysis Using Tsunami Inversion

Tsunami Survey Results in the NPS and Reproduction Analysis Using Tsunami Inversion Technical Workshop on the Accident of TEPCO s Fukushima Dai-ichi NPS Tsunami Survey Results in the NPS and Reproduction Analysis Using Tsunami Inversion July 24, 2012 Tomoyuki Tani Agenda 1. Overview of

More information

Motion 2. 1 Purpose. 2 Theory

Motion 2. 1 Purpose. 2 Theory Motion 2 Equipment Capstone, motion sensor, meter stick, air track+ 2 gliders, 2 blocks, and index cards. Air Tracks In this experiment you will be using an air track. This is a long straight triangular

More information

Alpha Systems AOA Classic & Ultra CALIBRATION PROCEDURES

Alpha Systems AOA Classic & Ultra CALIBRATION PROCEDURES Alpha Systems AOA Calibration Overview The calibration of the Alpha Systems AOA has 3 simple steps 1.) (On the Ground) Zero calibration 2.) (In-flight) Optimum Alpha Angle (OAA) calibration 3.) (In-flight)

More information

Carbon Offsetting and Reduction Scheme for International Aviation (CORSIA):

Carbon Offsetting and Reduction Scheme for International Aviation (CORSIA): Carbon Offsetting and Reduction Scheme for International Aviation (CORSIA): Introduction & Expectations on the Submission of Emissions Monitoring Plan Presented to: By: Date: NBAA S Business Aviation Convention

More information

GATWICK RNAV-1 SIDS CAA PIR ROUTE ANALYSIS REPORT

GATWICK RNAV-1 SIDS CAA PIR ROUTE ANALYSIS REPORT GATWICK RNAV-1 SIDS GATWICK RNAV-1 SIDS CAA PIR ROUTE ANALYSIS REPORT ROUTE ANALYSIS REPORT FOR GATWICK This section explains the track distribution of conventional SIDs and the RNAV SID replications using

More information

Authentic Assessment in Algebra NCCTM Undersea Treasure. Jeffrey Williams. Wake Forest University.

Authentic Assessment in Algebra NCCTM Undersea Treasure. Jeffrey Williams. Wake Forest University. Undersea Treasure Jeffrey Williams Wake Forest University Willjd9@wfu.edu INTRODUCTION: Everyone wants to find a treasure in their life, especially when it deals with money. Many movies come out each year

More information

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

UAS to GIS Utilizing a low-cost Unmanned Aerial System (UAS) for Coastal Erosion Monitoring

UAS to GIS Utilizing a low-cost Unmanned Aerial System (UAS) for Coastal Erosion Monitoring UAS to GIS Utilizing a low-cost Unmanned Aerial System (UAS) for Coastal Erosion Monitoring Agenda Scope of today s presentation Demonstration Objectives Wrightsville Beach Test Area Masonboro Inlet Jetties

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

Pelican AMR Gateway User Guide

Pelican AMR Gateway User Guide Pelican AMR Gateway User Guide Document Reference: 8194 June 2016 Version: 2 Version Date Author Changes Number 1 Feb 2014 Bettina Rubek-Slater 2 Jun 2016 Sam Smith Branding updated API section updated

More information

Part 135 GA Air Operator Certificate Helicopters and Small Aeroplanes General Aviation Helicopters IFR

Part 135 GA Air Operator Certificate Helicopters and Small Aeroplanes General Aviation Helicopters IFR Part 119 / 135 Compliance Matrix Helicopters IFR General Aviation Air Operator Certificate The Rule references in this compliance matrix have been extracted from the Civil Aviation Rules system as the

More information

Performance Planning in FOREFLIGHT MOBILE

Performance Planning in FOREFLIGHT MOBILE Performance Planning in FOREFLIGHT MOBILE 4th Edition Covers ForeFlight Mobile v9.4 on ipad Introduction... 4 About Performance Planning... 4 Aircraft Performance Profiles... 6 Updating Existing Aircraft

More information

PPS Release Note

PPS Release Note PPS8 1.6.305 Release Note 1. Versioning Date Version no. Author Action 01-06-2016 1.0 HK Initial document 03-06-2016 1.1 HK Updated for version 1.6.176 08-06-2016 1.2 HK Updated for version 1.6.177 17-06-2016

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

Product information Truma VarioHeat and E-Kit. July 2018

Product information Truma VarioHeat and E-Kit. July 2018 Product information Truma VarioHeat and E-Kit July 018 Truma VarioHeat The new compact Truma heaters for motor homes, caravans and vans. Truma VarioHeat eco and Truma VarioHeat comfort are of an identical

More information

Hydrosulfide adducts of organo-iridium anticancer complexes

Hydrosulfide adducts of organo-iridium anticancer complexes Hydrosulfide adducts of organo-iridium anticancer complexes Pavel Štarha, Abraha Habtemariam, Isolda Romero-Canelo n, Guy J. Clarkson, Peter J. Sadler*, Regional Centre of Advanced Technologies and Materials,

More information

NAIPS Internet Service Authorised NOTAM Originator User Guide Version 3.0. (To be read in addition to NIS User Guide 3.0)

NAIPS Internet Service Authorised NOTAM Originator User Guide Version 3.0. (To be read in addition to NIS User Guide 3.0) NAIPS Internet Service Authorised NOTAM Originator User Guide Version 3.0 (To be read in addition to NIS User Guide 3.0) User Guide for Authorised NOTAM Originators Version 3.0 1. Introduction... 3 1.1

More information

Specialty Cruises. A. 100% Tally and Strip Cruises

Specialty Cruises. A. 100% Tally and Strip Cruises Specialty Cruises Page A. 100% Tally and Strip and Cumulative Tally Cruises 10-1 B. Tree Category Cruises 10-3 C. Stratified Cruises 10-4 D. Tree or Log Average Cruises 10-9 E. Multiple Cruisers on the

More information

Interactive x-via web analyses and simulation tool.

Interactive x-via web analyses and simulation tool. Interactive x-via web analyses and simulation tool. Scope of services: - Intra-modal analyses and simulation of the European air passenger transport - Provision of a reference case of the year n-1. - Representative

More information

Flight inspection service of LGS Radionavigation Aids in 2017

Flight inspection service of LGS Radionavigation Aids in 2017 Annex 5 1. Subject TECHNICAL SPECIFICATION Flight inspection service of LGS Radionavigation Aids in 2017 (identification Nr. LGS 2016/107) 1.1. Flight inspection of LGS radio navigation aids for one year.

More information

PASSENGER SHIP SAFETY. Damage stability of cruise passenger ships. Submitted by the Cruise Lines International Association (CLIA) SUMMARY

PASSENGER SHIP SAFETY. Damage stability of cruise passenger ships. Submitted by the Cruise Lines International Association (CLIA) SUMMARY E MARITIME SAFETY COMMITTEE 93rd session Agenda item 6 MSC 93/6/6 11 March 2014 Original: ENGLISH PASSENGER SHIP SAFETY Damage stability of cruise passenger ships Submitted by the Cruise Lines International

More information

P.001.FPG FUEL PLANNING GUIDE. First Edition

P.001.FPG FUEL PLANNING GUIDE. First Edition P.001.FPG FUEL PLANNING GUIDE First Edition Edited by: Approved by: Wilhelm Andrei Bubeneck Division Training Coordinator Lucian Cristea Division Director P.001.FPG Version 1.0 September 15, 2014 Page

More information

FSXmap.com. Interactive Airport and Runway map for Flight Simulator X

FSXmap.com. Interactive Airport and Runway map for Flight Simulator X FSXmap.com Interactive Airport and Runway map for Flight Simulator X Thank you for your interest in FSXmap.com! This is an interactive Airport and Runway map targeted for Microsoft Flight Simulator X (onwards

More information

Analysis and Validation of a 3-D EM Simulation Model of Rogowski Coils as PLC Coupling Elements for Automotive Batteries

Analysis and Validation of a 3-D EM Simulation Model of Rogowski Coils as PLC Coupling Elements for Automotive Batteries Institute of Industrial Information Technology Analysis and Validation of a 3-D EM Simulation Model of Rogowski Coils as PLC Coupling Elements for Automotive Batteries Oliver Opalko, Damián Alonso, Klaus

More information

PPS Release Note

PPS Release Note PPS8 1.6.316 Release Note 1. Foreword With this release note, we have collected all the NEW and changed items which has been implemented after PPS8 1.6.176. With the release of PPS8 1.6.316, we would like

More information

Travelport Ticket Manager for Asia (TTMA) Version

Travelport Ticket Manager for Asia (TTMA) Version Travelport Ticket Manager for Asia (TTMA) Version 2.2.2.8 Travelport Ticket Manager for Asia (TTMA) Features Void ticket with or without PNR Revalidate ticket with ticketed or new booking PNR Ticket reissue

More information

THINGS YOU FORGOT OR DIDN'T KNOW ABOUT EMPOWER

THINGS YOU FORGOT OR DIDN'T KNOW ABOUT EMPOWER Le Jeudi 02 février 2017 Maison de l Amérique Latine Paris 7ème Présenté par Alain Barreau THINGS YOU FORGOT OR DIDN'T KNOW ABOUT EMPOWER 2016 Waters Corporation 1 Things you forgot or didn t know about

More information

L-curve-based regularization parameter selection

L-curve-based regularization parameter selection L-curve-based regularization parameter selection regularization 10 4 10 3 10 2 10 3 10 2 10 1 5 10 1 10 0 5 10 0 10 1 10 1 10 1.4 10 1.5 10 1.6 10 1.7 10 1.8 10 1.9 misfit O. Ghattas (UT-Austin) Bayesian

More information

The Development and Analysis of a Wind Turbine Blade

The Development and Analysis of a Wind Turbine Blade ME 461: Finite Element Analysis Spring 2016 The Development and Analysis of a Wind Turbine Blade Group Members: Joel Crawmer, Edward Miller, and Eros Linarez Department of Mechanical and Nuclear Engineering,

More information

EMC Unisphere 360 for VMAX

EMC Unisphere 360 for VMAX EMC Unisphere 360 for VMAX Version 8.3.0 Installation Guide REV 01 Copyright 2014-2016 EMC Corporation. All rights reserved. Published in the USA. Published September 2016 EMC believes the information

More information

Lab Skills: Introduction to the Air Track

Lab Skills: Introduction to the Air Track Lab Skills: Introduction to the Air Track 1 What is an air track? An air track is an experimental apparatus that allows the study of motion with minimal interference by frictional forces. It consist of

More information

Deutscher Wetterdienst

Deutscher Wetterdienst Scalability and Performance of COSMO-Model 5.1 on Cray XC30 Ulrich Schättler Source Code Administrator COSMO-Model Contents è Old Scalability Results è Latest Changes è Scalability Tests with COSMO-DE65

More information

Eurowings Aviation & Consulting Ltd.

Eurowings Aviation & Consulting Ltd. Planning of Eurowings cross country flights shall be mainly performed through a Microsoft Excel application designed and developed by Eurowings as a teaching tool for its students but also licensed pilots,

More information

The Past, Present, and Future of Nortek and Glider Measurements

The Past, Present, and Future of Nortek and Glider Measurements The Past, Present, and Future of Nortek and Glider Measurements Peter J. Rusello Scientist Nortek Since 2005, Nortek has collaborated with leading researchers to develop specialized acoustic Doppler current

More information

STUDENT PILOT PRE-CROSS-COUNTRY WRITTEN EXAM

STUDENT PILOT PRE-CROSS-COUNTRY WRITTEN EXAM DO NOT WRITE ON THIS TEST FEB 2013 STUDENT PILOT PRE-CROSS-COUNTRY WRITTEN EXAM This test is required prior to solo cross-country per AFMAN This test is not required if the student has passed the FAA Knowledge

More information

10 A at 100 to 240 VAC. G3NE-220T-US (20 A at 75 to 264 VAC) 5 A at 100 to 240 VAC

10 A at 100 to 240 VAC. G3NE-220T-US (20 A at 75 to 264 VAC) 5 A at 100 to 240 VAC Solid State Relays G3NE Compact, Low-cost, SSR Switching 5to20 A Wide load voltage range: 75 to 264 VAC. Dedicated, compact aluminum PCB and power elements used. Built-in varistor effectively absorbs external

More information

Year 9 Mathematics Examination SEMESTER 2018

Year 9 Mathematics Examination SEMESTER 2018 STUDENT NAME: TEACHER: DATE: Year 9 Mathematics Examination SEMESTER 2018 QUESTION AND ANSWER BOOKLET TIME ALLOWED FOR THIS PAPER Reading time before commencing work: 10 minutes Working time for this paper:

More information

2018/09/01 05:24 1/1 Flight Plan

2018/09/01 05:24 1/1 Flight Plan 2018/09/01 05:24 1/1 Flight Plan Table of Contents Flight Plan... 1 Current Flight Plan... 1 Manual Flight Planning... 2 Flight Plan Details... 2 Airway Usage... 3 Actions for Current Plan... 3 Synchronize

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

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

Formulation of Lagrangian stochastic models for geophysical turbulent flows

Formulation of Lagrangian stochastic models for geophysical turbulent flows Formulation of Lagrangian stochastic models for geophysical turbulent flows Alberto Maurizi a.maurizi@isac.cnr.it Institute of Atmospheric Sciences and Climate - CNR, Bologna, Italy International summer

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

Performance Planning in FOREFLIGHT MOBILE

Performance Planning in FOREFLIGHT MOBILE Performance Planning in FOREFLIGHT MOBILE 5th Edition Covers ForeFlight Mobile v10.0 on ipad Introduction... 5 About Performance Planning... 5 Aircraft Performance Profiles... 7 Updating Existing Aircraft

More information

EMC Unisphere 360 for VMAX

EMC Unisphere 360 for VMAX EMC Unisphere 360 for VMAX Version 8.4.0 Installation Guide REV 01 Copyright 2014-2017 EMC Corporation All rights reserved. Published May 2017 Dell believes the information in this publication is accurate

More information

KTRK Flight Tracking System, VNOMS, Altitudes and Positional Calculations

KTRK Flight Tracking System, VNOMS, Altitudes and Positional Calculations KTRK Flight Tracking System, VNOMS, Altitudes and Positional Calculations Prepared by: Joseph A. LaMacchia August 17, 2015 Proprietary Information 1 Noise Complaint Details VNOMS Data and Flight Path Flight

More information

PERFORMANCE MEASURE INFORMATION SHEET #16

PERFORMANCE MEASURE INFORMATION SHEET #16 PERFORMANCE MEASURE INFORMATION SHEET #16 ARROW LAKES RESERVOIR: RECREATION Objective / Location Recreation/Arrow Lakes Reservoir Performance Measure Access Days Units Description MSIC 1) # Access Days

More information

JULIAN DEAN, PETER IVANOV, SEAN COLLINS AND MARIA GARCIA MIRANDA

JULIAN DEAN, PETER IVANOV, SEAN COLLINS AND MARIA GARCIA MIRANDA NPL REPORT IR 32 Environmental Radioactivity Proficiency Test Exercise 2013 JULIAN DEAN, PETER IVANOV, SEAN COLLINS AND MARIA GARCIA MIRANDA JULY 2014 Environmental Radioactivity Proficiency Test Exercise

More information

VARIBLE COMMISSIONS OVERVIEW

VARIBLE COMMISSIONS OVERVIEW VARIBLE COMMISSIONS OVERVIEW The BSPConnect Variable Commission System provides the airline with the ability to audit commissions. These may be simple or complex, based on route, agent and also: A. Commission

More information

PBN Performance. Based Navigation. Days 1, 2 & 3. ICAO PBN Seminar Seminar Case Studies Days 1,2,3. Seminar Case Studies

PBN Performance. Based Navigation. Days 1, 2 & 3. ICAO PBN Seminar Seminar Case Studies Days 1,2,3. Seminar Case Studies PBN Performance Based Navigation Seminar Case Studies Days 1, 2 & 3 1 Overview 2 Case Study - Day 1 Case Study - Day 2 Case Study - Day 3 3 Case Study - Day 1 Learning Objectives Identify navigation performance

More information

Orientation Booklet The New Airline Chart Series

Orientation Booklet The New Airline Chart Series Orientation Booklet The New Airline Chart Series Copyright 2007 Jeppesen. All rights reserved. Table of Contents Introduction...1 Approach Chart...2 Heading...2 Plan View...2 Profile View... Minimums...

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

Test Report: HB

Test Report: HB Test Report: HB-100-48 100W Single Switching ower Supply DESIGN VERIFY TEST Function Test Input Function Test rotection Function Test Other Test Component Stress Test SAFETY & E.M.C. TEST Safety Test E.M.C.

More information

GATWICK RNAV-1 SIDS CAA PIR ROUTE ANALYSIS REPORT

GATWICK RNAV-1 SIDS CAA PIR ROUTE ANALYSIS REPORT GATWICK RNAV-1 SIDS GATWICK RNAV-1 SIDS CAA PIR ROUTE ANALYSIS REPORT ROUTE ANALYSIS REPORT FOR GATWICK This section explains the track distribution of conventional SIDs and the RNAV SID replications using

More information

Link btwn Oper & Finance

Link btwn Oper & Finance Link btwn Oper & Finance 2016 Fall - SOM Lecture Topic 3 Dohoon Kim Value Equation Why firms? or why invest? (economic) Value creation Economic Value (EV) = investment x (ROIC WACC) ROIC (Return On Invested

More information

FC-0004 P a g e 1 Rev. 0

FC-0004 P a g e 1 Rev. 0 FLIGHT CHARACTERISTICS 1. Introduction As the discipline of wingsuiting evolves, jumpers flying wingsuits with very large wings are experiencing bigger challenges with canopy openings. Some of these extreme

More information

CASM electric cylinders The modular electric cylinder system

CASM electric cylinders The modular electric cylinder system CASM electric cylinders The modular electric cylinder system CASM electric cylinders are ideally suited to performing fast and powerful linear movements. Unlike pneumatic or hydraulic cylinders, CASM electric

More information

UM1868. The BlueNRG and BlueNRG-MS information register (IFR) User manual. Introduction

UM1868. The BlueNRG and BlueNRG-MS information register (IFR) User manual. Introduction User manual The BlueNRG and BlueNRG-MS information register (IFR) Introduction This user manual describes the information register (IFR) of the BlueNRG and BlueNRG-MS devices and provides related programming

More information