15 March 1983 ERRATUM

Size: px
Start display at page:

Download "15 March 1983 ERRATUM"

Transcription

1 DEPARTMENT OF THE NAVY NAVY EXPERIMENTAL DIVING UNIT PANAMA ITY, FLORIDA Marh 1983 ERRATUM NEDU Report 1-83: omputer Algorithms Used in omputing the MK 15/16 onstant 0.7 ATA Oxygen Partial Pressure Deompression Tables. After publiation and distribution, an error was found in Version 1.1 of Subroutine FRSP7 whih will ause small underestimates in no-deompression time and whih will (in ertain instanes) ompute first stop depths one depth inrement deeper than neessary. (The program omputes 0 min stop times at these too deep first stops so the resulting deompression profiles are orret). All holders of the above report should make the following hanges and substitutions to the original: 1. Replae pages 40/41 and B4-1 thru B4-4 (Annex B4) with the attahed pages. Note that the replaement pages are all oded in the lower right hand orner. Subroutine FRSP7 is now Version Make a pen and ink hange to Fig. 9 (page 30). hange the no-deompression time at 110 FSW from 23 to 24 min. All other deompression profiles and Model Parameter Printouts remain orret for Version 1.2 of Subroutine FRSP7.

2 Exponential Update Proedure (Lines ) This proedure updates the tissue for a linear asent or desent. After the update is omplete, ontrol is transferred bak to the beginning of the loop until all NTISS tissues have been done. After all tissues have been updated, ontrol drops through to the proedure whih omputes the Instantaneous Asent Depth. Instantaneous Asent Depth omputation Proedure (Lines ) This proedure is idential to the one used in the E-L Version of UPDT7. Subroutine FRSP7 This subroutine finds the depth of the first stop for a speified asent rate. The depth of the first stop is passed bak to the main program as an argument of the subroutine (DFS), all other data is passed in the three ommon bloks PARAM, BLDVL and MDATA. The subroutine uses the Instantaneous Asent Depth (IAD) alulated by Subroutine UPDT7 as a first approximation of the first stop depth. A trial update at the speified rate is performed first to DIN deeper than the IAD then if all asent riteria are met at DIN+IAD to TAB itself. Depending on the rate of asent and the initial tissue tensions the tissues may saturate or desaturate during the trial asent and may have taken up exess gas (in whih ase the new IAD after asent will have inreased), offgassed suffiiently to go shallower (in whih ase the new IAD will have dereased) or still have just enough gas on board to require a stop at IAD (in whih ase the IAD will not have hanged). Depending on whether the IAD has inreased or dereased after the trial asent, the first stop depth estimate is inreased or dereased in inrements of the stop depth inrement (DIN) until the TAD before and after asent are the same and are in fat equal to the depth whih has just been asended to. Initialization Proedure (Lines ) The depth of the first stop (DFS) is initially set to the urrent depth and if the urrent depth is equal to or shallower than the IAD, DEPTH beomes the first stop depth. This preaution is neessary for two reasons. The first is that if the DX option is used for an asent one ould end up at a depth shallower than the IAD. If the DX option were not speified for the next asent, the subroutine would attempt to desend to the IAD ausing a negative desent time to be omputed. Rather than have that happen, a stop will simply be taken at DEPTH until asent is possible. The seond situation will our if a 0 min stop is taken at a deompression stop during asent (as in hanging breathing gases) in whih ase the urrent depth will be equal to the IAD. In this ase (unless preautions are taken) a trial

3 desent would be performed to DIN+IAD ausing the tissue tensions to inrease and an anomalous stop to be taken at DIN+IAD. In the auto-deompression mode one an never go too shallow so the depth of the first stop will never be deeper than the urrent depth. Line 110 ensures this is always the ase. In lines 115 to 118 the logial variable LASTIT is initialized to "false" and the urrent tissue tensions and IAD stored temporarily beause they will be hanged when Subroutine UPDT7 is alled to do the trial asent. Depth of First Stop Iteration Loop (Lines ) The variable MIND is set initially to the IAD and in lines a trial update is done from the urrent depth to MIND+DIN. This must be done beause the definitions of the asent riteria requires that they be met DIN deeper than a given depth before asent to that depth is possible. In lines 144 and 145 the tissue tensions and TAD are restored to their original values. If after asent to MIND+DIN the IAD has inreased, ontrol is transferred by line 152 to line 161 where it will drop through to line 173. If the IAD has remained the same or dereased during the first trial asent lines do another trial asent to IAD. If the new IAD equals MIND (the value of IAD before asent) then line 161 transfers ontrol to Statement 50 (line 188) where the value of the depth of the first stop (DFS) is set to MIND and the subroutine exited. If IAD and MIND are not equal after the trial asent then ontrol goes to line 173. Sine additional tissue saturation or desaturation takes plae during asent it is unlikely that MIND and IAD will be equal the first time through the loop. The usual sequene of events is that the value of MIND is systematially inreased or dereased and by the seond iteration the value of IAD doesn't hange after the trial update and the loop is exited at line 161 with MIND ontaining the value of the depth of the first stop. In a very few ases, however, the IAD may inrease on one pass through the loop and derease on the next. This ours when a tissue is still saturating during asent. On the first trial update all tissue tensions will be less than their maximum permissible values ontained in array M and the new IAD dereases by one depth inrement after the trial update to the original value of TAD. The next time through the loop the trial update will be to the new value of IAD. If a tissue was saturating during asent it may have taken up enough additional gas during the additional asent to the new IAD to just exeed its maximum permissible value. Thus, when the next trial update is done the value of IAD will derease by one depth inrement. This osillation will ontinue indefinitely beause the tissue will have a tension just below its maximum permissible value at the deeper trial stop and just above it at the shallower trial stop. Sine the asent riteria state that one the maximum permissible tissue tension has been reahed at a given depth that asent to the next shallower depth inrement is allowed the depth of the first stop is taken at the shallower of the two depths, and assigned to MIND. One the depth of the first stop has been found the IAD is restored to its original value, the value of the integer MIND is assigned to the real variable DFS and the subroutine returns ontrol to the main program (lines ). 4 1

4 8.FRSP7 T=00004 IS ON R00012 USING BLKS R=0OOO SUBROUTINE FRSP7DFS ), 01 MAR 93 VER 1. 2 FINDS DEPTH OF FIRST STOP (DFS). TRIAL STOP DEPTH <MIND> INITIALLY SET TO URRENT INSTANTANEOUS ASENT DEPTH ( IftD). A TRIAL ASENT TO "MIND" IS DONE TO SEE IF "IAD" HANGES DURING ASENT. IF "IADn HANGES A NEU TRIAL ASENT FROM "DEPTH1' TO THE NEW "IftDn IS DONE, ITERATION ONTINUES UNTIL THE "IAD" AFTER rts.ent AND "MIND" ARE EQUAL, DEPTH OF FIRST STOP WILL NEVER BE DEEPER THAN THE URRENT DEPTH, IF ASENTS ftluoys rtompanied BY APPROPRIATE DEOMPRESSION NO FRO6LEtlS UILL OUR. HOWEVER, IF AN &ENT IS TAKEN UITHOUT DEOMPRESSION STOPS THEN A FIRST STOP DEPTH SOUGHT, THE "IAD" MAY BE DEEPER THAN THE URPEMT DEPTH. IN THESE ASES THE FIRST STOP DEPTH UILL BE THE URRENT DR EDURRD D. THALMftNN < M> U.S. NAVY EXPERIMENTAL DIVING I? I- ************** * VARIABLES * ** *rf(********* ftmblso2 DEPTH F GPO2 D DFS D I t4 FN2 HLFTM I AD I ADTMP LASTIT N MIND NTISS P PflO2 PBOVP PHs0 PO2 AMBIENT-ARTERIAL OXYGEN GRADIENT <FSM> URRENT. DEPTH <FSW OR MSU> METRI ONVERSION FATOR ONSTANT PARTIAL PRESSSURE 02? DEPTH HftNGE < FSW OR MSW Â DEPTH OF FIRST STOP (FSW OR MSU) STOP DEPTH INREMENTS <FSW OR MSU) INERT GAS FRATION OMPARTMENT HrtLFTIMES <MIH > INSTANTANEOUS ASENT DEPTH <FSW OR!'ISM? VARIABLE TO TEMORARILY STORE URRENT VALUE OF "IAD". LAST TIME THROUGH ITERATION LOOP? ONPftRTMENT MAXIMUM GAS TENSION HRPAY <FSW> TRIAL FIRST STOP DEPTH <FSM OR HSW) NUMBER OF HrtLFTIME OMPARTMENTS < 9 MAX. > OMPARTMENT GAS TENSION ARRAY < FSM > ARTERIAL O2 PARTIAL PRESSURE <FSW> GAS PHASE OVERPRESSURE < FSU > PARTIAL PRESSURE OF WATER VAPOR <FSW> INSPIRED OXYGEN PARTIAL PRESSURE ATA > B4-1

5 PV02 VENOUS 1202 PARTIAL PRESSURE <FSU;> PV02 VEI-fOUS 02 PARTIAL PRESSURE <FSW5 RATE RATE OFTRA'JEL DURING DEPTH HANGE <FSW OR MSI.i!/NIN> SDR SATURATION-DESATURATION HrtLFTIME RATIO T TIME HANGE DURING ASENT <MIN) TP ARRAY TO TEMPORARILY STORE OMPARTMENT GAS TEHSIONS NOTE: FOR PARTIAL PRESSURES WHIH ARE IN FSW. 33 FSWs1 ATA. ###########*######################################################*#### ################################################*#*#################### ******'**** ************** * SUBROUTINES REQUIRED *... UPDT7 UPDATES MODEL OVER ft SINGLE TIME INTERVAL È#############################à #à #################################*# MOREL INPUT VARIABLES THESE ARE THE ONLY VARIABLES SENT FROM THE MAIN PROGRAM TOTHE MODEL SUBROUTINES, THIS OMMON STATEMENT MUST HPPEftR IN ALL MODEL SUBROUTINES, OMMIN,'MDATA/ T. D, DEPTH, RATE, PO2, FN2, P02, DINE F MODEL OMNOM THESE VARIABLES ARE.SEtfT BETWEEN MODEL SUBROUTINES ONLY. THESE OMMON STATEMENTS MUST QPPEAR IN ALL MODEL SUBROUTItiES. OPlMON,'PARAM/M<9,30),P<9),HLFTM<9>,NTISS,SDR<9), OMMON,'BLDVL/PAO2,PH20, PV02, PV02, rtmba02, PBOVP LOGIAL P02,LASTIT REAL M DIMENSION TP<9> w******:**************************************************************** INITIALIZATION PROEDURE *********************************************************************** 0106 INITIALIZE DEPTH OFFIRST STOP TO URRENT DEPTH. IF "DEPTH" EQUAL 0107 TO OR SHALLOUER THAN "IfiD" FIRST STOP IS AT "DEPTH" DFS=DEPTH IF< INT<DEPTH).LE. IAD) RETURN INITIALIZE "LAST ITERATION" SWITH. SAVE TISSUE TENSIONS AND "IAD" TEMPORARILY. IAD

6 *********************************************************************** END OFIHITIALIZATION *********************************************************************** *********************************************************************** DEPTH OF FIRST STOP ITERATION LOOP ALL EXITS GO TO STATEMENT #50 *********************************************************************** TRY FIRST STOP DEPTH AS "IAD". DEFINITION OF ASENT RITERIA REQUIRES THEY BE MET "DIN" DEEPER THAN FINAL FIRST STOP DEPTH. SUBROUTINE UPDT7 WILL OMPUTE NEW "IAD" AFTER TRIAL ASENT. REESTABLISH TISSUE TENSIONS AFTER ALLING SUBROUTINE UPDT7, ALL IJPDT7 DO 32 I=l,NTISS P< I?=TP< I ) IF "IAD" HASN'T HANGED OR HAS DEREASED DURING TRIAL ASEHT TO "MIND+DItl" THEM ASENT TO "NIND" MAY BE POSSIBLE WITHOUT VIOLATING THE ASEHT RITERIA* GIVE IT A TRY, REESTABLISH TISSUE TEHSIOHS UHEH DONE. IF< IAD.GT. MIND m 0 TO 42 D-MIND-DEPTH TODXRATE ALL UPDT7 DO 40 I=l,NTISS P< I >=TP< I 5 IF NElJ "IAD" AND "WIND" EQUAL AFTER TRIAL ASENT, WE'RE DONE. IF NEU "IAD" IS SHALLOWER THAN "MIND" SET "LASTIT" TO TRUE. THIS UILL STOP THE ITERQTION IF "IAD" BEOMES GREATER THAN "MIND" THE NEXT TIME AROUND. THIS UILL PREVENT GETTING STUK IN THE LOOP IF THERE IS A TISSUE STILL SATURATING AT "MIND" IN WHIH ASE "IAD" UILL NEVER EQUAL "NIt4D" BUT MILL OSILLATE ONE DEPTH INREMENT DEEPER AND SHALLOUER ON SUESSIVE ITERATIONS, IN THESE ASES THE FIRST STOP DEPTH IS THE FIRST VALUE OF "NIND" UHIH AUSES "IAD" 70 INREASE IN VALUE AFTER IT HAD DEREASED ON THE PREVIOUS ITERATION. IF< IAO.LT. MIND > LASTIT=. TRUE, IF<IAD.GT.MIND,AND, LASTIT? GO TO 50 SET UP FOR ASENTTO NEW "IAD".

7 *********************************************************************** END OF ITERATION LOOP ********:*************************************************************** REESTABLISH "IAD". DEPTH OFFIRST STOP IS "MIND". 50 IAD=IADTMP DFS=M IHD RETURN END ENDS

DIY DECOMPRESSION. By Stuart Morrison. (c) 2000 Stuart Morrison/Liquid Technology

DIY DECOMPRESSION. By Stuart Morrison. (c) 2000 Stuart Morrison/Liquid Technology DIY DECOMPRESSION By Stuart Morrison (c) 2000 Stuart Morrison/Liquid Technology The author accepts no responsibility for any errors contained within this article or injuries or illness arising from using

More information

Rules of Hockey5s including explanations

Rules of Hockey5s including explanations Rules of Hokey5s inluding explanations Effetive from 1 January 2015 (updated 18 May 2015) Copyright FIH 2015 The International Hokey Federation Rue du Valentin 61 CH 1004, Lausanne Switzerland Telephone:

More information

XVAL-HE-4B: A MAXIMUM PERMISSIBLE TISSUE TENSION TABLE FOR REAL-TIME THALMANN ALGORITHM SUPPORT OF CONSTANT 1.3 ATM PO 2 -IN-HELIUM DIVING TO 200 FSW

XVAL-HE-4B: A MAXIMUM PERMISSIBLE TISSUE TENSION TABLE FOR REAL-TIME THALMANN ALGORITHM SUPPORT OF CONSTANT 1.3 ATM PO 2 -IN-HELIUM DIVING TO 200 FSW Navy Experimental Diving Unit 321 Bullfinch Road Panama City, FL 32407-7015 TA 09-11 NEDU TR 10-04 April 2010 XVAL-HE-4B: A MAXIMUM PERMISSIBLE TISSUE TENSION TABLE FOR REAL-TIME THALMANN ALGORITHM SUPPORT

More information

Vaccine Storage and Handling Guidelines

Vaccine Storage and Handling Guidelines Vaine Storage and Handling Guidelines Table of Contents 2 Introdution 3 Definitions 3 The Importane of the Cold Chain 3 Proteting Ontario s Vaine Supply 4 Maintaining Vaine Poteny and Minimizing Wastage

More information

VVal-79 Maximum Permissible Tissue Tension Table for Thalmann Algorithm Support of Air Diving

VVal-79 Maximum Permissible Tissue Tension Table for Thalmann Algorithm Support of Air Diving Navy Experimental Diving Unit 321 Bullfinch Road Panama City, FL 32407-7015 TA 10-12 NEDU TR 12-01 MAR 2012 VVal-79 Maximum Permissible Tissue Tension Table for Thalmann Algorithm Support of Air Diving

More information

Rules of Hockey5 including explanations

Rules of Hockey5 including explanations Rules of Hokey5 inluding explanations Effetive from 1 September 2012 Copyright FIH 2012 The International Hokey Federation Rue du Valentin 61 CH 1004, Lausanne Switzerland Telephone: ++41 21 641 0606 Fax:

More information

Rules of Beach Hockey including explanations

Rules of Beach Hockey including explanations Rules of Beah Hokey inluding explanations Effetive from 1 June 2016 (updated 31 May 2016) Copyright FIH 2016 The International Hokey Federation Rue du Valentin 61 CH 1004, Lausanne Switzerland Telephone:

More information

Contents. LWN edition:

Contents. LWN edition: Contents 7. Introdution... 7.- 7.. General Sizing Proedure... 7.- 7.. Seletion of the Sizing Standard... 7.-3 7. Engineering Support... 7.- 7.. List of Symbols... 7.- 7.. Properties of Gases... 7.- 7..3

More information

UNDERSTANDING A DIVE COMPUTER. by S. Angelini, Ph.D. Mares S.p.A.

UNDERSTANDING A DIVE COMPUTER. by S. Angelini, Ph.D. Mares S.p.A. UNDERSTANDING A DIVE COMPUTER by S. Angelini, Ph.D. Mares S.p.A. Dive Computer UNDERSTANDING A DIVE COMPUTER The decompression algorithm in a dive computer is an attempt to replicate the effects of a dive

More information

The following excerpt are pages from the North American Product Technical Guide, Volume 2: Anchor Fastening, Edition 16.

The following excerpt are pages from the North American Product Technical Guide, Volume 2: Anchor Fastening, Edition 16. The following exerpt are pages from the North Amerian Produt Tehnial Guide, Volume 2: Anhor Fastening, Edition 16. Please refer to the publiation in its entirety for omplete details on this produt inluding

More information

The following excerpt are pages from the North American Product Technical Guide, Volume 2: Anchor Fastening, Edition 16.1.

The following excerpt are pages from the North American Product Technical Guide, Volume 2: Anchor Fastening, Edition 16.1. The following exerpt are pages from the North Amerian Produt Tehnial Guide, Volume 2: Anhor Fastening, Edition 16.1. Please refer to the publiation in its entirety for omplete details on this produt inluding

More information

Comparison of the South Dakota Road Profiler with Other Rut Measurement Methods

Comparison of the South Dakota Road Profiler with Other Rut Measurement Methods TRANSPORTATION RESEARCH RECORD 1311 Comparison of the South Dakota Road Profiler ith Other Rut Measurement Methods ]AMES B. DuBosE During the fall of 1989, the Illinois Department of Transportation ompleted

More information

Defense Technical Information Center Compilation Part Notice

Defense Technical Information Center Compilation Part Notice UNCLASSIFIED Defense Technical Information Center Compilation Part Notice ADPO1 1085 TITLE: Evaluation of Treatment Tables for Severe Decompression Accidents DISTRIBUTION: Approved for public release,

More information

Analysis of a Twin Screw Expander for ORC Systems using Computational Fluid Dynamics with a Real Gas Model

Analysis of a Twin Screw Expander for ORC Systems using Computational Fluid Dynamics with a Real Gas Model Purdue University Purdue e-pubs International Compressor Engineering Conferene Shool of Mehanial Engineering 2014 Analysis of a Twin Srew Expander for ORC Systems using Computational Fluid Dynamis with

More information

Introduction. U.S. Navy Diving Manual (Mar-1970)

Introduction. U.S. Navy Diving Manual (Mar-1970) DECOMPRESSION SICKNESS AND OXYGEN TOXICITY IN U.S. NAVY SURFACE-SUPPLIED HE-O2 DIVING Wayne A. Gerth U.S. Navy Experimental Diving Unit 321 Bullfinch Road Panama City, FLORIDA 3247 U.S.A. Introduction

More information

The following excerpt are pages from the North American Product Technical Guide, Volume 2: Anchor Fastening, Edition 17.

The following excerpt are pages from the North American Product Technical Guide, Volume 2: Anchor Fastening, Edition 17. The following exerpt are pages from the North Amerian Produt Tehnial Guide, Volume 2: Anhor Fastening, Edition 17. Please refer to the publiation in its entirety for omplete details on this produt inluding

More information

NOBENDEM. Advanced Decompression Tables

NOBENDEM. Advanced Decompression Tables NOBENDEM Advanced Decompression Tables Benton Zwart, COL, USAF, MC, CFS Chief, Clinical Hyperbaric Medicine Davis Hyperbaric Laboratory Brooks AFB, Texas Outline A Colorful History of Nitrogen Bubbles

More information

CHAPTER 9 $LU'HFRPSUHVVLRQ

CHAPTER 9 $LU'HFRPSUHVVLRQ CHAPTER 9 $LU'HFRPSUHVVLRQ 9-1 INTRODUCTION 9-1.1 Purpose. This chapter discusses decompression requirements for air diving operations. 9-1.2 Scope. This chapter discusses five different tables, each with

More information

Operating Instructions

Operating Instructions Operating life time Normal expeted servie life (expressed in the number of yles over the full adjustment range) is appr. 1 million for the pressure swith. This may be extended to 2.5 million yles max.

More information

Computers and Dive Tables. Revised September 17, 2017

Computers and Dive Tables. Revised September 17, 2017 Computers and Dive Tables Revised September 17, 2017 South Carolina Aquarium Dive Operations Arnold Postell Dive Safety Officer / Senior Biologist (843) 579-8536 apostell@scaquarium.org Ryan Yuen Assistant

More information

Effect of Pavement/Shoulder Drop-Offs on Highway Safety

Effect of Pavement/Shoulder Drop-Offs on Highway Safety Effet of Pavement/Shoulder Drop-Offs on Highway Safety John C. Glennon Transportation Consulting Engineer Overland Park, Kansas Drop-offs at the pavement/shoulder (or shoulder/roadside) edge have been

More information

Design Of Semi-Closed Rebreathers To Minimize Variations In Circuit Oxygen Levels

Design Of Semi-Closed Rebreathers To Minimize Variations In Circuit Oxygen Levels Design Of Semi-Closed Rebreathers To Minimize Variations In Circuit Oxygen Levels M. L. Nuckols 1 and Terry W. Adams 2 1 Center for Hyperbaric Medicine And Environmental Physiology Duke University Medical

More information

EFFECTS OF BACK-PRESSURE SATURATION TECHNIQUES ON RESULTS OF R TRIAXIAL COMPRESSION TESTS

EFFECTS OF BACK-PRESSURE SATURATION TECHNIQUES ON RESULTS OF R TRIAXIAL COMPRESSION TESTS I \ REFERENCE MISCELLANEOUS PAPER GL-79-12 EFFECTS OF BACK-PRESSURE SATURATION - TECHNIQUES ON RESULTS OF R TRIAXIAL COMPRESSION TESTS by Robert: T. Donaghe and Frank C. Ton send Geotehnial Laboratory

More information

BKR: 3-way ball valve with female thread, PN 40

BKR: 3-way ball valve with female thread, PN 40 Regulating valves, ombined with atuator CV5.60 en Produt Data Sheet BKR015...050 BKR: 3-way ball valve with female thread, PN 40 ow energy effiieny is improved Preision ontrol and working without losses

More information

AN UNPROTECTED human organism is not adaptable to the

AN UNPROTECTED human organism is not adaptable to the JOURNAL OF AIRCRAFT Vol. 47, No. 2, Marh April 2010 Airraft Deompression with Installed Cokpit Seurity Door Nihad E. Daidzi and Matthew P. Simones Minnesota State University, Mankato, Minnesota 56001 DOI:

More information

General Technical Data and Calculations

General Technical Data and Calculations 18 Bosh Rexroth AG R31EN 232 (26.4) General Produt Desription General Tehnial Data and Calulations Fores and load moments In Rexroth the running traks are arranged at a ompression angle of 45. This results

More information

WIND TUNNEL MEASUREMENT AND ASSESSMENT ON THE PEDESTRIAN WIND ENVIRONMENT A CASE STUDY OF JINYING HIGH RISE BUILDING IN TAIPEI, TAIWAN

WIND TUNNEL MEASUREMENT AND ASSESSMENT ON THE PEDESTRIAN WIND ENVIRONMENT A CASE STUDY OF JINYING HIGH RISE BUILDING IN TAIPEI, TAIWAN WIND TNNEL MEASREMENT AND ASSESSMENT ON THE PEDESTRIAN WIND ENVIRONMENT A CASE STDY OF JINYING HIGH RISE BILDING IN TAIPEI, TAIWAN Bao-Shi Shiau 1 and Ben-Jue Tsai 2 ABSTRACT In this paper, wind tunnel

More information

Ratio Deco. Overview. Global Perspective

Ratio Deco. Overview. Global Perspective Ratio Deco Overview Ratio deco is simply an on the fly system of applying a set of rules to develop a decompression strategy that will work for you in your range of diving. These rules are derived from

More information

EMPLOYER SAMPLE PROCEDURES FOR HEAT ILLNESS PREVENTION

EMPLOYER SAMPLE PROCEDURES FOR HEAT ILLNESS PREVENTION EMPLOYER SAMPLE PROCEDURES FOR HEAT ILLNESS PREVENTION FEB 2010 California Employers with any outdoor plaes of employment must omply with the Heat Illness Prevention Standard T8 CCR 3395. These proedures

More information

RoboGolf (aka RoboPutting) Robofest 2016 Game

RoboGolf (aka RoboPutting) Robofest 2016 Game RooGolf (aka RooPutting) Roofest 201 Game 12-2-2015 V1.1 (Kik-off version. Offiial Version will e availale on Jan 8, 201) 4 3 2 1 a A. Game Synopsis Figure 1. RooGolf Playing Field (Jr. Division) There

More information

POTENTIAL BENEFITS OF NAVY DIVE COMPUTER USE IN SHIPS HUSBANDRY DIVING: ANALYSIS OF DIVES CONDUCTED ON THE USS RONALD REAGAN (CVN-76)

POTENTIAL BENEFITS OF NAVY DIVE COMPUTER USE IN SHIPS HUSBANDRY DIVING: ANALYSIS OF DIVES CONDUCTED ON THE USS RONALD REAGAN (CVN-76) Navy Experimental Diving Unit TA 04-15 321 Bullfinch Rd. NEDU TR 06-04 Panama City, FL 32407-7015 March 2006 POTENTIAL BENEFITS OF NAVY DIVE COMPUTER USE IN SHIPS HUSBANDRY DIVING: ANALYSIS OF DIVES CONDUCTED

More information

11/ This paper not to be cited without prior reference to the author. I'

11/ This paper not to be cited without prior reference to the author. I' / 11/ This paper not to be ited without prior referene to the author. I' International Counil for the Exploration of the Sea C. M. 197 2/H : 3 0 Pelagi Fish (N) Committee THE EFFECTS OF REGULATIONS OF

More information

Operating Instructions Single/Dual Bourdon Tube Pressure Switches Type BS/BT/BX

Operating Instructions Single/Dual Bourdon Tube Pressure Switches Type BS/BT/BX pproval data for Ex i swithes (BT and BX) pproval: II 1 G D Ex ia IIC T6 Ex ia D 20 T0 Operating Instrutions Single/Dual Bourdon Tube Pressure Swithes Type BS/BT/BX Certifiate no.: ISSeP08TEX016X Permissible

More information

VKR: 2-way regulating ball valve with female thread, PN 40

VKR: 2-way regulating ball valve with female thread, PN 40 Produt data sheet 7.1 56.090 VKR: 2-way regulating ball valve with female thread, PN 40 ow energy effiieny is improved Effiieny means preise ontrol and working with minimum leakage Features 2-way regulating

More information

Statistical Mechanics of the Frequency Modulation of Sea Waves

Statistical Mechanics of the Frequency Modulation of Sea Waves Statistial Mehanis of the Frequeny Modulation of Sea Waves Hiroshi Tomita and Takafumi Kawamura Ship Researh Institute, Shinkawa 6-8-, Mitaka, Tokyo 8-, Japan tomita@srimot.go.jp Abstrat. The longtime

More information

DECOMPRESSION THEORY - NEO-HALDANE MODELS

DECOMPRESSION THEORY - NEO-HALDANE MODELS DECOMPRESSION THEORY - NEO-HALDANE MODELS This section describes the Haldane or neo-haldane decompression theories. On each dive the divers body takes up inert gasses, like Nitrogen. After the dive the

More information

U.S. Navy Dive Computer Validation

U.S. Navy Dive Computer Validation U.S. Navy Dive Computer Validation David J. Doolette Keith A. Gault Wayne A. Gerth F. Greg Murphy U.S. Navy Experimental Diving Unit 321 Bullfinch Road Panama City, FLORIDA 32407-7015 U.S.A. The U.S. Navy

More information

The Optimal Control of a Periodic Adsorber:

The Optimal Control of a Periodic Adsorber: ., Natural Convetion in nonnewtonian Fluids Heated from Below, paper presented at First Paifi Chem. Eng. Congr. (1972). Samuels, M. R., Stability of a Fluid in a Long Horizontal, Retangular Cylinder Heated

More information

Water )الطرق المائي( Hammer -3 rd Class Dr. Sataa A. F. Al-Bayati (08-09)

Water )الطرق المائي( Hammer -3 rd Class Dr. Sataa A. F. Al-Bayati (08-09) بسم هللا الرحمن الرحيم Water )الطرق المائي( Hammer -3 rd Class Dr. Sataa A. F. Al-Bayati (08-09) Water hammer is the momentary inrease in ressure, whih ours in a water system when there is a sudden hange

More information

Fundamentals of Decompression

Fundamentals of Decompression History Tissue models Haldane Workman Bühlmann Physics of bubbles Spacecraft cabin atmospheres 1 2011 David L. Akin - All rights reserved http://spacecraft.ssl.umd.edu First Class Assignment Four topics

More information

Diving Medicine USN Diver/SEAL Submarine Overview / Tom Kersch, CAPT, MC!!

Diving Medicine USN Diver/SEAL Submarine Overview / Tom Kersch, CAPT, MC!! Diving Medicine USN Diver/SEAL Submarine Overview / Tom Kersch, CAPT, MC Diving Medicine USN Diver/SEAL Submarine Overview Tom Kersch CAPT, MC SEAL Deliver Vehicle Team 1 Pearl City, HI 1 Content Attestation

More information

BEACH KORFBALL RULES DRAFT RULES NOVEMBER

BEACH KORFBALL RULES DRAFT RULES NOVEMBER BEACH KORFBALL RULES DRAFT RULES NOVEMBER 2013 BEACH KORFBALL PLAYING RULES INTRODUCTION Beah korfall is an attrative, highly strenuous and ompetitive korfall variant, espeially when played 3-3 at the

More information

NOAA Technical Report NESDIS 81 QUALITY CONTROL AND PROCESSING OF HISTORICAL OCEANOGRAPHIC TEMPERATURE, SALINITY, AND OXYGEN DATA

NOAA Technical Report NESDIS 81 QUALITY CONTROL AND PROCESSING OF HISTORICAL OCEANOGRAPHIC TEMPERATURE, SALINITY, AND OXYGEN DATA NOAA Tehnial Report NESDIS 81 QUALITY CONTROL AND PROCESSING OF HISTORICAL OCEANOGRAPHIC TEMPERATURE, SALINITY, AND OXYGEN DATA Timothy Boyer and Sydney Levitus National Oeanographi Data Center Oean Climate

More information

Aerospace Physiology. Lecture #11 Oct. 7, 2014 Cardiopulmonary physiology. Musculoskeletal Vestibular Neurological Environmental Effects MARYLAND

Aerospace Physiology. Lecture #11 Oct. 7, 2014 Cardiopulmonary physiology. Musculoskeletal Vestibular Neurological Environmental Effects MARYLAND Lecture #11 Oct. 7, 2014 Cardiopulmonary physiology Respiratory Cardiovascular Musculoskeletal Vestibular Neurological Environmental Effects 1 2014 David L. Akin - All rights reserved http://spacecraft.ssl.umd.edu

More information

NN- NAVY EXPERIMENTAL DIVING UNIT SECNIALRPOR NO. 6-9 NAV EPEIMETAL DI VING UIT~ TIC-99 DTIC QUAJLIXDISPECTED X

NN- NAVY EXPERIMENTAL DIVING UNIT SECNIALRPOR NO. 6-9 NAV EPEIMETAL DI VING UIT~ TIC-99 DTIC QUAJLIXDISPECTED X NN- TEHNCA REOR NO.~U 6-9 NAVY EXPERIMENTAL DIVING UNIT SECNIALRPOR NO. 6-9 IP NAV EPEIMETAL DI VING UIT~ TIC-99 DTIC QUAJLIXDISPECTED X DEPARTMENT OF THE NAVY NAVY EXPERIMENTAL DIVING UNIT 321 BULLFINCH

More information

. /,2 U FR. E D THALMANK AUG 96 NEDU-8-85 UfSI~F LASSF EF/ 6 9NL

. /,2 U FR. E D THALMANK AUG 96 NEDU-8-85 UfSI~F LASSF EF/ 6 9NL (U) NAY A-A?3 999 IR-N202 DECOMPRESSION EXPERIM"ENTAL DIVING COMPUTER UNIT LORITHM PANAMA CITY DEVELOPMENT FL. /,2 U FR E D THALMANK AUG 96 NEDU-8-85 UfSI~F LASSF EF/ 6 9NL / S111 O U2 l2 1j.2 11.2 W4'

More information

BKTA: 3-way change-over ball valve (T) with male thread, PN 40

BKTA: 3-way change-over ball valve (T) with male thread, PN 40 BKTA: 3-way hange-over ball valve (T) with male thread, PN 40 ow energy effiieny is improved Effiieny means preise hangeover with minimum leakage Features 3-way hange-over ball valve with T-bore for use

More information

BKR: 3-way regulating ball valve with female thread, PN 40

BKR: 3-way regulating ball valve with female thread, PN 40 Produt data sheet 5.1 56.091 BKR: 3-way regulating ball valve with female thread, PN 40 ow energy effiieny is improved Effiieny means preise ontrol and working with minimum leakage Features 3-way regulating

More information

BKR: 3-way ball valve with female thread, PN 40

BKR: 3-way ball valve with female thread, PN 40 Regulating valves, ombined with atuator PDS 56.091 en Produt Data Sheet BKR015...050 BKR: 3-way ball valve with female thread, PN 40 ow energy effiieny is improved Preision ontrol and working without losses

More information

Black Box testing Exercises. Lecturer: Giuseppe Santucci

Black Box testing Exercises. Lecturer: Giuseppe Santucci Black Box testing Exercises Lecturer: Giuseppe Santucci Exercise 1 A software program for the simulation of scuba diving with special gas mixture gives indication about maximum time of stay on the bottom,

More information

Robot Activity: Programming the NXT 2.0

Robot Activity: Programming the NXT 2.0 Robot Activity: Programming the NXT 2.0 About this Activity In this activity, you will learn about some features of the NXT 2.0 programming software. You will write and save a program for the Lego NXT

More information

THEORETICAL BACKGROUND OF "LEAK-BEFORE-BREAK" AS A CONCEPT IN PRESSURE VESSELS DESIGN. Šárka Pacholková a Howard Taylor b

THEORETICAL BACKGROUND OF LEAK-BEFORE-BREAK AS A CONCEPT IN PRESSURE VESSELS DESIGN. Šárka Pacholková a Howard Taylor b METAL 00 14. 16. 5. 00, Hrade nad Moravií THEORETICAL BACGROUND OF "LEA-BEFORE-BREA" AS A CONCEPT IN PRESSURE VESSELS DESIGN Šárka Paholková a Howard Taylor b a VÚ- NOVÁ HUŤ, a.s., Vratimovská 689, 707

More information

NEWTON QUICK REFERENCE CARD

NEWTON QUICK REFERENCE CARD NEWTON QUICK REFERENCE CARD This document is only a quick reference guide. Cressi recommends you read the whole instruction manual supplied with your computer. cressi.com NEWTON WATCH BUTTONS LIGHT BUTTON:

More information

1/21/2014. Diving Physics. Introduction

1/21/2014. Diving Physics. Introduction Diving Physics Topics in this Chapter Introduction Principles of Pressure Properties of Water Temperature Archimedes Principle Charles Law & Guy-Lussac s Law Combined & Ideal Gas Laws Dalton s Law Henry

More information

HURRICANE SANDY LIMITED REEVALUATION REPORT UNION BEACH, NEW JERSEY DRAFT ENGINEERING APPENDIX SUB APPENDIX E OVERTOPPING & FAILURE ANALYSIS

HURRICANE SANDY LIMITED REEVALUATION REPORT UNION BEACH, NEW JERSEY DRAFT ENGINEERING APPENDIX SUB APPENDIX E OVERTOPPING & FAILURE ANALYSIS HURRICANE SANDY LIMITED REEVALUATION REPORT UNION BEACH, NEW JERSEY DRAFT ENGINEERING APPENDIX SUB APPENDIX E OVERTOPPING & FAILURE ANALYSIS Revised 18 Feb 2015 1 OVERTOPPING & FAILURE ANALYSIS 1.0 Introdution

More information

Modeling Gas Dynamics in California Sea Lions

Modeling Gas Dynamics in California Sea Lions DISTRIBUTION STATEMENT A. Approved for public release; distribution is unlimited. Modeling Gas Dynamics in California Sea Lions Andreas Fahlman Department of Life Sciences Texas A&M University-Corpus Christi

More information

IKGAtl Kenneth Grubb Associates Ltd

IKGAtl Kenneth Grubb Associates Ltd IKGAtl Kenneth Grubb Assoiates Ltd BURO HAPPOLD COPPERHOUSE SLUICE GATE DOCUMENT REVISION RECORD Doument Number: Number of Pages: Doument Title: Saved as: C0395/006/DOC 31 REPORT ON THE MECHANICAL SURVEY

More information

suunto_halfa4_viewing 16/6/2003 8:14 AM Page 1 Suunto Reduced Gradient Bubble Model

suunto_halfa4_viewing 16/6/2003 8:14 AM Page 1 Suunto Reduced Gradient Bubble Model suunto_halfa4_viewing 1//23 8:14 AM Page 1 Reduced Gradient Bubble Model suunto_halfa4_viewing 1//23 8:14 AM Page 2 THE CAUSES OF DECOMPRESSION ILLNESS Air consists roughly of 78% Nitrogen (N 2 ), 21%

More information

76.111/1. BUD: Flanged three-way valves, PN 6. Sauter Components

76.111/1. BUD: Flanged three-way valves, PN 6. Sauter Components 76.111/1 BUD: Flanged three-way valves, PN 6 ow energy effiieny is improved urate ontrol with high reliability. reas of appliation Continuous ontrol of old/hot water and air in losed networks 1) and flow

More information

NAUI RGBM Dive Planner Windows Version Rev 9/2016

NAUI RGBM Dive Planner Windows Version Rev 9/2016 NAUI RGBM Dive Planner Windows Version Rev 9/2016 All Rights Reserved 2003 National Association of Underwater Instructors, Inc. (813) 628-6284 or (800) 553-NAUI (6284) http://www.naui.org Installing the

More information

CVEN Computer Applications in Engineering and Construction. Programming Assignment #4 Analysis of Wave Data Using Root-Finding Methods

CVEN Computer Applications in Engineering and Construction. Programming Assignment #4 Analysis of Wave Data Using Root-Finding Methods CVEN 30-501 Computer Applications in Engineering and Construction Programming Assignment #4 Analysis of Wave Data Using Root-Finding Methods Date distributed: 9/30/016 Date due: 10/14/016 at 3:00 PM (electronic

More information

UHMS/NOAA DIVING PHYSICIANS COURSE US NAVY AIR DECOMPRESSION TABLES REVIEW

UHMS/NOAA DIVING PHYSICIANS COURSE US NAVY AIR DECOMPRESSION TABLES REVIEW UHMS/NOAA DIVING PHYSICIANS COURSE US NAVY AIR DECOMPRESSION TABLES REVIEW Note: Use USN Tables 9-7, 9-8, and 9-9 for all questions. Question #1: You have just completed a dive to 130 fsw (40 msw) for

More information

MATHEMATICAL EVALUATION OF MULTI-LEVEL DIVING

MATHEMATICAL EVALUATION OF MULTI-LEVEL DIVING MATHEMATICAL EVALUATION OF MULTI-LEVEL DIVING by Karl Huggins and Lee Somers MICHU-SG-81-207 MATHEMATICAL EVALUATION OF MULI-LEVEL DIVING by Karl E. Huggins Assistant in Research University of Michigan

More information

Lung Volumes and Capacities

Lung Volumes and Capacities Lung Volumes and Capacities Normally the volume of air entering the lungs during a single inspiration is approximately equal to the volume leaving on the subsequent expiration and is called the tidal volume.

More information

DIVECOMPUTER.EU USER MANUAL V3.0

DIVECOMPUTER.EU USER MANUAL V3.0 DIVECOMPUTER.EU USER MANUAL V3.0 1 Introduction 5 2 Getting the computer ready to work. 7 2.1 Bungee cord. 7 2.2 Changing the battery. 7 2.3 Turning on. 8 2.3.1 Auto turn-on. 8 2.4 Turning off. 9 2.5 Dive

More information

Stick insect locomotion in a complex environment: climbing over large gaps

Stick insect locomotion in a complex environment: climbing over large gaps The Journal of Experimental Biology 7, 7-86 Published by The Company of Biologists doi:./jeb.888 7 Stik inset loomotion in a omplex environment: limbing over large gaps Bettina Blaesing* and Holk Cruse

More information

Matrix Dive Computer. Instruction Manual

Matrix Dive Computer. Instruction Manual Instruction Manual Matrix Dive Computer MATRIX Dive Computer TABLE OF CONTENTS 1 Introduction 3 1.1 Glossary 3 1.2 OPERATING MODES 4 1.3 Rechargeable battery 4 1.3.1 CHARGING THE BATTERY 4 1.3.2 CONNECTING

More information

BUL: 3-way unit valve, PN 16

BUL: 3-way unit valve, PN 16 Produt data sheet 55.009 BU: 3-way unit valve, PN 16 Improving energy effiieny inear mixture and no loss through leakage in the ontrol passage for energy-effiient regulation Features Flat-sealing standard

More information

Modelling the decrease in wave height over the shoreface due to slope-induced changes in bottom friction.

Modelling the decrease in wave height over the shoreface due to slope-induced changes in bottom friction. Chapter : Modelling the derease in wave height over the shorefae due to slope-indued hanges in bottom frition. Abstrat Wave height-redution on the shorefae is partly indued by frition at the bottom. The

More information

Technical Diving Software for. User Manual

Technical Diving Software for. User Manual Technical Diving Software for User Manual TABLE OF CONTENTS General info 1 Warnings 1 Update 2 1. Differences between the Standard Galileo SW and Tec SW 2 1.1 Model Uwatec ZH16-ADT DD...2 1.2 Trimix...2

More information

HYDRAULIC ACCUMULATOR. Principles DIMENSIONING OSP 050. The ideal and real gas. Boyle-Mariotte's Law. Equation for an real gas

HYDRAULIC ACCUMULATOR. Principles DIMENSIONING OSP 050. The ideal and real gas. Boyle-Mariotte's Law. Equation for an real gas HYDRAULIC ACCUMULATOR DIMENSIONING OSP 050 Priniles The aumulor dimensioning method is based on the stus hange of the gas ontained in the aumulor. The same hanges our with oil. Equion for an real gas At

More information

Figure SM1: Front panel of the multipatcher software graphic user interface (GUI) at the beginning of multipatcher operation.

Figure SM1: Front panel of the multipatcher software graphic user interface (GUI) at the beginning of multipatcher operation. APPENDIX 2. Multipatcher Software Setup and Operation. The multipatcher program is organized into four panels. There are controls that allow the user to specify various parameters into the system. The

More information

Effect of Various Parameters of RBC on Oxygen Concentration in Tissues

Effect of Various Parameters of RBC on Oxygen Concentration in Tissues Journal of Mathematial Control Siene and Appliations (JMCSA) Vol. Journal 3 No. of Mathematial (July-Deember, Control 017), Siene ISSN and : 0974-0570 Appliations (JMCSA) Vol., No. 1, June 008, pp. 117-1

More information

TECHNICAL REPORT No MANNED EVALUATION OF THE CARLETON 1.3 ATA P0 2 PRIMARY ELECTRONICS ASSEMBLY WITH THE MK 16 UNDERWATER BREATHING APPARATUS

TECHNICAL REPORT No MANNED EVALUATION OF THE CARLETON 1.3 ATA P0 2 PRIMARY ELECTRONICS ASSEMBLY WITH THE MK 16 UNDERWATER BREATHING APPARATUS -^=-1 C-Z2-J I- -J E-IZ-J L- NAVY EXPERIMENTAL DIVING UNIT TECHNICAL REPORT No. 2-00 MANNED EVALUATION OF THE CARLETON 1.3 ATA P0 2 PRIMARY ELECTRONICS ASSEMBLY WITH THE MK 16 UNDERWATER BREATHING APPARATUS

More information

23th Capita Selecta Duikgeneeskunde. Amsterdam, 03/17/2018: 21 st. Century Decompression Theory

23th Capita Selecta Duikgeneeskunde. Amsterdam, 03/17/2018: 21 st. Century Decompression Theory Implementation of Dual Phase Decompression Models in Tables & Meters for technical diving 23th Capita Selecta Duikgeneeskunde Amsterdam, 03/17/2018: 21 st. Century Decompression Theory Implementation of

More information

User Manual. Heads-Up Display (HUD) DiveCAN. Mechanical Button Version

User Manual. Heads-Up Display (HUD) DiveCAN. Mechanical Button Version User Manual Heads-Up Display (HUD) Mechanical Button Version DiveCAN Table of Contents 1. Introduction...4 1.1 Features...4 2. Physical Description...5 3. Reading the PPO2...6 3.1 Modified Smither s Code...7

More information

DIVE COMPUTER.

DIVE COMPUTER. DIVE COMPUTER www.istsports.com I. General Information 1.1. Hardware Specification CONTENT II. Operational modes 2.1. General 2.2. Operational Modes Flow Chart & Functions 2.2.1. Time mode 2.2.2. Dive

More information

English. English. Predictive Multi Gas for

English. English. Predictive Multi Gas for English English Predictive Multi Gas for TABLE OF CONTENTS 1. Glossary...1 English 2. Pairing of transmitters and gas summary table...2 3. PMG menu...2 4. RBT=0min in Gas integration menu...2 5. Screen

More information

20. TDI Advanced Mixed Gas Closed Circuit Rebreather, Unit Specific, Ambient Pressure Inspiration & Evolution, Diver Course

20. TDI Advanced Mixed Gas Closed Circuit Rebreather, Unit Specific, Ambient Pressure Inspiration & Evolution, Diver Course 20. TDI Advanced Mixed Gas Closed Circuit Rebreather, Unit Specific, Ambient Pressure Inspiration & Evolution, Diver Course 20.1 Introduction This is the highest level certification course for divers wishing

More information

Deco Planner Manual. This document is written to support version November Copyright GUE INC

Deco Planner Manual. This document is written to support version November Copyright GUE INC Deco Planner Manual This document is written to support version 2.0.49 17 November 2000 Copyright GUE INC The content of the this manual is not to be copied, reproduced or passed on to any third party

More information

UHMS/NOAA DIVING PHYSICIANS COURSE US NAVY NO-DECOMPRESSION TABLES REVIEW

UHMS/NOAA DIVING PHYSICIANS COURSE US NAVY NO-DECOMPRESSION TABLES REVIEW UHMS/NOAA DIVING PHYSICIANS COURSE US NAVY NO-DECOMPRESSION TABLES REVIEW Note: Use the NOAA Air Diving Table for all questions. Question #1: You have just completed a dive to 103 fsw (31.4 msw) for 12

More information

Measurement System of Bubbly Flow Using Ultrasonic Velocity Profile Monitor and Video Data Processing Unit, (II)

Measurement System of Bubbly Flow Using Ultrasonic Velocity Profile Monitor and Video Data Processing Unit, (II) Journal of Nulear Siene and Tehnology SSN: 22-3131 (Print) 1881-1248 (Online) Journal homepage: http://www.tandfonline.om/loi/tnst2 Measurement System of Bubbly Flow Using Ultrasoni Veloity Profile Monitor

More information

D TIC 0 F U AD-A IllllllIII ELECTE f1 JUN2 71M4 DEPARTMENT OF THE NAVY

D TIC 0 F U AD-A IllllllIII ELECTE f1 JUN2 71M4 DEPARTMENT OF THE NAVY DEPARTMENT OF THE NAVY * NAVY EXPERIMENTAL DIVING UNIT 321 BU1UINCH ROAD PNAMA CrY, FLORIDA 3.24Q7-7015 D TIC 0 ELECTE f1 JUN2 71M4 NAVSEA TA89-063 IN REPLY REFER TO: 0 F U AD-A280 691 IllllllIII NAVY

More information

55.109/1. BUT: Three-way unit valve, PN 16. Sauter Components

55.109/1. BUT: Three-way unit valve, PN 16. Sauter Components 55.109/1 UT: Three-way unit valve, PN 16 How energy effiieny is improved Linear mixture and no leak losses in the ontrol passage for energy-effiient regulators. reas of appliation Regulating valve for

More information

Spring 1999 Hyperbaric Medicine Newsletter. Fellows Presentations. Saturation Diving

Spring 1999 Hyperbaric Medicine Newsletter. Fellows Presentations. Saturation Diving Spring 1999 Hyperbaric Medicine Newsletter Fellows Presentations Saturation Diving The challenge of diving ever deeper is a goal that intrigues man. The technological advances of the last century have

More information

Absorption Equilibrium and Kinetics for Ethylene-Ethane Separation with a Novel Solvent Introduction Experimental

Absorption Equilibrium and Kinetics for Ethylene-Ethane Separation with a Novel Solvent Introduction Experimental Absorption Equilibrium and Kinetis for Ethylene-Ethane Separation with a Novel Solvent Travis A. Reine, R. Brue Eldridge 2004 The University of Texas at Austin Prepared for Presentation at 2004 Annual

More information

Document Title : Air Diving Procedures Manual. Asia Divers Limited. Air Diving Procedures Manual DIV-MA Copyright

Document Title : Air Diving Procedures Manual. Asia Divers Limited. Air Diving Procedures Manual DIV-MA Copyright Asia Divers Limited Document Title : Air Diving Procedures Manual Doc. No : DIV-MA-0002 Page : 1 of 43 Rev : 0 Date : 06 th July 2001 Asia Divers Limited Air Diving Procedures Manual DIV-MA-0002 Copyright

More information

m. ANmYSIS OF RESULTS

m. ANmYSIS OF RESULTS Aordingly, the U. S. Government retains a nonexlusive, royaltyfree liense to publish Effets of Vertial Aperture on Beam Lifetime at the Advaned Photon Soure ( A P S ) Storage Ring* Hana M. Bizek Advaned

More information

Dynamic Modeling of the Water Balance in the Cathode Gas Diffusion Layer of Polymer Electrolyte Fuel Cells

Dynamic Modeling of the Water Balance in the Cathode Gas Diffusion Layer of Polymer Electrolyte Fuel Cells Dynami Modeling of the Water Balane in the Cathode Gas Diffusion Layer of Polymer Eletrolyte Fuel Cells D. Fofana, K. Agbossou, Y. Dubé, J. Hamelin This doument appeared in Detlef Stolten, Thomas Grube

More information

SOLUTIONS Homework #1

SOLUTIONS Homework #1 SOLUTIONS Homework #1 INTRODUCTION TO ENGINEERING IN MEDICINE AND BIOLOGY ECEN 1001- Fall 2003 R. Mihran Due Tuesday, 9/9/03 Question 1: a) Chapter 1 of the text discusses the fact that a significant fraction

More information

19. TDI Mixed Gas Closed Circuit Rebreather, Unit Specific, Ambient Pressure Inspiration & Evolution, Diver Course

19. TDI Mixed Gas Closed Circuit Rebreather, Unit Specific, Ambient Pressure Inspiration & Evolution, Diver Course 19. TDI Mixed Gas Closed Circuit Rebreather, Unit Specific, Ambient Pressure Inspiration & Evolution, Diver Course 19.1 Introduction This is the intermediate level certification course for divers wishing

More information

Dive Computer NEMO SPORT

Dive Computer NEMO SPORT Nemo Sport Manuale d istruzioni User s Guide Bedienungsanleitung Manuel d utilisation Manual de instrucciones Manual de instruções Gebruikershandleiding Användarinstruktioner Οδηγίες χρήσης Käyttäjän Opas

More information

Ascent to Altitude After Diving

Ascent to Altitude After Diving Ascent to Altitude After Diving On many occasions, divers have a need to ascend to a higher altitude after diving, and they need guidance on how long they need to wait before doing so. The reason they

More information

Addendum 2: Correlations of VPM-B(2), RGBM, and GF Gradients and Tensions

Addendum 2: Correlations of VPM-B(2), RGBM, and GF Gradients and Tensions Addendum : Correlations of VPM-B(), RGBM, and GF Gradients and Tensions Compartment Gradients and Tensions are Tracked Stop-by-Stop for Alternative Ascents from a min dive to ft on Trimix 8/ This addendum

More information

Investigation on the Vortex Thermal Separation in a Vortex Tube Refrigerator

Investigation on the Vortex Thermal Separation in a Vortex Tube Refrigerator doi: 1.236/sieneasia13-1874.2.31.2 SieneAsia 31 (2): 2-223 Investigation on the Vortex Thermal Separation in a Vortex Tube Refrigerator Pongjet Promvonge* and Smith Eiamsa-ard Department of Mehanial Engineering,

More information

Physics 20 Lesson 20 Uniform Circular Motion Vertical Plane

Physics 20 Lesson 20 Uniform Circular Motion Vertical Plane Physis 0 Lesson 0 Uniform Cirular Motion Vertial Plane I. Vertial uniform irular motion Refer to Pearson pages 60 to 64 for a disussion about irular motion. So far we hae onsidered uniform irular motion

More information

Role of lipids in the maintenance of neutral buoyancy by zooplankton

Role of lipids in the maintenance of neutral buoyancy by zooplankton MARINE ECOLOGY PROGRESS SERIES Vol. 263: 93 99, 2003 Published November 28 Mar Eol Prog Ser Role of lipids in the maintenane of neutral buoyany by zooplankton R. W. Campbell*, J. F. Dower Shool of Earth

More information

Headwater elevation water surface elevation just. Tailwater elevation water surface elevation just

Headwater elevation water surface elevation just. Tailwater elevation water surface elevation just : Culvert Hydraulis Bob Pitt University of Alabama and Sirley Clark Penn State - Harrisburg Culvert Flow Culvert Systems Culverts typially used in roadway rossings and detention pond outlets. Headwater

More information

Effect of the concentration distribution on the gaseous deflagration propagation in the case of hydrogen/oxygen mixture

Effect of the concentration distribution on the gaseous deflagration propagation in the case of hydrogen/oxygen mixture Effet of the onentration distribution on the gaseous deflagration propagation in the ase of hydrogen/oxygen mixture Isabelle Sohet, Philippe Gillard, Florent Guelon To ite this version: Isabelle Sohet,

More information

DECOMPRESSION FROM He-N 2 -O 2 (TRIMIX) BOUNCE DIVES IS NOT MORE EFFICIENT THAN FROM He-O 2 (HELIOX) BOUNCE DIVES

DECOMPRESSION FROM He-N 2 -O 2 (TRIMIX) BOUNCE DIVES IS NOT MORE EFFICIENT THAN FROM He-O 2 (HELIOX) BOUNCE DIVES Navy Experimental Diving Unit 321 Bullfinch Road Panama City, FL 32407-7015 TA 13-04 NEDU TR 15-04 May 2015 DECOMPRESSION FROM He-N 2 -O 2 (TRIMIX) BOUNCE DIVES IS NOT MORE EFFICIENT THAN FROM He-O 2 (HELIOX)

More information