Skip to main content

How People Weld Under Water

Find out how we patch up holes in vessels and pipes in a watery environment




Joining and fusing materials together has been a key part of engineering for centuries, but what about
doing it underwater? High-pressure welding, more formally called hyperbaric fabrication, can now be undertaken in water in two ways. Dry welding is done in a closed chamber, while wet welding can join metals completely exposed to water. 

An example of a dry welder is the Deep Rover submersible. Primarily used for exploration, this vehicle can hold up to two people in a sealed sphere and is capable of lifting chunks of metal too. Wet welding, on the other hand, creates a bubble of carbon dioxide around the weld point while the repair is made. Dry welding is safer due to the added protection but tends to be more expensive and time-consuming. Therefore, dry is better for larger, more involved projects while wet is generally used for smaller tasks. Both are used primarily to repair marine structures and deep-sea pipelines and can also be carried out by robots. Welding temperatures can reach 3,500 degrees Celsius (6,330 degrees Fahrenheit).

Comments

Popular posts from this blog

Vehicle Parking Management System in C++

this project is developed by Awais Azam Features Graphically display the parking locations(symbolically) Keep record of the arrival and departure of the vehicles with date-time specified  Resume the data from the storage  Can check history (arrival + departure) Automatically choose the parking location Alarm if any vehicle violate the parking order Description  This project is coded in C++ using codeblocks  compiler, it has almost 500 lines of code. easy for the beginners in the C++ language , almost each line is commented and explaining its purpose. As per the working of this app , for the first run it create some text files to keep the record of the vehicles ,  First screen show the menu from which user has to select an option as per his/her need   As the screen shows , above is the screen shot of the application, it is not a small project as it looks like it almost cover all the major topics of C++ (not OOP) you can als...

Explaination Of Electron Gun

Thomson discovered the electron using this concept in 1897 after conducting experiments with cathode rays and studying their uses. Electron guns are a very versatile electrical component. They are essential to a number of devices, from 3D printers and welders to the large synchrotron at the Diamond Light Source in the UK and the electric systems of Kimball Physics in the US So how they work It’s all down to kinetic energy and electrical currents. When installed in an electrical device’s vacuum tube, the gun turns electrons and ions into usable beams of energy by releasing them from their  metal source (cathode). This process is known as thermionic emission. Inside the gun there is a small filament that heats the cathode, which makes it release a stream of electrons. The electrons accelerate rapidly and the resulting beam is pulled toward the neighbouring anode, which is positively charged. There are small holes in the anode which allow some electrons to pass through, so a...

Projects in C++ : Calendar display with add note and age finder in C

This project is coded in C using CodeBlock compiler it has around 540 lines of code , easy to understand for beginners in C language and can be used as semester project with some little modifications or upgradtions. Features of the project Display the full view of calendar    Calendar months can be back and forth  User can add his/her note on any date  User can check the the time(clock)  User can find the at any given date User can find his age  Enhancements if want to add some new features  You can add the alarm when the time matches to any of the note added my user  Alarm one or two days before , just to make it dynamic  You can also add the dates of the lunar months(islamic calendar) You can add the feature to wish the birth day of the user  Also you can tell the user about his/her star and put some phrases about the star and the users fate and fortune which tell user that how lucky you are in this month . ...