How Linux Helped to Salvage the Kursk

Size: px
Start display at page:

Download "How Linux Helped to Salvage the Kursk"

Transcription

1 How Linux Helped to Salvage the Kursk Paper 1 for the NLUUG Autumn Conference 2002 by Torsten Finke Ingenieurgemeinschaft IgH Essen, Germany 1 Revision: 1.2, Date: 2002/09/22 12:27:45

2 The Accident On August 12, 2000 aboard the russian nuclear driven submarine Kursk took place an enourmous accident. A torpedo has exploded inside the ship. This disaster caused such heavy damages, that the submarine sank. In this tragedy all 118 saylors have lost their lives. From then the boat lay 108 meters deep in the Barents Sea at east and north. Still in 2000 the russian gouvernment decided, that the Kursk should be salvaged. This project was scheduled til September Under coordination of the dutch consortium Smit Mammoet several companies worked together in this complex and extremely short-timed project. Usually autumn is the deadline for offshore work at that area because of very rough and bad weather conditions. How to lift a Submarine? The lifting concept suggested by Smit Mammoet was in fact quite simple. They planned to use a pontoon, the barge Giant 4 in this case, connect some strands from the pontoon to the wreck and lift it by hydraulic power. This concept is shown in figure 1. Seems easy, but there were some details, that were a little bit difficult. The dimensions of the submarine are gigantic. It s length was 158 meter, height by width was 11 by 16 meters. The weight was about tons plus the water inside of about tons, that would work not as heavy but as inertial mass. The wreck had no mounting points, naturally. So the hull had to be drilled to get 26 holes to fix the strands grippers in. On each mounting point 54 strands of steel have been used, each of 20 mm diameter. The barge was moving up and down driven by the waves, while the wreck lay fixed to the ground. So the strands were stressed by each single movement. Every wave put a hitch on the strands. To avoid such overload, so called heave compensators were used. They are a kind of spring, but not made of steel. Actually they where huge cylinders filled with high pressure nitrogen. There were four of these gas springs on top of each of the 26 mounting points. The cylinders, see figure 2 for an impression, had 4 meters length and 0.5 meter diameter. This bundle was connected to a couple of 128 bottles of 50 litres each. The nitrogen pressure should be up to 160 bar. In whole the volume was about litres, controlled by more than 700 valves, and so the system probably was the biggest high pressure system ever built. It was the question to the author of this little article, how such a system would behave.

3 lifting cylinder heave compensators pontoon Giant 4 strands Kursk Figure 1: The Lifting Concept The combination of heave compensation and hydraulic lifting units needed a control system. Hundreds of sensors measuring stroke, pressure, temperature and many more actuators had to be driven. No one has done such a job ever before. So it seemed to be very useful to train the operators who would do the actual job. Therefore a simulation system was needed. Besides that fundamental problems there were some other: What would be the suction force at the ground? How could one join the wreck to the barge without damage? How to mount the grippers? In which sequence? How to deal with oscillations? What about resonances? How to distribute the mounting points load?

4 Figure 2: Huge Heave Compensator Calculation and Simulation The first time the author and his colleages joined the project they had to calculate the mechanical behaviour of the huge gas springs. It s spring rate unfortunately varies because of the thermodynamical properties of the gas inside nitrogen. Also one had to calculate heat effects, since gases change their temperature by varying pressure. And finally there were several friction effects, for example caused by pipe flow. We had some calculation routines for that purpose, written for GNU-octave by John Eaton, a very powerful numeric calculation system, run best on Unix-like operating systems. So our Linux boxes ran day and night for lots of calculations for many different parameters. Presenting the results, the question came about the mechanical behaviour of barge and wreck, because until then no one knew the actual movements and forces. It was decided to build a full simulation system, describing: the forces and reactions between barge and seawaves,

5 forces and movements of the submarine, movements of each of the 26 heave compensators, the hole system of actuators and sensors. The simulation model should be able to describe most of the effects, that were considered to take place. So it had to be fully threedimensional describing all six degrees of freedom of all moving bodies. Also hundreds of pressures and forces had to calculated. The influence of the waveloads unfortunately is signifacantly not linear. Usually this is calculated by very complex finite element solvers, but those are to slow for real time simulation, so we needed high quality approximation. We had great luck having Professor Sharma form the Mercator University in Duisburg, Germany, as a consultant. He helped us building a fine hydromechanical model and teached us almost all we know now about the mechanics of ships in water. Hard work followed. The simulation system had been built by a set of several hundred differential equations, that had to be solved at least in real time because the simulation system should also be used for training purposes and finally as a lifting monitor. We decided to use Matlab/Simulink by Mathworks as the solver system. It comes with a nice grapical user interface and provides interfaces to procedures coded in C or Fortran. For efficiency reasons the equations themselve have been written in C. The code grew to nearly lines in three months. Have I mentioned, that we used the GNU C Compiler gcc and all his friends as gmake, gdb, gprof and so on? Relieing on such best proven high quality software engineering tools, we succeeded in building a model that described mother natures behaviour with only little mistake. That has been proven by russian engineers, who have come to visit the trainings and to compare our model against their own tests and calculations. Control and Communication During simulation developement colleages of the dutch company Raster built up a control system especially for the heave compensation system. They decided to use ModBus+, a bus driven protocol that is also defined in the TCP/IP domain. So we could easily connect the simulation model to the Raster control system. For this purpose we used a little TCP/IP server written in Perl, which once more demonstrated it s enourmous reliability and efficiency. Since the developement of the simulation system and the control system took place on different locations, we connected the systems by network and even by the internet, that worked fine, but allowed only tests due to it s limited bandwidth.

6 The control and communication concept is shown in figure 3. Each mount point has got it s own local control station. They were connected to their main computer, located in the control center, by a redundant ModBus+ network. In the control center there were five computers, that had been installed identically with a dual boot option to run Linux or Windows 2k respectively. Each of them could work as main control computer or as simulation system. Usually two or three of them were used as control stations and the one or two other ones ran as simulators. The connection between local control units on deck or simulation system to the control computer could be switched by software. So it was possible to do some simulations during the lifting process in a nearly identical environment. main computer visualisation, control (Delphi) 26 local controllers on deck software switch data and commands TCP/IP network ModBus+ redundant network fieldbus driver data... buffer ethernet nic ModBus+ redundant network TCP/IP network (ethernet) simulation computer (Linux) dual boot SIMULINK simulation Perl server... data buffer IPC (shared memory) Figure 3: Control Concept The situation during training and aboard the barge saw a standard ethernet local area network combining a heterogenous system of operating systems. The simulation system was still running under Linux, while the graphical user interfaces of the heave control and the lifting systems have been run under Windows 2k. The simulation system had a communication interface, that worked via System V inter process communication. This interface can be seen as an array of input and

7 output channels from or to the control system. So this array was just represented by a linear structure in memory space. This simple approach for a communication interface allowed the straight developement of the simulation without any influences from other applications. The communication process was kept apart to a TCP/IP server, that was responsible for all networking communication to the ModBus+ domain. During accelerated simulations the net load could grow to reasonable values. The server written in Perl connected itself to the IPC segment owned by the simulation process. On the other hand it served the requests from the control system. We observed up to requests per second. Some say, that IPC is heavily outdated. It has some unpleasant properties concerning timing and security. Also it s portability is problematic. Fortunately our network was declared secure, since there was no further connection to the world outside. It s functionality is great, if run under Linux. But mainly the developement time is short. And time was the most rare ressource! Reality versus Simulation Using the simulation system one may define a complete salvage situation: weather: given by temperature, wave period time, wave height and direction; submarine: given weight, water mass inside, ground suction force; accident: broken strands, deflated or crashed cylinder, etc. The operators display allowed to define all those relevant parameters as can be seen from the snapshot in figure 4. During simulation the simulation operator may change weather conditions or let an accident take place. The control system operators had to decide about several items: pressure inside each cylinder group; filling or bleeding cylinders; balancing the mount points loads. For example at the start of the lifting phase a force greater than the suction force must be used, but after detaching from ground the submarine may not flip up thus damaging the cylinders! So the gas pressure and the strand forces had to be adjusted very precisely.

8 Figure 4: Snapshot from the Simulation Display The control operators on their displays always saw the main important informations: loads, pressures, strokes, pitch and so on. A snapshot from this can be seen in figure 5. The design of those displays was built due to security and ergonomics. For example it was impossible to change a dangerous setting (for instance some pressure) by erroneously input decimal points. On the other hand the operators should be able to work lots of hours on the system having the most realistic idea of whats going on. Training After the simulation has been proven by russian engineers, the operators started the training phase. For two weeks they learned to handle the enormously complex instrumentary keeping in mind, that they would only have one chance to do the job. First there was little success: the wreck flipped around, it got unbalanced, cylinders

9 Figure 5: Snapshot from the Simulation Display crashed and so on. But by more and more exercises they got a feeling about the behaviour of the systems parts. They became quite optimistic and went towads the Giant 4 on September 12, 2001, a remarkable date to all of us. The trainings were continued aboard while divers did great work in preparing the wreck. They drilled not only 26 holes of 800 mm diameter into the hull of best steel, but also they cut off the totally damaged bow. The training became realistic, when the team began to fix the grippers in the submarines mount points. This took quite a long time and the weather conditions became bad. Some storms disturbed the work that became more and more dangerous. Finally all grippers were mounted, all cylinders working, each eight seconds moving up and down for nearly three meters. Now the team had to wait for calmer weather.

10 Lift and Success Much time had gone and the probability of good weather decreased day by day. Then on October 8, 2001, the abating storm and only low waves gave a last chance. During the night the team started the lifting process. Fortunately the suction forces were much lower than expected. The lifting system worked under full power without any problems. After nearly six hours the lifting was stopped at half the way. The team checked all the instruments and apparatus. They proved all the processes parameters and found it quite fine. Then they continued the lifting until the submarine joined the barge without any problems, that had been seriously discussed before. Still in calm weather the barge with the submarine connected under it s keel was towed to Rosljakovo near Murmansk. Several days later the Giant and the Kursk could be arranged to a dry dock after some difficulties and the Kursk finally appeared from the dark waters, see figure 6. Figure 6: Kursk emerging

11 Resume The salvage of the Kursk has become a story with happy end, because all the people involved did great work and finally had much luck. Doing a big job one has to have best tools. And one one of them was Linux, an operating system designed not to cause problems but to solve them reliably. Once more it s ingenious Unx-style concept combined with the well known high quality GNU components convinced definitely. Remembrance Despite of the success of the Kursk salvage we remember the 118 sailors who died in that tragedy at the Barents Sea on August 12, Our sympathy is dedicated to their relatives.

MEGAS 2.0. Gas analysis with direct C-Level Calculation and Bus-Connection. Data sheet

MEGAS 2.0. Gas analysis with direct C-Level Calculation and Bus-Connection. Data sheet Data sheet MEGAS 2.0 Gas analysis with direct C-Level Calculation and Bus-Connection Mesa Industrie-Elektronik GmbH Neckarstraße 19, D-45768 Marl info@mesa-gmbh.de +49 (0) 2365-97 45 1-0 +49 (0) 2365-97

More information

FREE MOTION SIMULATION OF A SAILING YACHT IN UP-WIND CONDITION WITH ROUGH SEA

FREE MOTION SIMULATION OF A SAILING YACHT IN UP-WIND CONDITION WITH ROUGH SEA STAR European Conference 2010 London, 22-23 March FREE MOTION SIMULATION OF A SAILING YACHT IN UP-WIND CONDITION WITH ROUGH SEA G. Lombardi, M. Maganzi, A. Mariotti Dept. of Aerospace Engineering of Pisa

More information

ACCURATE PRESSURE MEASUREMENT FOR STEAM TURBINE PERFORMANCE TESTING

ACCURATE PRESSURE MEASUREMENT FOR STEAM TURBINE PERFORMANCE TESTING ACCURATE PRESSURE MEASUREMENT FOR STEAM TURBINE PERFORMANCE TESTING Blair Chalpin Charles A. Matthews Mechanical Design Engineer Product Support Manager Scanivalve Corp Scanivalve Corp Liberty Lake, WA

More information

AUTOMATIC HOSE TEST UNIT, TYPE SPU

AUTOMATIC HOSE TEST UNIT, TYPE SPU VALVES AND FITTINGS UP TO 14,000 BAR TEST AND CONTROL EQUIPMENT H IGH PRESSURE TECHNOLOGY AUTOMATIC HOSE TEST UNIT, TYPE SPU Pressure range from 1 up to 10,000 bar User-friendly touch panel operation HIGH-PRESSURE

More information

PIG MOTION AND DYNAMICS IN COMPLEX GAS NETWORKS. Dr Aidan O Donoghue, Pipeline Research Limited, Glasgow

PIG MOTION AND DYNAMICS IN COMPLEX GAS NETWORKS. Dr Aidan O Donoghue, Pipeline Research Limited, Glasgow PIG MOTION AND DYNAMICS IN COMPLEX GAS NETWORKS Dr Aidan O Donoghue, Pipeline Research Limited, Glasgow A model to examine pigging and inspection of gas networks with multiple pipelines, connections and

More information

Gerald D. Anderson. Education Technical Specialist

Gerald D. Anderson. Education Technical Specialist Gerald D. Anderson Education Technical Specialist The factors which influence selection of equipment for a liquid level control loop interact significantly. Analyses of these factors and their interactions

More information

Salvaging the past to save the future

Salvaging the past to save the future Salvaging the past to save the future 30 MAMMOET WORLD Issue 13 2014 In 1946, the US Army transport ship, the Zalinski, was on its final journey. The vessel had served for almost three decades and all

More information

Effect of floating bridge vertical motion on vehicle ride comfort and road grip. Dragan Sekulic, Postdoctoral Researcher

Effect of floating bridge vertical motion on vehicle ride comfort and road grip. Dragan Sekulic, Postdoctoral Researcher Effect of floating bridge vertical motion on vehicle ride comfort and road grip Dragan Sekulic, Postdoctoral Researcher GOALS OF INVESTIGATION LOADS: WIND+WAVES BRIDGE (VERTICAL) MOTION DRIVER, VEHICLE

More information

Courses of Instruction: Controlling and Monitoring of Pipelines

Courses of Instruction: Controlling and Monitoring of Pipelines Courses of Instruction: Controlling and Monitoring of Pipelines Date December 2010 Dr. Peter Eschenbacher Partner Angergraben 4 85250 Altomünster Germany Tel. +49-(0)8254 / 99 69 57 Fax +49-(0)8254 / 99

More information

Distributed Control Systems

Distributed Control Systems Unit 41: Unit code Distributed Control Systems M/615/1509 Unit level 5 Credit value 15 Introduction With increased complexity and greater emphasis on cost control and environmental issues, the efficient

More information

AUTOMATIC DREDGING PROFILE AND CONTOUR CONTROL

AUTOMATIC DREDGING PROFILE AND CONTOUR CONTROL AUTOMATIC DREDGING PROFILE AND CONTOUR CONTROL Jay Wise 1 ABSTRACT Phillips and Jordan, a leading excavating and disaster recovery contractor, was faced with the challenge to manage a civil contract involving

More information

ERZ 2000-NG Flow Computer

ERZ 2000-NG Flow Computer ERZ 2000-NG Flow Computer With decades of natural gas measurement experience, RMG has developed the ERZ 2000-NG an approved and best-in-class gas flow measurement solution for all areas of gas volume conversion.

More information

The University of Hong Kong Department of Physics Experimental Physics Laboratory

The University of Hong Kong Department of Physics Experimental Physics Laboratory The University of Hong Kong Department of Physics Experimental Physics Laboratory PHYS2260 Heat and Waves 2260-1 LABORATORY MANUAL Experiment 1: Adiabatic Gas Law Part A. Ideal Gas Law Equipment Required:

More information

A STUDY OF THE LOSSES AND INTERACTIONS BETWEEN ONE OR MORE BOW THRUSTERS AND A CATAMARAN HULL

A STUDY OF THE LOSSES AND INTERACTIONS BETWEEN ONE OR MORE BOW THRUSTERS AND A CATAMARAN HULL A STUDY OF THE LOSSES AND INTERACTIONS BETWEEN ONE OR MORE BOW THRUSTERS AND A CATAMARAN HULL L Boddy and T Clarke, Austal Ships, Australia SUMMARY CFD analysis has been conducted on a 100m catamaran hull

More information

Developments on Flow Rate And High Pressure Stability of Peroxide Dosing Pumps For The Chemical Industry

Developments on Flow Rate And High Pressure Stability of Peroxide Dosing Pumps For The Chemical Industry Developments on Flow Rate And High Pressure Stability of Peroxide Dosing Pumps For The Chemical Industry Franz Trieb, Reinhard Karl, Rene Moderer Bohler Hochdrucktechnik GmbH Kapfenberg, Austria www.bhdt.at

More information

Advanced Training for DP Operators

Advanced Training for DP Operators Return to Session Directory DYNAMIC POSITIONING CONFERENCE October 7-8, 2008 Training Advanced Training for DP Operators Is it time? What should it look like? How could it be used? Douglas C. Olson Converteam

More information

The Process of Compression and The Action of Valves in Connection with the Dynamics of Gas in A Pipe

The Process of Compression and The Action of Valves in Connection with the Dynamics of Gas in A Pipe Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 1976 The Process of Compression and The Action of Valves in Connection with the Dynamics

More information

CFD Simulation and Experimental Validation of a Diaphragm Pressure Wave Generator

CFD Simulation and Experimental Validation of a Diaphragm Pressure Wave Generator CFD Simulation and Experimental Validation of a Diaphragm Pressure Wave Generator T. Huang 1, A. Caughley 2, R. Young 2 and V. Chamritski 1 1 HTS-110 Ltd Lower Hutt, New Zealand 2 Industrial Research Ltd

More information

IBEDA GAS MIXERS HIGHEST PRECISION FOR YOUR WELDING AND CUTTING PROCESSES

IBEDA GAS MIXERS HIGHEST PRECISION FOR YOUR WELDING AND CUTTING PROCESSES IBEDA GAS MIXERS HIGHEST PRECISION FOR YOUR WELDING AND CUTTING PROCESSES GAS SAFETY ENGINEERING GAS MANIFOLD SYSTEMS AUTOGENOUS ENGINEERING FLAME SPRAYING GAS MIXERS IBEDA GAS MIXERS FOR MANY AREAS OF

More information

GAS INJECTION TECHNOLOGY GIT

GAS INJECTION TECHNOLOGY GIT GAS INJECTION TECHNOLOGY GIT Innovative and complete solutions ECONOMICAL modular RELIABLE BAUER KOMPRESSOREN offer Gas Injection Technology as a solution to the problems of plastic part production. The

More information

HYDRAULICS. H89.8D - Hydraulic Bench

HYDRAULICS. H89.8D - Hydraulic Bench HYDRAULICS H89.8D - Hydraulic Bench 1. General The H89.8D and ancillary equipment have been developed to provide a comprehensive range of experiments in fluid mechanics. The bench is of robust construction

More information

RIGID RISERS FOR TANKER FPSOs

RIGID RISERS FOR TANKER FPSOs RIGID RISERS FOR TANKER FPSOs Stephen A. Hatton 2H Offshore Engineering Ltd. SUMMARY Recent development work on the subject of dynamic rigid (steel pipe) risers demonstrates that their scope of application

More information

Steam Turbine Performance Measurement. Pressure Measurement

Steam Turbine Performance Measurement. Pressure Measurement Steam Turbine Performance Measurement Pressure Measurement General Description Pressure losses can be determined by measuring pressures at various stages of the steam turbine cycle operating under load

More information

AC : MEASUREMENT OF HYDROGEN IN HELIUM FLOW

AC : MEASUREMENT OF HYDROGEN IN HELIUM FLOW AC 2010-2145: MEASUREMENT OF HYDROGEN IN HELIUM FLOW Randy Buchanan, University of Southern Mississippi Christopher Winstead, University of Southern Mississippi Anton Netchaev, University of Southern Mississippi

More information

Inflatable Packer Single & Double. Single & Double Packer Dimension. Wireline Packer. Water Testing Packer (WTP) Packer

Inflatable Packer Single & Double. Single & Double Packer Dimension. Wireline Packer. Water Testing Packer (WTP) Packer Inflatable Packer Single & Double Single & Double Packer Dimension Wireline Packer Water Testing Packer (WTP) Packer Packer Working Pressure & Depth Chart Packer Water Hand Pump Packer Air Driven Pump

More information

Portlight Construction

Portlight Construction Portlight Construction Version 2, dated 28 th June 2012 Contents Opening Portlights - Requirements... 2 Opening Portlights Design Parameters... 2 An Opening Portlight Design... 3 Making the Opening Portlight

More information

LT GasAnalyzer. LT GasAnalyzer Page 1 of 6

LT GasAnalyzer. LT GasAnalyzer Page 1 of 6 LT GasAnalyzer LT GasAnalyzer Page 1 of 6 LT GasAnalyzer Disturbances in the protective gas supply can cause production losses or affect product quality. In the worst case, it even can endanger life and

More information

Lifespan Improvements Available in the Industry

Lifespan Improvements Available in the Industry Refining Actuator Systems and Their Reliability, Lifespan Improvements Available in the Industry League City, TX, April 12-15, 2010 Philip Black, Director pbblack@earthlink.net 1 Extending the Lifespan

More information

TSPC. Computer Controlled Saturation Pressure Unit, with SCADA. Key features: For more information about Key Features, click here. EDIBON SCADA System

TSPC. Computer Controlled Saturation Pressure Unit, with SCADA. Key features: For more information about Key Features, click here. EDIBON SCADA System Engineering and Technical Teaching Equipment Computer Controlled Saturation Pressure Unit, with SCADA TSPC Teaching Technique used EDIBON SCADA System 1 Unit: TSPC. Computer Controlled Saturation Pressure

More information

CONTROL VALVE TESTING

CONTROL VALVE TESTING The optimal functioning of the Control valve not only exists of sufficient body & seat tightness, but more important, the total "performance" of the valve and its controls! For an accurate and reliable

More information

Drift-Chamber Gas System Controls Development for the CEBAF Large Acceptance Spectrometer

Drift-Chamber Gas System Controls Development for the CEBAF Large Acceptance Spectrometer Drift-Chamber Gas System Controls Development for the CEBAF Large Acceptance Spectrometer M. F. Vineyard, T. J. Carroll, and M. N. Lack Department of Physics University of Richmond, VA 23173 ABSTRACT The

More information

Dynamic Positioning: Method for Disaster Prevention and Risk Management

Dynamic Positioning: Method for Disaster Prevention and Risk Management Available online at www.sciencedirect.com ScienceDirect Procedia Earth and Planetary Science 11 ( 2015 ) 216 223 Global Challenges, Policy Framework & Sustainable Development for Mining of Mineral and

More information

Vortex Meters for Liquids, Gas, and Steam

Vortex Meters for Liquids, Gas, and Steam A Measuring Principle Comes of Age: Vortex Meters for Liquids, Gas, and Steam Dipl.-Hyd. Oliver Seifert, Product Management Vortex Meters at Flowtec AG, and Ellen-Christine Reiff, M.A., Editor s Office,

More information

2. Determine how the mass transfer rate is affected by gas flow rate and liquid flow rate.

2. Determine how the mass transfer rate is affected by gas flow rate and liquid flow rate. Goals for Gas Absorption Experiment: 1. Evaluate the performance of packed gas-liquid absorption tower. 2. Determine how the mass transfer rate is affected by gas flow rate and liquid flow rate. 3. Consider

More information

Heat Engine. Reading: Appropriate sections for first, second law of thermodynamics, and PV diagrams.

Heat Engine. Reading: Appropriate sections for first, second law of thermodynamics, and PV diagrams. Heat Engine Equipment: Capstone, 2 large glass beakers (one for ice water, the other for boiling water), temperature sensor, pressure sensor, rotary motion sensor, meter stick, calipers, set of weights,

More information

Series 7250 Ruska High-Speed Digital Pressure Controller. GE Sensing. Features

Series 7250 Ruska High-Speed Digital Pressure Controller. GE Sensing. Features Features Pressure ranges from 0 to 5 and 0 to 3000 psi (0 to 400 mbar and 0 to 210 bar) xi and 7250i provide advanced precision of 0.005% of reading provides 0.003% of full scale precision Stability: 0.0075%

More information

(Refer Slide Time: 1:22)

(Refer Slide Time: 1:22) Foundation for Offshore Structures Professor S. Nallayarasu Department of Ocean Engineering Indian Institute of Technology Madras Module 1 Lecture 17 Pile Installation 2 Anyway we will continue with pile

More information

Pile Gripper Systems

Pile Gripper Systems Pile Gripper Systems Accurate positioning and restraint of offshore construction piles + + Accurate handling of piles up to 8.0m in diameter + + Pile positioning and adjustment within large envelopes +

More information

Advanced Applications in Naval Architecture Beyond the Prescriptions in Class Society Rules

Advanced Applications in Naval Architecture Beyond the Prescriptions in Class Society Rules Advanced Applications in Naval Architecture Beyond the Prescriptions in Class Society Rules CAE Naval 2013, 13/06/2013 Sergio Mello Norman Neumann Advanced Applications in Naval Architecture Introduction

More information

Dynamic Positioning Control Augmentation for Jack-up Vessels

Dynamic Positioning Control Augmentation for Jack-up Vessels DYNAMIC POSITIONING CONFERENCE October 9-10, 2012 Design and Control Session Dynamic Positioning Control Augmentation for Jack-up Vessels By Bradley Deghuee L-3 Communications 1 Introduction Specialized

More information

The Discussion of this exercise covers the following points:

The Discussion of this exercise covers the following points: Exercise 3-2 Orifice Plates EXERCISE OBJECTIVE In this exercise, you will study how differential pressure flowmeters operate. You will describe the relationship between the flow rate and the pressure drop

More information

ME 333 Fluid Mechanics. Lab Session VISCOUS LOSSES IN PIPES

ME 333 Fluid Mechanics. Lab Session VISCOUS LOSSES IN PIPES ME 333 Fluid Mechanics Lab Session VISCOUS LOSSES IN PIPES Introduction Flow in pipes, laminar or turbulent, is subject to pressure losses that result from the viscous stresses on the wall of the pipe.

More information

485 Annubar Primary Flow Element Installation Effects

485 Annubar Primary Flow Element Installation Effects ROSEMOUNT 485 ANNUBAR 485 Annubar Primary Flow Element Installation Effects CONTENTS Mounting hole diameter Alignment error Piping Geometry Induced Flow Disturbances Pipe reducers and expansions Control

More information

Rescue Rover. Robotics Unit Lesson 1. Overview

Rescue Rover. Robotics Unit Lesson 1. Overview Robotics Unit Lesson 1 Overview In this challenge students will be presented with a real world rescue scenario. The students will need to design and build a prototype of an autonomous vehicle to drive

More information

The importance of t. Gordon Craig, Coerver Coaching Director

The importance of t. Gordon Craig, Coerver Coaching Director Gordon Craig, Coerver Coaching Director The importance of t Inspired by the ideas of the Dutch coach, Wiel Coerver in the 60 s, that all the great skills from the top players at the time could be taught

More information

GP1 & GP2. Electropneumatic Regulators FOR PRESSURE CONTROL TO 1,000 PSI

GP1 & GP2. Electropneumatic Regulators FOR PRESSURE CONTROL TO 1,000 PSI GP1 & GP2 Electropneumatic Regulators FOR PRESSURE CONTROL TO 1, PSI GP1 & GP2 Functional Description The GP series control valve is an electronic pressure regulator designed to precisely control the pressure

More information

Study of Passing Ship Effects along a Bank by Delft3D-FLOW and XBeach1

Study of Passing Ship Effects along a Bank by Delft3D-FLOW and XBeach1 Study of Passing Ship Effects along a Bank by Delft3D-FLOW and XBeach1 Minggui Zhou 1, Dano Roelvink 2,4, Henk Verheij 3,4 and Han Ligteringen 2,3 1 School of Naval Architecture, Ocean and Civil Engineering,

More information

GRUNDFOS CRE range. Customised pump solutions Optimised for water treatment

GRUNDFOS CRE range. Customised pump solutions Optimised for water treatment GRUNDFOS CRE range Customised pump solutions Optimised for water treatment Get upgraded. Twice. A double upgrade for water treatment Your first upgrade: The CRE with three-phase motors You already know

More information

WAVE IMPACTS DUE TO STEEP FRONTED WAVES

WAVE IMPACTS DUE TO STEEP FRONTED WAVES WAVE IMPACTS DUE TO STEEP FRONTED WAVES Bas Buchner and Arjan Voogt Maritime Research Institute Netherlands (MARIN) b.buchner@marin.nl, a.j.voogt@marin.nl INTRODUCTION It is the question whether Rogue

More information

Modelling of Pressurised Pipes within InfoWorks ICM and CS

Modelling of Pressurised Pipes within InfoWorks ICM and CS Modelling of Pressurised Pipes within InfoWorks ICM and CS 1. Introduction Correctly modelling pressurised pipes, variously described as forcemains or rising mains, can be one of the more difficult aspects

More information

Safety Manual. Process pressure transmitter IPT-1* 4 20 ma/hart. Process pressure transmitter IPT-1*

Safety Manual. Process pressure transmitter IPT-1* 4 20 ma/hart. Process pressure transmitter IPT-1* Safety Manual Process pressure transmitter IPT-1* 4 20 ma/hart Process pressure transmitter IPT-1* Contents Contents 1 Functional safety 1.1 General information... 3 1.2 Planning... 4 1.3 Instrument parameter

More information

DIVERLESS SUBSEA HOT TAPPING OF PRODUCTION PIPELINES

DIVERLESS SUBSEA HOT TAPPING OF PRODUCTION PIPELINES DIVERLESS SUBSEA HOT TAPPING OF PRODUCTION PIPELINES Dale Calkins Senior Project Engineer, TD Williamson Inc Biography Dale Calkins joined TD Williamson Inc in November of 1999 after working as a consulting

More information

7. TDI Advanced Wreck Diver Course

7. TDI Advanced Wreck Diver Course 7. TDI Advanced Wreck Diver Course 7.1 Introduction This course provides training and experience to competently conduct advanced wreck dives. This program includes penetration skills and techniques. Depths

More information

09 - Choosing /sizing a cylinder and valve

09 - Choosing /sizing a cylinder and valve - Choosing /sizing a cylinder and valve - Pipe flow resistence - Valve sizing - Cylinder sizing LII PIPE FLOW RESISTENCE Flow rate Qn Flow rate is calculated as the volume at normal conditions ( atmospheric

More information

1. Functional description. Application program usage. 1.1 General. 1.2 Behavior on bus voltage loss and bus voltage. 1.

1. Functional description. Application program usage. 1.1 General. 1.2 Behavior on bus voltage loss and bus voltage. 1. Application program usage product family: Product type: Manufacturer: Name: Order-No.: Valve actuators Constant valve actuator Siemens Valve actuator AP 562/02 5WG1 562-7AB02 Commissioning For commissioning

More information

Yokogawa Systems and PCI Training

Yokogawa Systems and PCI Training Yokogawa Systems and PCI Training 09 th December 2014 Nico Marneweck 082 883 2652 Kallie Bodenstein 083 226 2787 Marco Coccioni 072 409 5779-1 - Introduction Training customised for the South Africa Industrial

More information

FAQ MOTS (Momac-Offshore-Transfer-System):

FAQ MOTS (Momac-Offshore-Transfer-System): FAQ MOTS (Momac-Offshore-Transfer-System): Features of the boat/vessel needed to carry MOTS: What is the recommended vessel technology for MOTS? MOTS can be installed on every vessel type. MOTS minimum

More information

Flow and Energy Measurement F-5400 THERMAL MASS FLOW METER

Flow and Energy Measurement F-5400 THERMAL MASS FLOW METER THERMAL MASS FLOW METER s Series Thermal Mass Flow Meters provide accurate and reliable flow measurement for natural gas, compressed air, and other industrial gas applications. Natural Gas Compressed Air

More information

Modal Analysis of Propulsion Shafting of a 48,000 tons Bulk Carrier

Modal Analysis of Propulsion Shafting of a 48,000 tons Bulk Carrier Modal Analysis of Propulsion Shafting of a 48,000 tons Bulk Carrier Zixin Wang a Dalian Scientific Test and Control Technology Institute. 16 Binhai Street. Dalian, 116013, China. Abstract a wangzixin_1@163.com

More information

Using MATLAB with CANoe

Using MATLAB with CANoe Version 2.0 2017-03-09 Application Note AN-IND-1-007 Author Restrictions Abstract Vector Informatik GmbH Public Document This application note describes the usage of MATLAB /Simulink combined with CANoe.

More information

RICK FAUSEL, BUSINESS DEVELOPMENT ENGINEER TURBOMACHINERY CONTROL SYSTEM DESIGN OBJECTIVES

RICK FAUSEL, BUSINESS DEVELOPMENT ENGINEER TURBOMACHINERY CONTROL SYSTEM DESIGN OBJECTIVES RICK FAUL, BUSINESS DEVELOPMENT ENGINEER TURBOMACHINERY CONTROL SYSTEM DESIGN OBJECTIVES The primary design objective for any turbomachinery control system should be to maintain or maximize machine and

More information

IST-203 Online DCS Migration Tool. Product presentation

IST-203 Online DCS Migration Tool. Product presentation IST-203 Online DCS Migration Tool Product presentation DCS Migration Defining the problem Table of contents Online DCS Migration Tool (IST-203) Technical background Advantages How to save money and reduce

More information

Phuel Portable Control Units

Phuel Portable Control Units Phuel Portable PCE Control Unit Pressure Test Unit c/w Chart Recorder Triple Wireline BOP The Phuel range of Air Driven Portable provide all the control functions required for well intervention operations

More information

FRDS GEN II SIMULATOR WORKBOOK

FRDS GEN II SIMULATOR WORKBOOK FRDS GEN II SIMULATOR WORKBOOK Trotter Control Inc 2015 Document# Revision Revised 9001-0038 FRDS GEN II Simulator Workbook E 02/15/2015 by DC FRDS GEN II Simulator Workbook This workbook is a follow-on

More information

The OTSS System for Drift and Response Prediction of Damaged Ships

The OTSS System for Drift and Response Prediction of Damaged Ships The OTSS System for Drift and Response Prediction of Damaged Ships Shoichi Hara 1, Kunihiro Hoshino 1,Kazuhiro Yukawa 1, Jun Hasegawa 1 Katsuji Tanizawa 1, Michio Ueno 1, Kenji Yamakawa 1 1 National Maritime

More information

Correlation Between the Fluid Structure Interaction Method and Experimental Analysis of Bending Stress of a Variable Capacity Compressor Suction Valve

Correlation Between the Fluid Structure Interaction Method and Experimental Analysis of Bending Stress of a Variable Capacity Compressor Suction Valve Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 24 Correlation Between the Fluid Structure Interaction Method and Experimental Analysis

More information

THE IMPACT OF PRESSURE AND SUCTION WAVES ON INSTALLED COMPONENTS, WITH PARTICULAR REFERENCE TO ENCLOSURES IN RAILWAY TUNNELS

THE IMPACT OF PRESSURE AND SUCTION WAVES ON INSTALLED COMPONENTS, WITH PARTICULAR REFERENCE TO ENCLOSURES IN RAILWAY TUNNELS - 260 - THE IMPACT OF PRESSURE AND SUCTION WAVES ON INSTALLED COMPONENTS, WITH PARTICULAR REFERENCE TO ENCLOSURES IN RAILWAY TUNNELS ABSTRACT Heiko Holighaus Rittal Communication Systems, Haiger, Germany

More information

Two-way Fluid Structure Interaction (FSI) Analysis on the Suction Valve Dynamics of a Hermetic Reciprocating Compressor

Two-way Fluid Structure Interaction (FSI) Analysis on the Suction Valve Dynamics of a Hermetic Reciprocating Compressor Volume 118 No. 18 2018, 4241-4252 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Two-way Fluid Structure Interaction (FSI) Analysis on the Suction

More information

Edit this text for your title

Edit this text for your title Edit this text for your title MEK 4450 Marine Operations Edit this text for your sub-title Presenter name, location, date etc. Kværner ASA / DNV, Fall 2013 Lesson 2/3 Lift phases Load out Transportation

More information

Features. Main Voltage: Vdc. Input Control Signal: 0-5 Vdc or 4-20 madc (Sourcing) Monitor Output Voltage: 0-5 Vdc or 4-20 madc (Sourcing)

Features. Main Voltage: Vdc. Input Control Signal: 0-5 Vdc or 4-20 madc (Sourcing) Monitor Output Voltage: 0-5 Vdc or 4-20 madc (Sourcing) 1 X-Flow Mass Flow Controller Flow Range from 0.8 ml/min to 20 l/min Target Markets Laboratory and Process Instrumentation Pharma / Bio-Pharma Equipment Air Quality Monitoring Systems Furnace and Coatings

More information

Hermetic Compressor Manifold Analysis With the Use of the Finite Element Method

Hermetic Compressor Manifold Analysis With the Use of the Finite Element Method Purdue University Purdue e-pubs International Compressor Engineering Conference School of Mechanical Engineering 2008 Hermetic Compressor Manifold Analysis With the Use of the Finite Element Method Rinaldo

More information

Partial Stroke Testing. A.F.M. Prins

Partial Stroke Testing. A.F.M. Prins Partial Stroke Testing A.F.M. Prins Partial Stroke Testing PST in a safety related system. As a supplier we have a responsibility to our clients. What do they want, and what do they really need? I like

More information

7 YEARS METEOMAST AMRUMBANK WEST

7 YEARS METEOMAST AMRUMBANK WEST 7 YEARS METEOMAST AMRUMBANK WEST Joerg Bendfeld(1), Jens Krieger(2) (1) University of Paderborn, Kompetenzzentrum für nachhaltige Energietechnik KET, Pohlweg 55, 33098 Paderborn, Germany, (2) airwerk GmbH,

More information

Exercise 7. Industrial Application Simulation Using a Rotary Carousel EXERCISE OBJECTIVE

Exercise 7. Industrial Application Simulation Using a Rotary Carousel EXERCISE OBJECTIVE Exercise 7 Industrial Application Simulation EXERCISE OBJECTIVE In this exercise, you will learn how to use the Rotary Carousel, Model 5113. You will experiment with its various features. You will use

More information

SMTmax Corp. AE-3090D Automatic Stencil printer. User Manual

SMTmax Corp. AE-3090D Automatic Stencil printer. User Manual SMTmax Corp. AE-3090D Automatic Stencil printer User Manual SMTmax Corporation 5675 Kimball CT, Chino California 91710 www.smtmax.com AE-3090D Index 1. Introduction 2. Specifications 3. Installation guide

More information

WaterLOG Wave. This Issue

WaterLOG Wave. This Issue WaterLOG Wave This Issue 66 Where s WaterLOG?: China (p.3) 66 Manager Message: The Customer Experience (p.2) 66 Product Highlight: Bubbler Water Level Sensor (p.5) 66 Application Note: Three Gorges Dam

More information

WORKHOLDING APPLICATION BOOKLET

WORKHOLDING APPLICATION BOOKLET WORKHOLDING APPLICATION BOOKLET Applications and advantages of using minibooster hydraulic pressure intensifiers MINIMUM SIZE MAXIMUM POWER B-GB Workholding 2018.04 1 of 20 2 of 20 B-GB Workholding 2018.04

More information

Intelligent SUNTEX DC-5310(RS) Dissolved Oxygen Transmitter

Intelligent SUNTEX DC-5310(RS) Dissolved Oxygen Transmitter Intelligent SUNTEX DC-5310(RS) Dissolved Oxygen Transmitter Overview C % ppm 4~20mA Analog Output ppb Power Supply 100~240 VAC mg/l Dimensions 96 x 96 x 132mm RS-485 Digital Output (for DC-5310-RS only)

More information

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) The concept of pressure involves both 1) A) force and area. B) force and volume. C) area

More information

Ranger Walking Initiation Stephanie Schneider 5/15/2012 Final Report for Cornell Ranger Research

Ranger Walking Initiation Stephanie Schneider 5/15/2012 Final Report for Cornell Ranger Research 1 Ranger Walking Initiation Stephanie Schneider sns74@cornell.edu 5/15/2012 Final Report for Cornell Ranger Research Abstract I joined the Biorobotics Lab this semester to gain experience with an application

More information

INCREASE OPERATING DAYS ENHANCE DECK SAFETY AND SPEED MINIMIZE SEA SICKNESS HEAVY DUTY GYROSTABILIZERS FOR COMMERCIAL & DEFENCE APPLICATIONS

INCREASE OPERATING DAYS ENHANCE DECK SAFETY AND SPEED MINIMIZE SEA SICKNESS HEAVY DUTY GYROSTABILIZERS FOR COMMERCIAL & DEFENCE APPLICATIONS LESS MOTION MORE OCEAN HEAVY DUTY GYROSTABILIZERS FOR COMMERCIAL & DEFENCE APPLICATIONS INCREASE OPERATING DAYS ENHANCE DECK SAFETY AND SPEED MINIMIZE SEA SICKNESS 2 VEEM Gyro DEFENCE Image courtesy of

More information

UNIVERSITY OF WATERLOO

UNIVERSITY OF WATERLOO UNIVERSITY OF WATERLOO Department of Chemical Engineering ChE 524 Process Control Laboratory Instruction Manual January, 2001 Revised: May, 2009 1 Experiment # 2 - Double Pipe Heat Exchanger Experimental

More information

ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES

ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES ZIPWAKE DYNAMIC TRIM CONTROL SYSTEM OUTLINE OF OPERATING PRINCIPLES BEHIND THE AUTOMATIC MOTION CONTROL FEATURES TABLE OF CONTENTS 1 INTRODUCTION 3 2 SYSTEM COMPONENTS 3 3 PITCH AND ROLL ANGLES 4 4 AUTOMATIC

More information

Golf. By Matthew Cooke. Game Like Training

Golf. By Matthew Cooke. Game Like Training Game Like Training for Golf By Matthew Cooke Game Like Training @gltgolf @gltraininggolf Introduction In this quick start guide we dive a little deeper into what it means to train in a Game Like way. Game

More information

ISE Subsea Tools and Toolsleds

ISE Subsea Tools and Toolsleds 1734 Broadway St. Port Coquitlam, B.C. V3C 2M8, Canada +1.604.942.5223 +1.604.942.7577 info@ise.bc.ca www.ise.bc.ca ISE Subsea Tools and Toolsleds 1 INTRODUCTION The value of an ROV is increased by its

More information

Bernhard Thomas September EnCal 3000 prochain Energy in Gas with ROI

Bernhard Thomas September EnCal 3000 prochain Energy in Gas with ROI Bernhard Thomas September 2018 EnCal 3000 prochain Energy in Gas with ROI Agenda 1 Introduction The new EnCal 3000 prochain Technical details Outlook Introduction 2 What we measure and why 3 What we measure

More information

The M-Series Eletta Flow Meter High accuracy DP Flow Meter with multiple functions

The M-Series Eletta Flow Meter High accuracy DP Flow Meter with multiple functions The M-Series Eletta Flow Meter High accuracy DP Flow Meter with multiple functions Flow Meter with multiple functions for gases and liquids M3 The M-series Flow Meter, with its versatile and user-friendly

More information

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation

INSTRUMENT INSTRUMENTAL ERROR (of full scale) INSTRUMENTAL RESOLUTION. Tutorial simulation. Tutorial simulation Lab 1 Standing Waves on a String Learning Goals: To distinguish between traveling and standing waves To recognize how the wavelength of a standing wave is measured To recognize the necessary conditions

More information

Fail Operational Controls for an Independent Metering Valve

Fail Operational Controls for an Independent Metering Valve Group 14 - System Intergration and Safety Paper 14-3 465 Fail Operational Controls for an Independent Metering Valve Michael Rannow Eaton Corporation, 7945 Wallace Rd., Eden Prairie, MN, 55347, email:

More information

Sea-going vessel versus wind turbine

Sea-going vessel versus wind turbine Collision risk at high sea Sea-going vessel versus wind turbine Offshore wind power: Wind turbines off the German coast generally represent obstacles in the traffic routes of ships. What if a large sea-going

More information

ENS-200 Energy saving trainer

ENS-200 Energy saving trainer ENS-200 Energy saving trainer Find out about the essential aspects of energy efficiency in compressed air installations Save money Put it into practice Take care of the environment Get training www.smctraining.com

More information

NT09-21 Cruise Report SURUGA-BAY Cable Laying Experiment / VBCS Function Test

NT09-21 Cruise Report SURUGA-BAY Cable Laying Experiment / VBCS Function Test NT09-21 Cruise Report SURUGA-BAY Cable Laying Experiment / VBCS Function Test December 2009 Table of Contents 1. Overview 2. Schedule 3. Dive Summary 4. Concluding Remarks 1. Overview A unique development

More information

Internal Arc Simulation in MV/LV Substations. Charles BESNARD 8 11 June 2009

Internal Arc Simulation in MV/LV Substations. Charles BESNARD 8 11 June 2009 Internal Arc Simulation in MV/LV Substations Charles BESNARD 8 11 June 2009 The Internal Arc Fault The fault A highly energetic and destructive arc (10, 20, 40 MJ!) The effects and the human risks Overpressures

More information

Emergency Situations in which RESUS SYSTEM can be used

Emergency Situations in which RESUS SYSTEM can be used Fire Water Penetration into Compartments Jamming of Hydro Planes Failure of Propulsion System Emergency Situations in which RESUS SYSTEM can be used In case of outbreak of fire on board, failure of the

More information

...makes sense! Combined CO 2 /O 2 analyzers. Monitor your process in real-time: OUR CER. BlueSens.com

...makes sense! Combined CO 2 /O 2 analyzers. Monitor your process in real-time: OUR CER. BlueSens.com ...makes sense! Combined CO 2 /O 2 analyzers Monitor your process in real-time: BlueSens.com OUR CER RQ ...makes sense! The BlueInOne sensor BlueSens is providing modern and inexpensive measuring solutions

More information

Energy balance of the model as described in Theory and Model

Energy balance of the model as described in Theory and Model Energy balance of the model as described in Theory and Model 1. Introduction 2. Power sources and -sinks 3. Numerical results 4. Final remarks 5. Heavy shell (added) 1. Introduction The energy balance

More information

CS 341 Computer Architecture and Organization. Lecturer: Bob Wilson Cell Phone: or

CS 341 Computer Architecture and Organization. Lecturer: Bob Wilson Cell Phone: or CS 341 Computer Architecture and Organization Lecturer: Bob Wilson Cell Phone: 508-577-9895 Email: robert.wilson@umb.edu or bobw@cs.umb.edu 1 Welcome to CS341 This course teaches computer architecture

More information

Hardware Triaxial and Consolidation Testing Systems Pressure Measurement and Control

Hardware Triaxial and Consolidation Testing Systems Pressure Measurement and Control 25 GDS Helpsheet Hardware Triaxial and Consolidation Testing Systems Pressure Measurement and Control World Leaders in Computer Controlled Testing Systems for Geotechnical Engineers and Geologists 1. Digital

More information

Investigating the Problems of Ship Propulsion on a Supercomputer

Investigating the Problems of Ship Propulsion on a Supercomputer Ship Elbrus powered by What I See is What I Understand. Так мы его задумали Investigating the Problems of Ship Propulsion on a Supercomputer A.A. Aksenov, S.V. Zhluktov, D.P. Silaev, S.A. Kharchenko, E.A.

More information

BAROMETER PRESSURE STANDARD PRESSURE CONTROLLER

BAROMETER PRESSURE STANDARD PRESSURE CONTROLLER BAROMETER PRESSURE STANDARD PRESSURE CONTROLLER Features ±0.01% FS Measurement & Control Accuracy ±0.001% /ºC Thermal Stability Pressure Ranges from ±1 psid to 1200 psia Applications Barometric Measurement

More information