With modern engineering at its peak, the size and functionality of the Prelude will surprise you. So what makes it so special?
When movie enthusiasts say the biggest ship might immediately think of Titanic. Modern cruise ship enthusiasts will remember the Icon of the Seas.
But at more than 248,000 tons, the Prelude is the largest ship ever built. the largest and heaviest ship.
Shell’s Prelude Ship is floating on the ocean with a weight of 660,000 tons.
Construction of the Prelude began in 2012 at the Goji Shipyard in South Korea. The ship’s hull More than 5,000 workers worked every day and the platform was completed in 2017.
All parts built in different parts of the world and then assembled like a giant Lego project. Also, Prelude is not actually a ship, but a floating liquefied natural gas platform.
Its mission is to extract natural gas from underground and Up to -162 degrees Celsius liquefy by cooling.
The liquefied gas is transported by special cargo ships and is shipped off the coast of North West Australia to natural gas fields It is located nearby.
Why did they put such a large structure in a dangerous area?
The size and design of the Prelude are such against storms ensuring its durability.
The platform’s central rotating tower is driven deep into the seabed With 16 steel piles These stakes and the chains that connect them allow the platform to withstand even the harshest storms.
The Prelude has had a number of issues since it was put in place in 2017, including gas leaks, electrical issues, and fires.
But these problems did not prevent the platform from becoming fully operational. Prelude is the world’s largest floating LNG platform For a 25-year production process was designed.
The ship is currently in operation the title of being the largest structure Shell planned to build many similar mega platforms if the platform was an economic success.
But so far, no successor to the Prelude has been built or announced. This massive feat of engineering holds the record for being the largest structure at sea. as if it would preserve for a long time It seems.
Other content that may interest you:
RELATED NEWS
Designed in 1950, the Plainview Ship Could Actually Fly! So How?
RELATED NEWS
How Do Cruise Lines Make More Money Than Airlines?
RELATED NEWS
Golden Ray Car Carrier Capsized Due to Simple Spelling Error (The Damage Will Blow Your Mind!)
RELATED NEWS
The Godzilla of Container Ships, MOL Comfort, Sinks into the Ocean with $401 Million Cargo
RELATED NEWS
How $150 Million Container Ships Are Brutally Tested Before Production
RELATED NEWS
The World’s Largest Cargo Ships Have Magnificent Features That Allow Them to Carry Tens of Thousands of Containers
RELATED NEWS
What Exactly Happens to Containers Dropped into the Ocean by Cargo Ships?
$(function(){
//facebook window.fbAsyncInit = function() { FB.init({ appId : '1037724072951294', xfbml : true, version : 'v2.5' }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/tr_TR/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
$('body').on({ click: function() { // facebook save button ajax FB.XFBML.parse(); } }, '.facebook-save');
// share scroll if ($('.content-sticky').length > 0) { if ($(window).width() >= 768) { $(window).on('scroll', function () { var scrollTop = $(this).scrollTop(); $('article').each(function () { if (scrollTop >= ($(this).find('.content-body').offset().top - 76)) { $(this).find('.content-sticky').addClass('sticky'); if (scrollTop >= ($(this).find('.content-body').offset().top + $(this).find('.content-body').height() - ($(this).find('.content-sticky').height() + 92))) { $(this).find('.content-sticky').removeClass('sticky'); $(this).find('.content-sticky').css({'bottom': '0px', 'top': 'auto'}); } else { $(this).find('.content-sticky').addClass('sticky').css({ 'bottom': 'initial', 'top': '76px' }); } } else { $(this).find('.content-sticky').removeClass('sticky').css({'bottom': 'auto', 'top': '0'}); } }); }); } }
// share click $('body').on({ click: function (){ var $this = $(this), dataShareType = $this.attr('data-share-type'), dataType = $this.attr('data-type'), dataId = $this.attr('data-id'), dataPostUrl = $this.attr('data-post-url'), dataTitle = $this.attr('data-title'), dataSef = $this.attr('data-sef');
switch(dataShareType) { case 'facebook': FB.ui({ method: 'share', href: dataSef, }, function(response){ if (response && !response.error_message) { updateHit(); } });
break;
case 'twitter': shareWindow('https://twitter.com/intent/tweet?via=webtekno&text="+encodeURIComponent(dataTitle) + " %E2%96%B6 ' + encodeURIComponent(dataSef)); updateHit(); break;
case 'gplus': shareWindow('https://plus.google.com/share?url=" + encodeURIComponent(dataSef)); updateHit(); break;
case "mail': window.location.href="https://www.webtekno.com/mailto:?subject=" + encodeURIComponent(dataTitle) +'&body='+ encodeURIComponent(dataSef); //updateHit(); break;
case 'whatsapp': window.location.href="whatsapp://send?text=" + encodeURIComponent(dataTitle) +' %E2%96%B6 '+ encodeURIComponent(dataSef); updateHit(); break; }
function shareWindow (url) { window.open(url, "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400"); }
function updateHit () { $.ajax({ type: "POST", url: dataPostUrl, data: {contentId: dataId, contentType: dataType, shareType: dataShareType}, success: function(data) {
if ($('.video-showcase').length > 0) { var $container = $('.video-showcase'); } else if ($('article[data-id="' + dataId + '"]').length > 0) { var $container = $('article[data-id="' + dataId + '"]'); } else if ($('.wt-share-item[data-id="' + dataId + '"]').length > 0) { var $container = $('.wt-share-item[data-id="' + dataId + '"]'); } else { $container = null; }
//var $container = dataType == 'video' ? $('.video-showcase') : $('article[data-id="' + dataId + '"]');
if ( $container != null && $container.length > 0 ) { var $badged = $container.find('.wt-share-badge-' + dataShareType);
var $headerCount = $('.content-header').find('.wt-share-count'), $containerCount = $container.find('.wt-share-count'), value = parseInt($containerCount.html()) + 1;
$container.data('share', value); //$containerCount.html(value);
if ($headerCount.length > 0) { //$headerCount.html(value); }
if ( $badged.length > 0 && (dataShareType == 'facebook' || dataShareType == 'twitter')) { if ($badged.hasClass('is-visible')) { //$badged.html(data); } else { //$badged.addClass('is-visible').html(data); } } }
} }); } } }, '.wt-share-button') });