Economy >> The Korea Economic Daily Global


Petrochem firms to fuel plants with self-supplied power


Link [2022-06-27 21:39:20]



Petrochemical Complex in Ulsan, South Korea South Korea’s petrochemical companies will build power plants for the first time in their history to meet their rising energy needs on a stable basis, as the global energy crunch is showing no signs of easing.The global shift toward eco-friendly products requires them to expand facilities, increasing their energy demand. Also, their electricity-generating plants will use eco-friendly fuels such as liquefied natural gas (LNG) and biomass energy to reduce carbon emissions.The move will reduce their dependence on power utility KEPCO Co., which has a monopoly on power transmission and distribution, while cutting their energy costs.SK Chemicals Co., a producer of chemical materials and healthcare products, is preparing to build its first LNG plant as it is expanding its production of eco-friendly products. It will set a date for the groundbreaking ceremony at a board meeting next month, according to industry sources on Wednesday.The LNG plant will have a 300-megawatt capacity, enough to power 80,000 households per year. It will be built on land measuring 37,965 square meters, adjacent to its Ulsan plant, 310 km southeast of Seoul.The electricity generated from the plant will be supplied to SK Chemical’s production line of copolyester, a plastic material without environmental hormones, in the same region.Its first-ever power plant to be built will also fuel SK Gas Ltd.’s propane de-hydrogenation (PDH) plant. SK Gas is a liquefied petroleum gas (LPG) supplier. In the PDH process, propane is dehydrogenated to propylene, which is used as fuel gas.L'Oréal S.A., the world’s largest cosmetics company and Johnson & Johnson, a US consumer health products company, are among SK Chemical’s main customers.“Stable power supply becomes more important than ever as we're accelerating efforts to achieve carbon neutrality,” said an SK Chemical official.SK Ecoplant Co., formerly SK Engineering & Construction Co., will handle the engineering, procurement and construction of the electricity plant, for which the petrochemical arm plans to spend 420 billion won ($323 million). An engineer at an LG Chem plant LG CHEM, HANWHA IMPACTLG Chem Ltd. plans to team up with GS EPS Co. to build a biomass power plant in Yeosu, 320 km south of Seoul, which will be its first power plant. Electricity and industrial steam produced from the power plant will be used at LG’s naphtha cracking center.Hanwha Impact Co., a petrochemical arm of Hanwha Group, is carrying out a feasibility study of using hydrogen as a gas turbine fuel. If it proves feasible by the first half of next year, Hanwha will build such a plant and supply the power to its petrochemical plant in Daesan, 85 km southwest of Seoul. .j-chart {font-family: 'Noto Sans KR', sans-serif; margin-top: 30px;} .j-chart-txt-div {/*margin-left: 5%;*/} .j-chart-h5 {font-size: 21px; font-weight: 600; margin-bottom: 20px; letter-spacing: -0.2px;} .j-chart-h6 {font-size: 15px; font-weight: 400; margin:-5px 0 20px 0} .j-chart-p {display: flex; justify-content: space-between;} .j-chart-p p {font-size: 13px; font-weight: 300; margin-bottom: 0!important; margin-top: 0px; line-height: 15px;} .j-chart-sub-p {display: flex; margin-left: 6%;} .j-chart-sub-p p {font-size: 14px; font-weight: 400; color: #374140; margin-bottom: 0!important; width: 50%; text-align: center; padding-bottom: 0px;} .d-pc-none {display: none!important} .d-pc-block {display: block!important} .txt-center {text-align: center; margin-top: 50px} .j-chart .year-div-cont {display: flex; justify-content: space-between; flex-wrap: wrap;} .j-chart .year-div {width: 45%;} .j-chart .year {text-align: center; font-weight: 500; font-size: 15px; margin-top: -5px; margin-bottom: 20px;} .j-chart .d-flex {display: flex; justify-content: space-between;} .chart-flex-img {display: flex; justify-content: space-around; flex-wrap: wrap;} .chart-flex-img img {width: 100%;} @media screen and (max-width: 765px) { .j-chart-txt-div {margin-left: 0%;} .j-chart-p {display:block; } .j-chart-p p {margin-top: -6px;} .j-chart-sub-p {margin-left: 10%;} .j-chart-sub-p p {font-size: 13px; padding-bottom: 10px;} .j-chart-h5 {font-size: 22px} .txt-center {text-align: left; margin-top: 20px} .d-pc-none {display: block!important} .d-pc-block {display: none!important} .j-chart .year-div {width: 100%;} .j-chart .year-div {width: 100%;} .j-chart-h6 {font-size: 15px; font-weight: 400; margin:5px 0 20px 0} .chart-flex-img {display: block;} .chart-flex-img img {width: 80%; padding: 5px 0; text-align: center;} } South Korea’s power demand forecast Unit: gigawatt

Source: MOTIE

Graphics by Jerry Lee

var ctx = document.getElementById("j-myChart0").getContext('2d'); var myChart = new Chart(ctx, { type: 'bar', data: { labels: ['2021', '2025', '2029', '2034'], datasets: [{ label: 'South Korea’s power demand', backgroundColor: ["rgba(29, 178, 246, .3)", "rgba(29, 178, 246, .3)", "rgba(29, 178, 246, .3)", "rgba(29, 178, 246, .1)"], borderColor: ["rgba(29, 178, 246, .8)", "rgba(29, 178, 246, .8)", "rgba(29, 178, 246, .8)", "rgba(29, 178, 246, .8)"], borderWidth: 1, data: [91.2, 96.6, 99.7, 102.5], } ], }, options: { segmentShowStroke: false, responsive: true, scales: { xAxes: [{ stacked: false, ticks: { beginAtZero: true, //steps: 10, //stepValue: 5, //min: 0, //max: 2000, fontSize: 13, fontColor: 'black' }, }], yAxes: [{ //stacked: true, ticks: { beginAtZero: true, steps: 10, stepValue: 5, min: 0, max: 120, fontWeight: 'bold', fontSize: 12, fontColor: 'black', beginAtZero: true, callback: function(value, index, values) { if(parseInt(value) >= 1000){ return '' + value.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } else { return '' + value; } } }, }] }, //특정 단어 덧대는 툴팁 방법 tooltips: { titleFontSize: 14, bodyFontSize: 13, callbacks: { label: function(tooltipItem, data) { var label = tooltipItem.yLabel; var xLabel = tooltipItem.xLabel; console.log(tooltipItem) console.log(value) var value = data.datasets[0].data[tooltipItem.index]; if(parseInt(value) >= 1000){ return '' + value.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } else { return '' + value + ' gigawatt'; } } } // end callbacks: }, maintainAspectRatio: true, legend: { display: false, position: 'top', padding: 10, border: 0 }, plugins: { deferred: {enabled: true, delay: 400}, datalabels: { color: '#171717', borderWidth: 0.7, borderColor: false, borderRadius : 5, anchor: 'end', //scales: 'left', //textAlign: 'start', align: 'end', clamp: 'true', backgroundColor: false, //padding: 80, offset: -2, font: { //weight: 'bold', size: 12 }, formatter: function(value, context) { if(parseInt(value) >= 1000){ return '' + value.toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); } else { return '' + value; } }, }, }, } }); These companies are not alone in looking to produce electricity to fuel their plants.Energy supply disruptions aggravated by the Russia-Ukraine war have highlighted the need to secure a stable energy supply, key in cracking naphtha, a petrochemical feedstock, all year round.Back in 2021, a 16-minute blackout at a petrochemical plant in Ulsan caused tens of millions of dollars in lost production.Hyundai Motor Co., South Korea’s No. 1 automaker, plans to build a large-scale LNG-fueled power plant to boost its energy self-sufficiency to more than 70%. It aims to complete the construction at the site of its main Ulsan factory by 2025 to reach carbon neutrality by 2045.SK Hynix Inc., the world’s second-largest memory chipmaker, is in the final stage of building an LNG-based thermal power plant in Cheongju, North Chungcheong Province, where its main plant is located. It earmarked 800 billion won to build the power plant. South Korean companies' plans to build power plants Company Type of power plant Electricity generation capacity When to start operation SK Chemical LNG-based thermal power 300 MW 2024 Hyundai Motor LNG-based thermal power 184 MW 2025 LG Chem Biomass Not available 2025 Hanwha Impact Hydrogen Not available 2023* *The year when Hanwha expects to complete a feasibility study (Source: Companies) By Jeong-Min Nampeux@hankyung.comYeonhee Kim edited this article.

Most Read

2024-09-16 20:46:59