Automatic Pipe Routing

Size: px
Start display at page:

Download "Automatic Pipe Routing"

Transcription

1 ICCAS2013 in Busan Automatic Pipe Routing To Avoid Air Pockets Kyushu University Dep. of Marine Systems Engineering Yuto Ando, Hajime Kimura

2 Outline Introduction 1. Approach 2. Air Pockets 3. Simulations Conclusion ICCAS 2013 in Busan 1

3 Motivations Oil or Chemical Plants Microchips Ship Building Design of Pipelines ICCAS 2013 in Busan 2

4 Motivations Design of Pipe-Line in Ship Positions of equipment ( valves, etc. ) Piping routes Estimation of safety New Approach Experience of Veterans Design Complete! Al lot of ftime to design. Veterans are decreasing. ICCAS 2013 in Busan 3

5 Motivations Design of Pipe-Line in Ship Positions of equipment ( valves, etc. ) Piping routes Estimation of safety New Approach Experience of Veterans Design Complete! Al lot of ftime to design. Veterans are decreasing. ICCAS 2013 in Busan 3

6 Motivations Design of Pipe-Line in Ship Positions of equipment ( valves, etc. ) Piping routes Estimation of safety New Approach Experience of Veterans Design Complete! Al lot of ftime to design. Veterans are decreasing. ICCAS 2013 in Busan 3

7 Purpose Automatic Pipe-Line Design System PID Automatic Design System Final Design Equipment Placing System Pipe-Routes Equipment Layout Routing System ICCAS 2013 in Busan 4

8 Purpose Connector (Movable) Automatic Pipe-Line Design System Pump (Immovable) PID Valve (Movable) Automatic Design System Final Design Equipment Placing System Pipe-Routes Equipment Layout Routing System ICCAS 2013 in Busan 4

9 Outline Introduction 1. Approach 2. Air Pockets 3. Simulations Conclusion ICCAS 2013 in Busan 5

10 Approach of Routing System Routing of pipelines Routing in a network ICCAS 2013 in Busan 6

11 Approach of Routing System ICCAS 2013 in Busan 7

12 Approach of Routing System Directed and Weighted Graph ICCAS 2013 in Busan 7

13 Approach of Routing System Dijkstra s Method Directed and Weighted Graph ICCAS 2013 in Busan 7

14 Approach of Routing System The Optimized Pipe Route Dijkstra s Method Directed and Weighted Graph ICCAS 2013 in Busan 7

15 Pipe Pieces and Items Pipe Pieces Straight Elbow Bending Part ICCAS 2013 in Busan 8

16 Pipe Pieces and Items Pipe Pieces In the graph Current node Next node Edge Weight of the Edge = (Manhattan distance + Costs of the Pipe Piece) x Diameter ICCAS 2013 in Busan 9

17 Pipe Pieces and Items Pipe Pieces In the graph Current node Next node Weight of the Edge = (Manhattan distance + Costs of the Pipe Piece) x Diameter ICCAS 2013 in Busan 9

18 Design Objectives Obstacle The shortest path on the network Pipe Rack Short Aisle Not winding Avoid aisles Set on pipe racks ICCAS 2013 in Busan 10

19 Design Objectives Obstacle The shortest path on the network Pipe Rack Short Aisle Not winding Set on pipe racks Avoid aisles Change the weight of edges ICCAS 2013 in Busan 10

20 Design Objectives Obstacle Pipe Rack Aisle : Light weighted edge ( = Pipe-rack k) : Heavy weighted edge ( = Aisle ) ICCAS 2013 in Busan 10

21 Design Objectives Minimize the total length of piping routes Minimize the number of elbows and bending parts Avoid aisles as much as possible Pass through pipe-rack areas as much as possible ICCAS 2013 in Busan 11

22 Design Objectives Minimize the total length of piping routes Minimize the number of elbows and bending parts Avoid aisles as much as possible Pass through pipe-rack areas as much as possible ICCAS 2013 in Busan 11

23 Design Objectives Minimize the total length of piping routes Minimize the number of elbows and bending parts Avoid aisles as much as possible Pass through pipe-rack areas as much as possible ICCAS 2013 in Busan 11

24 Design Objectives Minimize the total length of piping routes Minimize the number of elbows and bending parts Avoid aisles as much as possible Pass through pipe-racks areas as much as possible ICCAS 2013 in Busan 11

25 Design Objectives Minimize the total length of piping routes Minimize the number of elbows and bending parts Avoid aisles as much as possible Pass through pipe-racks areas as much as possible = The shortest path in the weighted graph ICCAS 2013 in Busan 11

26 Order of Routing Order of routing in the system = From the largest to the smallest Obstacle G G Pipe B S G Pipe C S S Obstacle ICCAS 2013 in Busan 12

27 Order of Routing Order of routing in the system = From the largest to the smallest Obstacle G G Pipe B S Pipe A G Pipe C S S Obstacle ICCAS 2013 in Busan 12

28 Order of Routing Order of routing in the system = From the largest to the smallest Obstacle G G Pipe B S Pipe A G Pipe C S S Obstacle ICCAS 2013 in Busan 12

29 Order of Routing Order of routing in the system = From the largest to the smallest Obstacle G G Pipe B S Pipe A G Pipe C S S Obstacle ICCAS 2013 in Busan 12

30 Order of Routing From the largest diameter to the smallest diameter Random choice from pipes with same diameters Random choice Random choice ICCAS 2013 in Busan 13

31 Outline Introduction 1. Approach 2. Air Pockets 3. Simulations Conclusion ICCAS 2013 in Busan 14

32 What s Pocket? U-shaped pipe piece in a vertical direction Liquid or gas settle at Pocket z Drain traps Not preferred pipe piece Pump Engine Drain Traps ICCAS 2013 in Busan 15

33 What s Pocket? U-shaped pipe piece in a vertical direction Liquid or gas settle at Pocket z Drain traps Undesirable pipe piece Pump Engine Drain Traps ICCAS 2013 in Busan 15

34 Algorithm to avoid Pockets Loading of Start and Goal point Method1 (Restriction Method) Found! Route without pockets Not Found : At least one pocket in the route Method2 (Penalty Method) Not Found No pipe pp route Found! Route avoiding pockets as much as possible ICCAS 2013 in Busan 16

35 Algorithm to avoid Pockets Loading of Start and Goal point Method1 (Restriction Method) Found! Route without pockets Not Found : At least one pocket in the route Method2 (Penalty Method) Not Found No pipe pp route Found! Route avoiding pockets as much as possible ICCAS 2013 in Busan 16

36 Method1: Restriction Method Restriction Method - Delete candidates making U-turn - Reduce size of network No pocket in the route ICCAS 2013 in Busan 17

37 Method1: Restriction Method z Candidates with the highest costs ICCAS 2013 in Busan 18

38 Method1: Restriction Method z Candidates with the highest costs Route without Pockets Remove from candidates ICCAS 2013 in Busan 18

39 Simulation of Restriction Method Solution by Old System (Without consideration of Pockets) Solution by Restriction Method ICCAS 2013 in Busan 19

40 Simulation of Restriction Method Other test case Complex route ( Route with at least one Pocket) No solution by Restriction Method Pocket is necessary ICCAS 2013 in Busan 20

41 Algorithm to avoid Pockets Loading of Start and Goal point Method1 (Restriction Method) Found! Route without pockets Not Found : At least one pocket in the route Method2 (Penalty Method) Not Found No pipe pp route Found! Route avoiding pockets as much as possible ICCAS 2013 in Busan 21

42 Method2 : Penalty Method Penalty Method - Add penalties on edges connecting vertically. - Search horizontal candidates as priority. Route involves Pockets as few as possible. Add Penalty ICCAS 2013 in Busan 22

43 Method2 : Penalty Method z Start Goal Red arrows : With penalties Blue arrows : Normal Candidates with the highest costs Avoid moving vertically as much as possible Increase of search time Route avoiding Pockets as much as possible ICCAS 2013 in Busan 23

44 Method2 : Penalty Method z Start Goal Red arrows : With penalties Blue arrows : Normal Candidates with the highest costs Avoid moving vertically as much as possible Increase of search time Route avoiding Pockets as much as possible ICCAS 2013 in Busan 23

45 Method2 : Penalty Method z Start Goal Red arrows : With penalties Blue arrows : Normal Candidates with the highest costs Avoid moving vertically as much as possible Increase of search time Route avoiding Pockets as much as possible ICCAS 2013 in Busan 23

46 Simulation of Penalty Method Solution by old System Solution by Penalty Method ICCAS 2013 in Busan 24

47 Outline Introduction 1. Approach 2. Air Pockets 3. Simulations Conclusion ICCAS 2013 in Busan 25

48 Simulations Purpose of simulations Comparisons of old and new Systems, different mesh sizes, and orders of routing Test model Design Space : 6 x 6 x 6 [m] Pipes : 0.8[m] x 1, 0.6[m] x 2, 0.4[m] x 4, 0.3[m] x 6 Order : From the largest pipe Cost of Elbow : 0.1 Cost of Bending : 0.3 Penalty of vertical edge : x2 ICCAS 2013 in Busan 26

49 Simulations Purpose of simulations Comparisons of old and new Systems, different mesh sizes, and orders of routing Test model Design Space : 6 x 6 x 6 [m] Pipes : φ 0.8[m] x 1, φ 0.6[m] x 2, φ 0.4[m] x 4, φ 0.3[m] x 6 Order : From the largest pipe Cost of Elbow : 0.1 Cost of Bending : 0.3 Penalty of vertical edge : x2 ICCAS 2013 in Busan 26

50 Simulation1 (Comparison of Old and New Systems) Pocket 90 minutes 70 minutes Old System New System (Without consideration of Pockets) (With Method 1 and 2) Succeeded to avoid making Pockets ICCAS 2013 in Busan 27

51 Simulation2 ( Comparison of different orders ) 1 (φ 0.9m) 1 (φ 0.9m) 3 (φ 0.6m) 2 (φ 06 ) 2 (φ 0.6m) 2 (φ 0.6m) 3 (φ 0.6m) Order of routing: Strong influence to the final design. ICCAS 2013 in Busan 28

52 Simulation3 (Comparison of mesh sizes) Mesh: 0.15 [m] Time: 70 [minutes] Mesh: 0.25 [m] Time: 30 [minutes] Small Mesh Size Accurate Routing Long Search Time Large Mesh Size Rough Routing Short Search Time Mesh Size: Strong influence to the routes. ICCAS 2013 in Busan 29

53 New Mesh Dividing Method Regular meshes only ICCAS 2013 in Busan 30

54 New Mesh Dividing Method Regular meshes only : Regular Lines : Additional Lines Around obstacles, pipes, aisles In pipe-racks Regular and additional meshes On start and goal points ICCAS 2013 in Busan 30

55 New Mesh Dividing Method Regular and additional meshes Regular meshes only In short time In long time Increase of items ( ex. Obstacles ) = Increase of additional meshes ICCAS 2013 in Busan 31

56 New Mesh Dividing Method Regular Mesh System Additional Mesh System Num. of Meshes in Regular Mesh << Num. of Meshes in Add. Mesh Increase of search time!! ICCAS 2013 in Busan 32

57 Outline Introduction 1. Approach 2. Air Pockets 3. Simulations Conclusion ICCAS 2013 in Busan 33

58 Conclusion New automatic pipe routing system Features Minimize total length, Minimize number of bending, Pass through pipe-racks, Avoid aisles, Avoid making Pockets - Restriction Method ( Reduce the size of graph) - Penalty Method (Add penalty to the vertical edges) ICCAS 2013 in Busan 34

59 Conclusion New automatic pipe routing system Features Minimize total length, Minimize number of bending, Pass through pipe-racks, Avoid aisles, Avoid making Pockets - Restriction Method ( Reduce the size of graph) - Penalty Method ( Add penalties to the vertical edges ) ICCAS 2013 in Busan 35

60 Future Tasks Order of Routing Search Time More practical routes Ship Hull Equipment Placing System Large Curved Pipe This routing system will be opened for free at u.ac.jp/gen/index.html Thank you! ICCAS 2013 in Busan 36

International Conference on Computer Applications in Shipbuilding (ICCAS-2009) Shanghai, China Vol.2, pp

International Conference on Computer Applications in Shipbuilding (ICCAS-2009) Shanghai, China Vol.2, pp AUTOMATIC DESIGN FOR PIPE ARRANGEMENT CONSIDERING VALVE OPERATIONALITY H Kimura, Kyushu University, Japan S Iehira, Kyushu University, Japan SUMMARY We propose a novel evaluation method of valve operationality

More information

Wrot and Cast Pressure Fittings

Wrot and Cast Pressure Fittings Wrot and Cast Pressure Fittings 600 Series Wrot 700 Series Cast Adapters................................................ 6-8 Air Chambers............................................. 8 Bulkhead Fittings..........................................

More information

Pipeline Corrosion Power Tool. Quick Step Guide

Pipeline Corrosion Power Tool. Quick Step Guide Pipeline Corrosion Power Tool Quick Step Guide Contents Logging In to SkyBox Tools Fluid Definition New Fluid Case New Pipe Definition New Pipe Case New Network Definition How to Create Link Elements New

More information

Calypso Construction Features. Construction Features 1

Calypso Construction Features. Construction Features 1 Calypso 1 The Construction dropdown menu contains several useful construction features that can be used to compare two other features or perform special calculations. Construction features will show up

More information

Tutorial. BOSfluids. Water hammer (part 1) Modeling

Tutorial. BOSfluids. Water hammer (part 1) Modeling BOSfluids Tutorial Water hammer (part 1) Modeling The Water hammer tutorial is a 3 part tutorial describing the phenomena of water hammer in a piping system and how BOSfluids can be used to examine the

More information

Tutorial. BOSfluids. Water hammer (part 3) Dynamic Analysis using Caesar II

Tutorial. BOSfluids. Water hammer (part 3) Dynamic Analysis using Caesar II BOSfluids Tutorial Water hammer (part 3) Dynamic Analysis using Caesar II The Water hammer tutorial is a 3 part tutorial describing the phenomena of water hammer in a piping system and how BOSfluids can

More information

Virtualizing Industrial Control Systems Testbeds for Cybersecurity Research

Virtualizing Industrial Control Systems Testbeds for Cybersecurity Research Virtualizing Industrial Control Systems Testbeds for Cybersecurity Research CAE Tech Talk 2016 Thiago Alves Faculty: Dr. Tommy Morris Overview Problems: Industrial Control Systems are too big to fit in

More information

Duo-Pro Double Contained Piping Systems

Duo-Pro Double Contained Piping Systems PRO 150x150 Simultaneous Pipe Part Number 5210+(size code) (ft.) L2 (ft.) # Spider Clips 1 x 3 (134) 3.75 2.5 4 2 x 4 (420) 3.50 3.0 4 3 x 6 (531) 5.25 3.0 3 4 x 8 (583) 5.25 3.0 3 6 x 10 (627) 5.25 3.0

More information

ASXPRESS PLUS Rapid Sample Introduction System Quick Installation Guide

ASXPRESS PLUS Rapid Sample Introduction System Quick Installation Guide ASXPRESS PLUS Rapid Sample Introduction System Quick Installation Guide Manual Part Number 610092 Rev 8 ASXPRESS PLUS Quick Installation Guide You can and should arrange for expert installation of the

More information

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE

UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE UNIVERSITY OF NORTH CAROLINA AT CHARLOTTE Department of Electrical and Computer Engineering ECGR 4161/5196 Introduction to Robotics Experiment No. 5 A* Path Planning Overview: The purpose of this experiment

More information

Lecture 18 Solving Shortest Path Problem: Dijkstra s Algorithm. October 23, 2009

Lecture 18 Solving Shortest Path Problem: Dijkstra s Algorithm. October 23, 2009 Solving Shortest Path Problem: Dijkstra s Algorithm October 23, 2009 Outline Lecture 18 Focus on Dijkstra s Algorithm Importance: Where it has been used? Algorithm s general description Algorithm steps

More information

QVE3000.0xx QVE3100.0xx. Flow sensor. for liquids in DN10 25 pipes

QVE3000.0xx QVE3100.0xx. Flow sensor. for liquids in DN10 25 pipes s 1 598 Flow sensor for liquids in DN10 25 pipes QVE3000.0xx QVE3100.0xx Vortex flow sensor made from robust red brass Output signal: DC 0 10 V or 4 20 ma Flow range: 1.8 150 l/min Used for temperature

More information

Thermostat KP. Data sheet. The KP Thermostats are single-pole, doublethrow (SPDT) temperature-operated electric switches.

Thermostat KP. Data sheet. The KP Thermostats are single-pole, doublethrow (SPDT) temperature-operated electric switches. Data sheet Thermostat KP The KP Thermostats are single-pole, doublethrow (SPDT) temperature-operated electric switches. They can be connected directly to a single-phase AC motor of up to approx. 2 kw or

More information

A Method Based Genetic Algorithm for Pipe Routing Design

A Method Based Genetic Algorithm for Pipe Routing Design 5th International Conference on Advanced Engineering Materials and Technology (AEMT 2015) A Method Based Genetic Algorithm for Pipe Routing Design Changtao Wang 1, a, Xiaotong Sun 2,b,Tiancheng Yuan 3,c

More information

Operating instructions Vortex flow meter. SVxxx / / 2015

Operating instructions Vortex flow meter. SVxxx / / 2015 Operating instructions Vortex flow meter SVxxx4 80226711 / 00 06 / 2015 Contents 1 Preliminary note...3 1.1 Symbols used...3 1.2 Warning signs used...3 2 Safety instructions...3 3 Functions and features...4

More information

VAREC 5000/5010 SERIES FLAME ARRESTERS

VAREC 5000/5010 SERIES FLAME ARRESTERS VAREC 000/00 SERIES FLAME ARRESTERS Group D end-of-line flame arresters with a unique extensible bank frame designed to stop the propagation of flame from external sources FEATURES 00 SERIES - HORIZONTAL

More information

We provide superior performing compressed air & gas systems with engineered longevity to reduce operating costs and improve productivity.

We provide superior performing compressed air & gas systems with engineered longevity to reduce operating costs and improve productivity. We provide superior performing compressed air & gas systems with engineered longevity to reduce operating costs and improve productivity. ENGINEERED FOR SUPERIOR PERFORMANCE Compressed Air & Gas Systems

More information

PD2CAEPIPE - Plant Design-to-CAEPIPE Translator

PD2CAEPIPE - Plant Design-to-CAEPIPE Translator PD2CAEPIPE - Plant Design-to-CAEPIPE Translator (for converting PCF files) 1.0 Installing Program To install PD2CAEPIPE on Windows NT, load the product CD supplied by InfoPlant and run the program "SETUP.EXE"

More information

OPERATING INSTRUCTIONS

OPERATING INSTRUCTIONS OPERATING INSTRUCTIONS ULTRAFLO UFD3 ULTRASONIC CLAMP-ON FLOW METER FIXED OPTION PORTABLE OPTION (877) 356-5463 (p) 330-331-7331 (f) 330-331-7172 www.flo-corp.com 2017 FLO-CORP REVA 1116 1 Introduction

More information

HVAC Diagrams Preface What's New? Getting Started User Tasks

HVAC Diagrams Preface What's New? Getting Started User Tasks HVAC Diagrams Preface Using This Guide What's New? Getting Started Entering the Workbench Setting up Working Units and Grid Placing Components Routing an HVAC Line Placing Components in a Line Repositioning

More information

Simulation of Piping 3D Designs Powered by Modelica

Simulation of Piping 3D Designs Powered by Modelica Xavier Rémond 1 Thierry Gengler 1 Christophe Chapuis 1 1 Dassault Systèmes, Vélizy Villacoublay, France, {Xavier.Remond, Thierry.Gengler, Christophe.Chapuis}@3ds.com Abstract Traditionally, piping systems

More information

Welcome to the features training module for ACS industrial drive modules.

Welcome to the features training module for ACS industrial drive modules. Welcome to the features training module for ACS880-04 industrial drive modules. 1 ACS880-04 single drive modules are optimized for easy and cost-efficient cabinet assembly. This power intensive drive module

More information

CADMATIC is a registered trademark of CADMATIC Oy. All other trademarks are the property of their respective owners.

CADMATIC is a registered trademark of CADMATIC Oy. All other trademarks are the property of their respective owners. Diagram Outfitting & Plant Design Hull Information Management: eshare, ebrowser, ego Release highlights 2018T2 Version 2018T2 includes many additions that increase the productivity of work in 3D and the

More information

Helsinki 2013/2014. UIS and PLD TESTER STARDEX 1002

Helsinki 2013/2014. UIS and PLD TESTER STARDEX 1002 Helsinki 2013/2014 UIS and PLD TESTER STARDEX 1002 Safety rules for working with STARDEX 1002 device. Before using the device STARDEX 1002 (further the device ) read this manual carefully. The device should

More information

Plug and Operate Transformer Technology

Plug and Operate Transformer Technology Plug and Operate Transformer Technology Deepal Shah PFISTERER deepal.shah@pfisterer.com by and Andre Goessler PFISTERER andre.goessler@pfisterer.com 1 THE POWER CONNECTION We have always worked closely

More information

The 5400A Series, Group D, end-of-line flame arrester is designed to prevent the propagation of flames into a storage vessel.

The 5400A Series, Group D, end-of-line flame arrester is designed to prevent the propagation of flames into a storage vessel. Varec 00A Series The 00A Series, Group D, end-of-line flame arrester is designed to prevent the propagation of flames into a storage vessel. Introduction Varec s have been the industry standard for over

More information

Ultrasonic Flow Meter Brochure

Ultrasonic Flow Meter Brochure Ultrasonic Meter Brochure Rev. 2011/06/10 www.sitelab.us.com Descriptions SL1168 Ultrasonic meter uses the latest digital technology and low-voltage broadband pulse transmission. The instrument is tolerant

More information

Find two numbers whose difference is 140 and whose product is a minimum.

Find two numbers whose difference is 140 and whose product is a minimum. Find two numbers whose difference is 140 and whose product is a minimum. Find the dimensions of a rectangle with perimeter 60 meters whose area is as large as possible. Optimization e) Use- part Anderson/Brennan

More information

robust advanced technology Accessories » for mobile and stationary Ringler suction systems

robust advanced technology Accessories » for mobile and stationary Ringler suction systems www.ringler-gmbh.de robust advanced technology Accessories» for mobile and stationary Ringler suction systems Valid from 01.01.2013 Information Dear Customer, This catalog gives you an important selection

More information

Scientific Graphing in Excel 2007

Scientific Graphing in Excel 2007 Scientific Graphing in Excel 2007 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

Introduction In this document, users will Llearn how to utilize SysQue Systems Pipe, and how to draw Pipe into their projects.

Introduction In this document, users will Llearn how to utilize SysQue Systems Pipe, and how to draw Pipe into their projects. Systems Pipe Summary Learn to utilize Systems Pipe for Revit 206. Contents Introduction SysQue Systems Pipes SysQue Systems Pipes Menu Modeling Using Systems Pipe Introduction In this document, users will

More information

Level Measurement. Tank Level Instruments TLI

Level Measurement. Tank Level Instruments TLI Level Measurement Tank Level Instruments TLI TLI Industry In mechanical and plant engineering, WEKA can fully exploit its many years of expert experience in the field of level measurement. Professional,

More information

Light Energy and Matter

Light Energy and Matter Light Energy and Matter UNIT 9 Student Reader E5 Student Reader v. 9 Unit 9 Page 1 2017 KnowAtom TM Front Cover: The front cover shows a photograph of a library s bookshelves that are illuminated by a

More information

Close-coupled centrifugal pumps

Close-coupled centrifugal pumps CombiBloc Close-coupled centrifugal pumps CombiBloc CombiBloc is the premier solution for pumping clean thin liquids in a very cost-effective way. The pump is part of Johnson Pump s Combi-system, a modular

More information

Tuning loops quickly at start-up

Tuning loops quickly at start-up KEYWORDS Tuning loops quickly at start-up Michel Ruel P.E. President, TOP Control Inc 4734 Sonseeahray Drive 49, Bel-Air St, #103 Hubertus, WI 53033 Levis Qc G6W 6K9 USA Canada mruel@topcontrol.com Process

More information

L-Dens 4X7 Series. Process Density Sensors. ::: Process instrumentation at its best

L-Dens 4X7 Series. Process Density Sensors. ::: Process instrumentation at its best L-Dens 4X7 Series Process Density Sensors ::: Process instrumentation at its best 30 Years of Experience in Process Analytics Thirty years of experience in process density and concentration measurement

More information

What Is EPANET. Introduction to EPANET 2.0. EPANET Hydraulic Modeling Capabilities. EPANET Operational Definitions

What Is EPANET. Introduction to EPANET 2.0. EPANET Hydraulic Modeling Capabilities. EPANET Operational Definitions What Is EPANET Introduction to EPANET 2.0 Shirley Clark, Penn State Harrisburg Robert Pitt, University of Alabama Performs extended period simulation of hydraulic and water quality behavior within pressurized

More information

Introduction to EPANET 2.0. What Is EPANET

Introduction to EPANET 2.0. What Is EPANET Introduction to EPANET 2.0 Shirley Clark, Penn State Harrisburg Robert Pitt, University of Alabama What Is EPANET Performs extended period simulation of hydraulic and water quality behavior within pressurized

More information

Operating manual LRD 325. Conductivity measuring cell to be installed in pipelines

Operating manual LRD 325. Conductivity measuring cell to be installed in pipelines Operating manual Conductivity measuring cell to be installed in pipelines ba55321de02 10/2010 Copyright Weilheim 2010, WTW GmbH Reprinting - even as excerpts - is only allowed with the explicit written

More information

Erosion modeling to improve asset life prediction

Erosion modeling to improve asset life prediction Erosion modeling to improve asset life prediction Erosion caused by solid particles in process flows impacting on the surfaces of downhole equipment or pipe walls is a common cause of damage and wear in

More information

Bentley Plant Workshop

Bentley Plant Workshop Bentley Plant Workshop 2013 Bentley LEARNing Conference PLOP2WK1 OpenPlant 2D/3D Interoperability Team Leader: Tony DeRosa Team Members: Brian Earles Bentley Systems, Incorporated 685 Stockton Drive Exton,

More information

ArRISK RELEASE AND DISPERSION OF TOXIC OR FLAMMABLE CHEMICALS

ArRISK RELEASE AND DISPERSION OF TOXIC OR FLAMMABLE CHEMICALS TARGETS. ARRISK IS A MODELING SUITE DEDICATED TO CONSEQUENCE ANALYSIS OF TOXIC / FLAMMABLE RELEASES IN THE ATMOSPHERE. ITS GRAPHICAL USER INTERFACE ALLOWS THE USER TO QUICKLY SET UP AND PERFORM A DETAILED

More information

College Algebra. Quadratic Functions and their Graphs. Dr. Nguyen October 12, Department of Mathematics UK

College Algebra. Quadratic Functions and their Graphs. Dr. Nguyen October 12, Department of Mathematics UK College Algebra Quadratic Functions and their Graphs Dr. Nguyen nicholas.nguyen@uky.edu Department of Mathematics UK October 12, 2018 Agenda Quadratic functions and their graphs Parabolas and vertices

More information

COMOS. Process P&ID Operation. Third-party software 1. Preparations 2. Overview of the P&ID solution 3. Using components 4.

COMOS. Process P&ID Operation. Third-party software 1. Preparations 2. Overview of the P&ID solution 3. Using components 4. Third-party software 1 Preparations 2 COMOS Process Operating Manual Overview of the P&ID solution 3 Using components 4 Using pipes 5 Overview of P&ID objects 6 Connecting objects 7 Create P&ID 8 Editing

More information

Process Control and Instrumentation Technology Model: PCT-200

Process Control and Instrumentation Technology Model: PCT-200 Process Control and Instrumentation Technology Model: PCT-200 Introduction The PCT-200 Process Control and Instrumentation rig provides a self-contained process control system which is representative of

More information

CombustionMaster Control Solutions. Unique Combustion Control for Gas and/or Oil-Fired Boilers

CombustionMaster Control Solutions. Unique Combustion Control for Gas and/or Oil-Fired Boilers CombustionMaster Control Solutions Unique Combustion Control for Gas and/or Oil-Fired Boilers Unique Combustion Control Solution for Gas and/or Oil-Fired Boilers The CombustionMaster system from Rockwell

More information

PLC 24 FERRIC CHLORIDE AND POLYMER SYSTEM SCADA SYSTEM OPERATION MANUAL. Revision 1.0 May 3, 2006

PLC 24 FERRIC CHLORIDE AND POLYMER SYSTEM SCADA SYSTEM OPERATION MANUAL. Revision 1.0 May 3, 2006 PLC 24 FERRIC CHLORIDE AND POLYMER SYSTEM SCADA SYSTEM OPERATION MANUAL Revision 1.0 May 3, 2006 PLC 24 FERRIC CHLORIDE AND POLYMER SYSTEM SCADA SYSTEM OPERATION MANUAL Revision 1.0 May 3, 2006 Table of

More information

Word Introduction. SmartArt graphics. Video: SmartArt Graphics in. Word To insert a SmartArt illustration: SmartArt Graphics

Word Introduction. SmartArt graphics. Video: SmartArt Graphics in. Word To insert a SmartArt illustration: SmartArt Graphics Word 2010 SmartArt Graphics Introduction SmartArt allows you to visually communicate information rather than simply using text. Illustrations can enhance your document, and SmartArt makes using graphics

More information

Piping Design. Site Map Preface Getting Started Basic Tasks Advanced Tasks Customizing Workbench Description Index

Piping Design. Site Map Preface Getting Started Basic Tasks Advanced Tasks Customizing Workbench Description Index Piping Design Site Map Preface Getting Started Basic Tasks Advanced Tasks Customizing Workbench Description Index Dassault Systèmes 1994-2001. All rights reserved. Site Map Piping Design member member

More information

Immersion Temperature Sensors

Immersion Temperature Sensors 1 782 1782P01 Symaro Immersion Temperature Sensors QAE2164 QAE2174 Active sensors for acquiring the water temperature in pipes and tanks Operating voltage AC 24 V or DC 13535 V Signal output DC 010 V or

More information

Direction Fields; Euler s Method

Direction Fields; Euler s Method Direction Fields; Euler s Method It frequently happens that we cannot solve first order systems dy (, ) dx = f xy or corresponding initial value problems in terms of formulas. Remarkably, however, this

More information

COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS

COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE METERING SITUATIONS UNDER ABNORMAL CONFIGURATIONS Dr W. Malalasekera Version 3.0 August 2013 1 COMPUTATIONAL FLUID DYNAMICS ANALYSIS OF ORIFICE PLATE

More information

Temperature probes 468 Hans Turck GmbH & Co. KG Tel Fax Edition I/

Temperature probes 468 Hans Turck GmbH & Co. KG Tel Fax Edition I/ 468 Hans Turck GmbH & Co. KG Tel. +49 208 49 52-0 Fax +49 208 49 52-264 Temperature probe a Temperature probes TP series TP series Highest possible flexibility A temperature probe has to be flexible and

More information

TABLE OF CONTENTS OVERVIEW 1 FEATURES AND BENEFITS 1 OVER-THE-AIR UPDATING 1 WEATHERTRAK OPTIFLOW COMMISSIONING PHASES 2 PHASE 1: ASSESS 2

TABLE OF CONTENTS OVERVIEW 1 FEATURES AND BENEFITS 1 OVER-THE-AIR UPDATING 1 WEATHERTRAK OPTIFLOW COMMISSIONING PHASES 2 PHASE 1: ASSESS 2 TABLE OF CONTENTS OVERVIEW 1 FEATURES AND BENEFITS 1 OVER-THE-AIR UPDATING 1 WEATHERTRAK OPTIFLOW COMMISSIONING PROCESS 2 WEATHERTRAK OPTIFLOW COMMISSIONING PHASES 2 PHASE 1: ASSESS 2 PHASE 2: INSTALL

More information

Basic Motion Planning Algorithms

Basic Motion Planning Algorithms Basic Motion Planning Algorithms Sohaib Younis Intelligent Robotics 7 January, 2013 1 Outline Introduction Environment Map Dijkstra's algorithm A* algorithm Summary 2 Introduction Definition: Motion Planning

More information

Influence of Relevant Fluid Parameters on Pressure Pulsation of a Variable Lubricant Vane Pump

Influence of Relevant Fluid Parameters on Pressure Pulsation of a Variable Lubricant Vane Pump Influence of Relevant Fluid Parameters on Pressure Pulsation of a Variable Lubricant Vane Pump Thomas Fischer, development/calculation Jan Fischer, development/testing Nico Jäkel, development/construction

More information

Cause & Effect Charts

Cause & Effect Charts Cause & Effect Charts for protection systems compliant with IEC 61508 SIL-3 Dr. Wolfgang Brendel 1 History of Cause & Effect Matrix Cause &Effect Established specification method Recommended NORSOK standard

More information

IDETC POINT-BASED SHAPE MONITORING OF PLATE BENDING FOR LARGE-SCALE STORAGE TANKS

IDETC POINT-BASED SHAPE MONITORING OF PLATE BENDING FOR LARGE-SCALE STORAGE TANKS Proceedings of the ASME 2017 International Design Engineering Technical Conferences & Computers and Information in Engineering Conference IDETC2017 August 6-9, 2017, Cleveland, Ohio, USA IDETC2017-68105

More information

Create a Flowchart in PowerPoint

Create a Flowchart in PowerPoint Create a Flowchart in PowerPoint A flowchart is a diagram of steps, movements or actions involved in a system or activity. Flowcharts use conventional geometric symbols and arrows to define relationships

More information

Unitary Construction Double Wall Piping System

Unitary Construction Double Wall Piping System Unitary Construction Double Wall Piping System 221 Page intentionally left blank 222 Co-Extruded Double Containment Chem Proline Black PE Resin Crack resistant proprietary resin formulation Excellent abrasion

More information

CS 460/560 Introduction to Computational Robotics Fall 2017, Rutgers University. Lecture 08 Extras. A* In More Detail. Instructor: Jingjin Yu

CS 460/560 Introduction to Computational Robotics Fall 2017, Rutgers University. Lecture 08 Extras. A* In More Detail. Instructor: Jingjin Yu CS 460/560 Introduction to Computational Robotics Fall 2017, Rutgers University Lecture 08 Extras A* In More Detail Instructor: Jingjin Yu Outline A* in more detail Admissible and consistent heuristic

More information

red-y industrial series product information Thermal Mass Flow Meters and Controllers for Gases with IP67 & Ex Protection

red-y industrial series product information Thermal Mass Flow Meters and Controllers for Gases with IP67 & Ex Protection red-y industrial series product information Thermal Mass Flow Meters and Controllers for Gases with IP67 & Ex Protection High accuracy for heavy duties: Mass Flow Meters & Controllers with IP67 & Ex Protection

More information

Displayed with permission The American Surveyor April/May Copyright 2009 Cheves Media

Displayed with permission The American Surveyor April/May Copyright 2009 Cheves Media NASA s Environmental Simulation Chamber A at the Johnson Space Center in Houston will require upgrades to accommodate testing of components for the new space telescopes. Laser scanning with the FARO LS

More information

Applications of Linear Programming

Applications of Linear Programming Applications of Linear Programming lecturer: András London University of Szeged Institute of Informatics Department of Computational Optimization Lecture 6 based on Juraj Stacho s lecture notes ad the

More information

Standard specifications MC20-01-AX20 MC10L-01-AX20

Standard specifications MC20-01-AX20 MC10L-01-AX20 Standard specifications MC20-01-AX20 MC10L-01-AX20 8th edition 0912, SMCEN-017-008,001 Table of contents 1. Outline...1 1.1. MC robot... 1 1.2. AX20 controller...1 2. Characteristic...2 2.1. MC robot...

More information

Introduction. SmartArt Graphics. Word 2010 SmartArt Graphics. Video: SmartArt Graphics in Word To Insert a SmartArt Illustration: Page 1

Introduction. SmartArt Graphics. Word 2010 SmartArt Graphics. Video: SmartArt Graphics in Word To Insert a SmartArt Illustration: Page 1 Word 2010 SmartArt Graphics Introduction Page 1 SmartArt allows you to visually communicate information rather than simply using text. Illustrations can really enhance your document, and SmartArt makes

More information

DESIGN & ENGINEERING DATA

DESIGN & ENGINEERING DATA DESIGN & ENGINEERING DATA Flow Friction loss through PVC pipe is normally obtained by using the Hazen-Williams equation shown below for water: f = 83 x ( 0 ) 2 x Q 2 Where: C di 4.8655 f = friction head

More information

Scientific Graphing in Excel 2013

Scientific Graphing in Excel 2013 Scientific Graphing in Excel 2013 When you start Excel, you will see the screen below. Various parts of the display are labelled in red, with arrows, to define the terms used in the remainder of this overview.

More information

Constructing Large-scale Low-latency Network from Small Optimal Networks

Constructing Large-scale Low-latency Network from Small Optimal Networks Constructing Large-scale Low-latency Network from Small Optimal Networks Ryosuke MIZUNO Department of Physics Kyoto University Yawara ISHIDA Research Institute for Mathematical Science Kyoto University

More information

Piping & Instrumentation Diagrams

Piping & Instrumentation Diagrams Page 1 Piping & Instrumentation Diagrams Preface Using This Guide What's New? Getting Started Entering the Workbench Setting up Working Units and Grid Placing Components Routing a Piping Line or I & C

More information

4. Refraction. glass, air, Perspex and water.

4. Refraction. glass, air, Perspex and water. Mr. C. Grima 11 1. Rays and Beams A ray of light is a narrow beam of parallel light, which can be represented by a line with an arrow on it, in diagrams. A group of rays makes up a beam of light. In laboratory

More information

PC180 USER MANUAL CHEMICAL MANAGEMENT SYSTEM

PC180 USER MANUAL CHEMICAL MANAGEMENT SYSTEM PC180 USER MANUAL CHEMICAL MANAGEMENT SYSTEM Approvals: Class I, Division I, Groups C and D; Class I, Zone 0, Ex/AEx ia [ia] IIB Modbus is a trademark of Modicon, Inc. Manual content copyright 2015 Extreme

More information

Firefighting Monitors

Firefighting Monitors Firefighting Monitors Fire Protection Solutions Automatic Firefighting Monitors Foreword Automatic monitors are devices used to deliver large amounts of water or water/foam solution to remote targets.

More information

Manhattan-World Assumption for As-built Modeling Industrial Plant

Manhattan-World Assumption for As-built Modeling Industrial Plant Manhattan-World Assumption for As-built Modeling Industrial Plant Tomohiro Mizoguchi 1, Tomokazu Kuma 2, Yoshikazu Kobayashi 3 and Kenji Shirai 4 Department of Computer Science, College of Engineering,

More information

COMOS. Process P&ID Operation. Third-party software 1. Overview of the P&ID module 2. Preparations 3. Overview of P&ID objects 4.

COMOS. Process P&ID Operation. Third-party software 1. Overview of the P&ID module 2. Preparations 3. Overview of P&ID objects 4. Third-party software 1 Overview of the P&ID module 2 COMOS Process Operating Manual Preparations 3 Overview of P&ID objects 4 Create P&ID 5 Using components 6 Using pipes 7 Connecting objects 8 Data flow

More information

Operation of the Toxic Organic Chemical Air Monitor (TOCAM ) with the Ellvin Chromatography Software

Operation of the Toxic Organic Chemical Air Monitor (TOCAM ) with the Ellvin Chromatography Software Operation of the Toxic Organic Chemical Air Monitor (TOCAM ) with the Ellvin Chromatography Software April 13, 2015 Defiant Technologies, Inc. TOCAM(R) 1 Basic Parts of the Toxic Organic Chemical Air Monitor

More information

OVID Programme Recipients and OVID Vessel Inspection Request platform

OVID Programme Recipients and OVID Vessel Inspection Request platform OVID Programme s and OVID Request platform The Offshore Database (OVID) programme was released in 2010 to provide a similar system of inspection for the oil and gas exploration and production (upstream)

More information

EPANET Tutorial. Project Setup Our first task is to create a new project in EPANET and make sure that certain default options are selected.

EPANET Tutorial. Project Setup Our first task is to create a new project in EPANET and make sure that certain default options are selected. EPANET Tutorial Example Network In this tutorial we will analyze the simple distribution network shown below. It consists of a source reservoir (e.g., a treatment plant clearwell) from which water is pumped

More information

6. Applications - Text recognition in videos - Semantic video analysis

6. Applications - Text recognition in videos - Semantic video analysis 6. Applications - Text recognition in videos - Semantic video analysis Stephan Kopf 1 Motivation Goal: Segmentation and classification of characters Only few significant features are visible in these simple

More information

Data handling of process plants

Data handling of process plants Data handling of process plants Tel.: +31 (0)6 51102024 e-mail: info@red-bag.com http://www.red-bag.com Cooperation: Vessel Engineering Software Hitard Engineering Date: 8 August 2003 Subject: Red-Bag

More information

9 POINTS TO A GOOD LINE GRAPH

9 POINTS TO A GOOD LINE GRAPH NAME: PD: DATE: 9 POINTS TO A GOOD LINE GRAPH - 2013 1. Independent Variable on the HORIZONTAL (X) AXIS RANGE DIVIDED BY SPACES and round up to nearest usable number to spread out across the paper. LABELED

More information

2. MODELING A MIXING ELBOW (2-D)

2. MODELING A MIXING ELBOW (2-D) MODELING A MIXING ELBOW (2-D) 2. MODELING A MIXING ELBOW (2-D) In this tutorial, you will use GAMBIT to create the geometry for a mixing elbow and then generate a mesh. The mixing elbow configuration is

More information

Lecture 8 Network Flow Models

Lecture 8 Network Flow Models Lecture 8 Andrew Nunekpeku / Charles Jackson Fall 2011 Outline 1 1 Assignment 4 When we ask for the solution of an LP, we typically mean tell me the values of the decision variables or what is the plan?

More information

the gamedesigninitiative at cornell university Lecture 20 Pathfinding

the gamedesigninitiative at cornell university Lecture 20 Pathfinding Lecture 20 Take way for Today What are primary goals for pathfinding? Identify advantages/disadvantages of * In what situations does * fail (or look bad)? What can we do to fix se problems? Why combine

More information

E32-ETS / EDS Series

E32-ETS / EDS Series Flat square shape for easy mounting Flat and space saving shape fits in narrow spaces Easy mounting and optical axis alignment No mounting bracket necessary, just fixing it with two screws Flexible fibers

More information

WETTING PROPERTIES OF STRUCTURED INTERFACES COMPOSED OF SURFACE-ATTACHED SPHERICAL NANOPARTICLES

WETTING PROPERTIES OF STRUCTURED INTERFACES COMPOSED OF SURFACE-ATTACHED SPHERICAL NANOPARTICLES November 20, 2018 WETTING PROPERTIES OF STRUCTURED INTERFACES COMPOSED OF SURFACE-ATTACHED SPHERICAL NANOPARTICLES Bishal Bhattarai and Nikolai V. Priezjev Department of Mechanical and Materials Engineering

More information

Tutorial for Steam Hammer Analysis using CAEPIPE

Tutorial for Steam Hammer Analysis using CAEPIPE Tutorial for Steam Hammer Analysis using CAEPIPE The following are the Steps for performing the Steam Hammer Analysis using CAEPIPE. General Tutorial Step 1: Fluid Transient analysis is first carried out

More information

CETAC ASXPRESS PLUS Rapid Sample Introduction System Upgrade for XLR-8 Autosamplers

CETAC ASXPRESS PLUS Rapid Sample Introduction System Upgrade for XLR-8 Autosamplers CETAC ASXPRESS PLUS Rapid Sample Introduction System Upgrade for XLR-8 Autosamplers Installation Guide Manual Part Number 480197 rev1 COPYRIGHT 2012 CETAC Technologies 480197 rev1, July, 2012 CETAC Technologies

More information

OPTISONIC 6400 Technical Datasheet

OPTISONIC 6400 Technical Datasheet OPTISONIC 6400 Technical Datasheet Portable ultrasonic clamp-on flowmeter User friendly operation through full colour graphic display and full keypad Quick and easy transfer of logged data to your PC through

More information

Piping & Instrumentation Diagrams

Piping & Instrumentation Diagrams Piping & Instrumentation Diagrams Preface Using This Guide What's New? Getting Started Entering the Workbench Setting up Working Units and Grid Placing Components Routing a Piping Line or I & C Loop Placing

More information

Pipeline engineer competency standards list: onshore sector

Pipeline engineer competency standards list: onshore sector Pipeline engineer competency standards list: onshore sector ID Competency area/competency Gen Des Cons Ops Level General engineering GE001 Engineering degree in a relevant discipline x Core GE002 Pipeline

More information

Using CFD Analysis to Predict Cooling System Performance in Data Centers Ben Steinberg, P.E. Staff Applications Engineer

Using CFD Analysis to Predict Cooling System Performance in Data Centers Ben Steinberg, P.E. Staff Applications Engineer Using CFD Analysis to Predict Cooling System Performance in Data Centers Ben Steinberg, P.E. Staff Applications Engineer Agenda What is CFD? Applications of CFD Applicability to the Data Center How it

More information

INTERCONNECT SOLUTIONS FOR HARSH ENVIRONMENTS. Product Range

INTERCONNECT SOLUTIONS FOR HARSH ENVIRONMENTS. Product Range INTERCONNECT SOLUTIONS FOR HARSH ENVIRONMENTS Product Range FILCON ELECTRONIC GMBH The Interconnect Specialists Filcon Electronic GmbH stands for the highest degree of quality and individuality with high-tech

More information

3DCITY. Spatial Mapping and Holographic Tools for 3D Data Acquisition and Visualization of Underground Infrastructure Networks

3DCITY. Spatial Mapping and Holographic Tools for 3D Data Acquisition and Visualization of Underground Infrastructure Networks 3DCITY Spatial Mapping and Holographic Tools for 3D Data Acquisition and Visualization of Underground Infrastructure Networks CONTENT 1. 3DCITY Project 2. Geolocation 3. Spatial Mapping 4. MR Visualization

More information

A Tool for Automatic Routing of Auxiliary Circuits in Ships

A Tool for Automatic Routing of Auxiliary Circuits in Ships A Tool for Automatic Routing of Auxiliary Circuits in Ships Paulo Triunfante Martins 1, Victor J.A.S. Lobo 1,2 1 Portuguese Naval Academy 2 ISEGI - Universidade Nova de Lisboa vlobo@isegi.unl.pt Abstract.

More information

red-y industrial series Thermal Mass Flow Meters and Controllers for Gases

red-y industrial series Thermal Mass Flow Meters and Controllers for Gases Thermal Mass Flow Meters and ontrollers for Gases High accuracy for heavy duties: Mass Flow Meters & ontrollers with IP67 & x Protection Reliable technology and industry standard interfaces for rough environments:

More information

OCCHIO USA WHITE STONE VA TEL(866)

OCCHIO USA WHITE STONE VA TEL(866) PARAMETERS : 79 Weight factors: 6 Parameter Other name Symbol Definition Formula Number Volume V The volume of the particle volume model. Equivalent Volume The volume of the sphere having the same projection

More information

BS up.v.c SOIL, WASTE, VENT PIPES AND FITTINGS

BS up.v.c SOIL, WASTE, VENT PIPES AND FITTINGS Soil Waste & Vent Pipes Sweep Bend Sweep Bend with Inspection Opening 91¼ Soil Waste & Vent pipes for solvent weld connection to all fittings. Wall Length Mean Outside Thickness L in per M. Dia. D (mm)

More information

Enhancements to Optiplant Configurator Version 4.7 Release Date: March

Enhancements to Optiplant Configurator Version 4.7 Release Date: March Enhancements to Optiplant Configurator Version 4.7 Release Date: March 23 2012 MODULE FEATURE DESCRIPTION Project Creation 1. License-in-use prompt. 1. This new feature automatically identifies the licenses

More information

Energy Usage in Cloud Part2. Salih Safa BACANLI

Energy Usage in Cloud Part2. Salih Safa BACANLI Energy Usage in Cloud Part2 Salih Safa BACANLI Cooling Virtualization Energy Proportional System Conclusion Cooling After servers, the second largest consumer of power in a data center is the cooling system.(kava,

More information