CINXE.COM
Case Study - Heat Integration on a CCR Unit
<!doctype html><!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en" > <![endif]--><!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en" > <![endif]--><!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]--><!--[if gt IE 8]><!--><html class="no-js" lang="en"><!--<![endif]--><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="author" content="Axens SA"> <meta name="description" content="Discover how a European refiner reduced its carbon footprint and improved energy efficiency on a CCR unit with Axens’ holistic revamp approach, addressing operational issues and optimizing performance."> <meta name="generator" content="HubSpot"> <title>Case Study - Heat Integration on a CCR Unit</title> <link rel="shortcut icon" href="https://resources.axens.net/hubfs/favicon.png"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:description" content="Discover how a European refiner reduced its carbon footprint and improved energy efficiency on a CCR unit with Axens’ holistic revamp approach, addressing operational issues and optimizing performance."> <meta property="og:title" content="Case Study - Heat Integration on a CCR Unit"> <meta name="twitter:description" content="Discover how a European refiner reduced its carbon footprint and improved energy efficiency on a CCR unit with Axens’ holistic revamp approach, addressing operational issues and optimizing performance."> <meta name="twitter:title" content="Case Study - Heat Integration on a CCR Unit"> <style> a.cta_button{-moz-box-sizing:content-box !important;-webkit-box-sizing:content-box !important;box-sizing:content-box !important;vertical-align:middle}.hs-breadcrumb-menu{list-style-type:none;margin:0px 0px 0px 0px;padding:0px 0px 0px 0px}.hs-breadcrumb-menu-item{float:left;padding:10px 0px 10px 10px}.hs-breadcrumb-menu-divider:before{content:'›';padding-left:10px}.hs-featured-image-link{border:0}.hs-featured-image{float:right;margin:0 0 20px 20px;max-width:50%}@media (max-width: 568px){.hs-featured-image{float:none;margin:0;width:100%;max-width:100%}}.hs-screen-reader-text{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px} </style> <link rel="stylesheet" href="https://resources.axens.net/hs-fs/hub/5476842/hub_generated/module_assets/168557803779/1732532109103/module_168557803779_form-modifier.min.css"> <style> :root { --main-color: #5D96B1; } .tag, .form { background-color: var(--main-color); } @media (max-width: 480px) { .form { position: relative; border-radius: 0; } .form::after { content: ""; position: absolute; top: 0; left: 50%; height: 100%; width: 100vw; background-color: var(--main-color); transform: translateX(-50vw); z-index: -1; } .form[data-only-form="true"]::after { content: none; } } </style> <script> const formProperty = { leadSource: "", buOwner: "", lifecyclestage: "", market: [809020000], segment: "", offerOfInterest: "809020003;809020009;809020004;809020002", catalystsAdsorbents: "", coSolution: "", trSolution: "", unSolution: "", enSolution: "", adSolution: "", eqSolution: "", mainMarket: "809020000", salesSpeContact: "" } window.addEventListener('message', event => { if(event.data.type === 'hsFormCallback' && event.data.eventName === 'onFormReady'){ const leadSourceInput = document.querySelector('input[name="lead_source"]'), buOwnerInput = document.querySelector('input[name="bu_owner"]'), lifecycleStageInput = document.querySelector('input[name="lifecyclestage"]'), segmentInput = document.querySelector('input[name="internal_use_only_segment"]'), offerOfInterestInput = document.querySelector('input[name="internal_use_only_offer_of_interest"]'), catalystsAdsorbentsInput = document.querySelector('input[name="internal_use_only_catalysts__adsorbents__gradings___solution_of_interest"]'), coSolutionInput = document.querySelector('input[name="co_solution_of_interest"]'), trSolutionInput = document.querySelector('input[name="tr_solution_of_interest"]'), unSolutionInput = document.querySelector('input[name="un_solution_of_interest"]'), enSolutionInput = document.querySelector('input[name="en_solution_of_interest"]'), adSolutionInput = document.querySelector('input[name="ad_solution_of_interest"]'), eqSolutionInput = document.querySelector('input[name="eq_solution_of_interest"]'), mainMarketSelect = document.querySelector('select[name="main_market"]') || document.querySelector('input[name="main_market"]'), salesSpeContactInput = document.querySelector('input[name="sales_specific_contact"]') formProperty.market.forEach(item => { const marketInput = document.querySelector(`input[value="${item}"]`); console.log(marketInput) if (marketInput) { const parentInputContainer = marketInput.closest('.hs-form-checkbox') marketInput.closest('label').click(); /* marketInput.checked = true; */ if (parentInputContainer) { parentInputContainer.classList.add('hide'); const currentText = parentInputContainer.querySelector('span').textContent; const fakeItem = document.createElement('li'); fakeItem.innerHTML = `<label class="hs-form-checkbox-display"><span class="🤪"></span><span>${currentText}</span></label>`; fakeItem.classList.add('hs-form-checkbox'); console.log(fakeItem) parentInputContainer.after(fakeItem); } } }) if (leadSourceInput && formProperty.leadSource !== "") { leadSourceInput.value = formProperty.leadSource; } if (buOwnerInput && formProperty.buOwner !== "") { buOwnerInput.value = formProperty.buOwner; } if (lifecycleStageInput && formProperty.lifecyclestage !== "") { lifecycleStageInput.value = formProperty.lifecyclestage; } if (segmentInput && formProperty.segment !== "") { segmentInput.value = formProperty.segment; } if (offerOfInterestInput && formProperty.offerOfInterest !== "") { offerOfInterestInput.value = formProperty.offerOfInterest; } if (catalystsAdsorbentsInput && formProperty.catalystsAdsorbents !== "") { catalystsAdsorbentsInput.value = formProperty.catalystsAdsorbents; } if (coSolutionInput && formProperty.coSolution !== "") { coSolutionInput.value = formProperty.coSolution; } if (trSolutionInput && formProperty.trSolution !== "") { trSolutionInput.value = formProperty.trSolution; } if (unSolutionInput && formProperty.unSolution !== "") { unSolutionInput.value = formProperty.unSolution; } if (enSolutionInput && formProperty.enSolution !== "") { enSolutionInput.value = formProperty.enSolution; } if (adSolutionInput && formProperty.adSolution !== "") { adSolutionInput.value = formProperty.adSolution; } if (eqSolutionInput && formProperty.eqSolution !== "") { eqSolutionInput.value = formProperty.eqSolution; } if (mainMarketSelect && formProperty.mainMarket !== "") { mainMarketSelect.value = formProperty.mainMarket; } if (salesSpeContactInput && formProperty.salesSpeContact !== "") { salesSpeContactInput.value = formProperty.salesSpeContact; } } }) </script> <link rel="canonical" href="https://resources.axens.net/cs_heat-integration-on-a-ccr-unit"> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5PJL2RT');</script> <!-- End Google Tag Manager --> <meta property="og:image" content="https://resources.axens.net/hubfs/Landing%20Pages/Resources/Case%20Study/Thumbnails/Thumb_Axens_CS_APH.jpg"> <meta property="og:image:width" content="595"> <meta property="og:image:height" content="842"> <meta property="og:image:alt" content="Case Study - APH"> <meta name="twitter:image" content="https://resources.axens.net/hubfs/Landing%20Pages/Resources/Case%20Study/Thumbnails/Thumb_Axens_CS_APH.jpg"> <meta name="twitter:image:alt" content="Case Study - APH"> <meta property="og:url" content="https://resources.axens.net/cs_heat-integration-on-a-ccr-unit"> <meta name="twitter:card" content="summary_large_image"> <meta http-equiv="content-language" content="en"> <link rel="stylesheet" href="//7052064.fs1.hubspotusercontent-na1.net/hub/7052064/hub_generated/template_assets/1732293869922/hubspot/hubspot_default/shared/responsive/layout.min.css"> <link rel="stylesheet" href="https://resources.axens.net/hs-fs/hub/5476842/hub_generated/template_assets/38353273832/1727337304001/Markentive/Assets/css/styles-boilerplate.min.css"> <link rel="stylesheet" href="https://resources.axens.net/hs-fs/hub/5476842/hub_generated/template_assets/41693609504/1721655376927/Markentive/Assets/css/styles-lp-modules.css"> </head> <body class="lp study-format hs-content-id-182445122438 hs-landing-page hs-page " style=""> <div class="header-container-wrapper"> <div class="header-container container-fluid"> <div class="row-fluid-wrapper row-depth-1 row-number-1 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1613573261312280" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-2 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_161641022535134" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-3 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1612353133733875" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><div id="to-the-top" class="icon__to-top"> <svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewbox="0 0 60 60"> <g fill="none" fill-rule="evenodd"> <g transform="translate(-1322 -6160) translate(1322 6160)"> <circle cx="30" cy="30" r="29.5" fill="#FFF" stroke="#1D0647" stroke-opacity="0.2" opacity="0.6" /> <path stroke="#664384" stroke-width="2" d="M23 31l8-8 8 8m-8-7v16" /> </g> </g> </svg> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-4 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-global_group " style="" data-widget-type="global_group" data-x="0" data-w="12"> <div class="" data-global-widget-path="generated_global_groups/41218891744.html"><div class="row-fluid-wrapper row-depth-1 row-number-1 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1612352991092802" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><div class="header__container-outer d-flex"> <div class="wrapper d-flex aling-items-center"> <div class="header__container-inner d-flex align-items-center justify-content-space-between"> <div class="header__logo"> <span id="hs_cos_wrapper_module_1612352991092802_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="logo"><a href="https://www.axens.net?hsLang=en" id="hs-link-module_1612352991092802_" style="border-width:0px;border:0px;"><img src="https://resources.axens.net/hubfs/logo_axens.svg" class="hs-image-widget " height="48" style="height: auto;width:140px;border-width:0px;border:0px;" width="140" alt="Axens_Logo" title="Axens_Logo"></a></span> </div> <div class="header__menu d-flex"> <div class="header__lang d-flex align-items-center"> <span class="icon lang__icon"></span> <span class="lang">en</span> <div class="header__lang-container d-flex justify-content-center flex-row-wrap"> </div> </div> <a href="https://www.axens.net/contact-us?hsLang=en" class="header__contact d-flex align-items-center"> <span class="icon contact__icon"></span> <span class="contact">Contact Us</span> </a> </div> </div> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-5 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1716898019471100" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end header --> </div><!--end header wrapper --> <div class="body-container-wrapper"> <div class="body-container container-fluid"> <div class="row-fluid-wrapper row-depth-1 row-number-1 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_16123539034721028" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="form__container-outer pt-6 pb-2"> <div class="wrapper"> <div class="form__container-inner d-flex flex-row-wrap" data-has-form="true"> <div class="form__texts" data-layout="bkg"> <div class="tag-title__container"> <div class="tag"> Case study </div> <h1 class="title">Heat Integration on a CCR Unit - Contribute to reaching net zero emissions by 2050</h1> <div class="image"> <img src="https://resources.axens.net/hubfs/Blog/Placeholders/AdobeStock_115430450_1200px.jpg" alt="AdobeStock_115430450_1200px" loading="lazy"> </div> </div> <div class="texts" data-only-form="false"> <h2>Executive summary</h2> <p>A European refiner had a strategic objective to reduce its carbon footprint by performing energy savings on the site heaters and heat exchangers, and at the same time solving their recurrent operating issues in their unit and securing optimal operation from turndown to design capacity.</p> <p>Using our holistic approach for revamps, Axens helped this operator respond to their emerging needs while achieving energy efficiency improvement.</p> </div> </div> <div class="form"> <span id="hs_cos_wrapper_module_16123539034721028_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_form" style="" data-hs-cos-general-type="widget" data-hs-cos-type="form"><h3 id="hs_cos_wrapper_form_386360049_title" class="hs_cos_wrapper form-title" data-hs-cos-general-type="widget_field" data-hs-cos-type="text">Fill in the form to download this case study</h3> <div id="hs_form_target_form_386360049"></div> </span> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-2 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_161297354954461" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-3 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_16123538299441003" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-4 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1612975439114307" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-5 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_161304031833452" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-6 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_161303547254220" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-7 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_161296224757636" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-8 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_161296223606531" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="blog-post__container-outer pt-4 pb-4"> <div class="wrapper"> <div class="blog-post__container-inner"> <h2 class="blog-post__title">You might be interested</h2> <div class="blog-posts d-flex flex-row-wrap"> <div class="blog-post" data-type="short"> <div class="blog-post__image-container"> <img class="blog-post__image" src="https://resources.axens.net/hubfs/Blog/Illustrations/CCS%20Capture%202.png" alt="Carbon Capture: an Introduction to the Mature and Emerging Technologies" loading="lazy"> </div> <span class="blog-post__tag" data-format="articles">Articles</span> <p class="blog-post__name">Carbon Capture: an Introduction to the Mature and Emerging Technologies</p> <a class="blog-post__link" href="https://blog.axens.net/carbon-capture-an-introduction-to-the-mature-and-emerging-technologies?hsLang=en"></a> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> <div class="row-fluid-wrapper row-depth-1 row-number-9 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1612353167932910" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"> <div class="newsletter__container-outer newsletter-main pt-4 pb-4"> <div class="wrapper"> <div class="newsletter__container-inner secondary-bkg"> <div class="newsletter__container d-flex flex-row-wrap align-items-center justify-content-space-between"> <div class="newsletter__title-container"> <h2 class="newsletter__title white">Subscribe to our business newsletter to stay up to date with Axens news</h2> </div> <div class="newsletter__form arrow-cta white-cta"> <a href="https://resources.axens.net/business-newsletter?hsLang=en" class="cta-style" target="_blank" rel="noopener"> Subscribe </a> </div> </div> </div> </div> </div> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end body --> </div><!--end body wrapper --> <div class="footer-container-wrapper"> <div class="footer-container container-fluid"> <div class="row-fluid-wrapper row-depth-1 row-number-1 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-global_group " style="" data-widget-type="global_group" data-x="0" data-w="12"> <div class="" data-global-widget-path="generated_global_groups/41218682751.html"><div class="row-fluid-wrapper row-depth-1 row-number-1 "> <div class="row-fluid "> <div class="span12 widget-span widget-type-custom_widget " style="" data-widget-type="custom_widget" data-x="0" data-w="12"> <div id="hs_cos_wrapper_module_1612352993441804" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module" style="" data-hs-cos-general-type="widget" data-hs-cos-type="module"><div class="footer__container-outer"> <div class="wrapper"> <div class="footer__container-inner d-flex flex-row-wrap"> <div class="footer__logo"> <span id="hs_cos_wrapper_module_1612352993441804_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_logo" style="" data-hs-cos-general-type="widget" data-hs-cos-type="logo"><a href="https://www.axens.net?hsLang=en" target="_blank" id="hs-link-module_1612352993441804_" rel="noopener" style="border-width:0px;border:0px;"><img src="https://resources.axens.net/hubfs/logo_axens.svg" class="hs-image-widget " height="48" style="height: auto;width:140px;border-width:0px;border:0px;" width="140" alt="Axens_Logo" title="Axens_Logo"></a></span> </div> <div class="socials d-flex align-items-center flex-row-wrap"> <a href="https://www.twitter.com/AxensGroup" class="social__link" target="_blank" rel="noopener"> <span id="hs_cos_wrapper_module_1612352993441804_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 512 512" aria-hidden="true"><g id="twitter1_layer"><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z" /></g></svg></span> </a> <a href="https://fr.linkedin.com/company/axens" class="social__link" target="_blank" rel="noopener"> <span id="hs_cos_wrapper_module_1612352993441804_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 448 512" aria-hidden="true"><g id="linkedin-in2_layer"><path d="M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z" /></g></svg></span> </a> <a href="https://www.youtube.com/c/axens/featured" class="social__link" target="_blank" rel="noopener"> <span id="hs_cos_wrapper_module_1612352993441804_" class="hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_icon" style="" data-hs-cos-general-type="widget" data-hs-cos-type="icon"><svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 576 512" aria-hidden="true"><g id="youtube3_layer"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" /></g></svg></span> </a> <div class="contact-us"> <a href="https://www.axens.net/contact-us?hsLang=en" class="cta-style"> Contact us </a> </div> </div> <div class="footer__legals d-flex"> <div class="footer__copyright"> <p>© 2024 Axens</p> </div> <div class="footer__legals__links d-flex flex-row-wrap"> <a href="https://axens.net/cookies-management-policy?hsLang=en" class="footer__legals__link"> Cookies Policy </a> <a href="javascript:openAxeptioCookies()" class="footer__legals__link"> Cookies Management </a> <a href="https://axens.net/legal-notice?hsLang=en" class="footer__legals__link"> Legal Notice </a> </div> </div> </div> </div> </div></div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div> </div><!--end widget-span --> </div><!--end row--> </div><!--end row-wrapper --> </div><!--end footer --> </div><!--end footer wrapper --> <!-- HubSpot performance collection script --> <script defer src="/hs/hsstatic/content-cwv-embed/static-1.1293/embed.js"></script> <script src="https://resources.axens.net/hs-fs/hub/5476842/hub_generated/template_assets/41221399454/1616597800302/Markentive/Assets/js/lp-main.min.js"></script> <script> var hsVars = hsVars || {}; hsVars['language'] = 'en'; </script> <script src="/hs/hsstatic/cos-i18n/static-1.53/bundles/project.js"></script> <script src="https://resources.axens.net/hs-fs/hub/5476842/hub_generated/module_assets/41219049546/1613644648165/module_41219049546_LP-BackToTop.min.js"></script> <!--[if lte IE 8]> <script charset="utf-8" src="https://js.hsforms.net/forms/v2-legacy.js"></script> <![endif]--> <script data-hs-allowed="true" src="/_hcms/forms/v2.js"></script> <script data-hs-allowed="true"> var options = { portalId: '5476842', formId: 'd96f8635-51ed-42ed-ab64-104a6dec3a7e', formInstanceId: '4298', pageId: '182445122438', region: 'na1', pageName: "Case Study - Heat Integration on a CCR Unit", redirectUrl: "https:\/\/resources.axens.net\/thank-you-cs", css: '', target: '#hs_form_target_form_386360049', contentType: "landing-page", formsBaseUrl: '/_hcms/forms/', formData: { cssClass: 'hs-form stacked hs-custom-form' } }; options.getExtraMetaDataBeforeSubmit = function() { var metadata = {}; if (hbspt.targetedContentMetadata) { var count = hbspt.targetedContentMetadata.length; var targetedContentData = []; for (var i = 0; i < count; i++) { var tc = hbspt.targetedContentMetadata[i]; if ( tc.length !== 3) { continue; } targetedContentData.push({ definitionId: tc[0], criterionId: tc[1], smartTypeId: tc[2] }); } metadata["targetedContentMetadata"] = JSON.stringify(targetedContentData); } return metadata; }; hbspt.forms.create(options); </script> <!-- Start of HubSpot Analytics Code --> <script type="text/javascript"> var _hsq = _hsq || []; _hsq.push(["setContentType", "landing-page"]); _hsq.push(["setCanonicalUrl", "https:\/\/resources.axens.net\/cs_heat-integration-on-a-ccr-unit"]); _hsq.push(["setPageId", "182445122438"]); _hsq.push(["setContentMetadata", { "contentPageId": 182445122438, "legacyPageId": "182445122438", "contentFolderId": null, "contentGroupId": null, "abTestId": null, "languageVariantId": 182445122438, "languageCode": "en", }]); </script> <script type="text/javascript" id="hs-script-loader" async defer src="/hs/scriptloader/5476842.js"></script> <!-- End of HubSpot Analytics Code --> <script type="text/javascript"> var hsVars = { render_id: "c7c75d3d-5cf8-4a39-927d-157aab4cfc10", ticks: 1732532204444, page_id: 182445122438, content_group_id: 0, portal_id: 5476842, app_hs_base_url: "https://app.hubspot.com", cp_hs_base_url: "https://cp.hubspot.com", language: "en", analytics_page_type: "landing-page", scp_content_type: "", analytics_page_id: "182445122438", category_id: 1, folder_id: 0, is_hubspot_user: false } </script> <script defer src="/hs/hsstatic/HubspotToolsMenu/static-1.354/js/index.js"></script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5PJL2RT" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!-- Generated by the HubSpot Template Builder - template version 1.03 --> </body></html>