{"id":1413,"date":"2026-05-29T02:03:05","date_gmt":"2026-05-29T02:03:05","guid":{"rendered":"https:\/\/aubrikmc.com\/?page_id=1413"},"modified":"2026-05-29T02:11:47","modified_gmt":"2026-05-29T02:11:47","slug":"material-x-bend-radius-decision-tree","status":"publish","type":"page","link":"https:\/\/aubrikmc.com\/fr\/boiler-production-equipment\/panel-bending-machine\/material-x-bend-radius-decision-tree\/","title":{"rendered":"Mat\u00e9riau. Arbre de d\u00e9cision de rayon de courbure"},"content":{"rendered":"<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-1c360c2\" data-block-id=\"1c360c2\"><style>.stk-1c360c2 {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-1c360c2-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-518410c\" data-v=\"4\" data-block-id=\"518410c\"><style>.stk-518410c-container{margin-top:var(--stk--preset--spacing--50, 1.5rem) !important;margin-right:var(--stk--preset--spacing--50, 1.5rem) !important;margin-bottom:var(--stk--preset--spacing--50, 1.5rem) !important;margin-left:var(--stk--preset--spacing--50, 1.5rem) !important;}<\/style><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-518410c-container stk--no-background stk--no-padding\"><div class=\"has-text-align-center stk-block-content stk-inner-blocks stk-518410c-inner-blocks\"><div class=\"ct-breadcrumbs\" data-source=\"rankmath\" ><nav aria-label=\"chapelure\" class=\"rank-math-breadcrumb\"><p><span class=\"last\">Accueil<\/span><\/p><\/nav><\/div><\/div><\/div><\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-stackable-columns alignfull stk-block-columns stk-block stk-2b32dcd\" data-block-id=\"2b32dcd\"><style>.stk-2b32dcd {margin-bottom:0px !important;}<\/style><div class=\"stk-row stk-inner-blocks stk-block-content stk-content-align stk-2b32dcd-column alignfull\">\n<div class=\"wp-block-stackable-column stk-block-column stk-column stk-block stk-6582acc\" data-v=\"4\" data-block-id=\"6582acc\"><div class=\"stk-column-wrapper stk-block-column__content stk-container stk-6582acc-container stk--no-background stk--no-padding\"><div class=\"stk-block-content stk-inner-blocks stk-6582acc-inner-blocks\">\n<section id=\"aboke-decision-module\" style=\"width: 100%; background-color: #f8fafc;\">\n  <style>\n    \/* 1. Highest level of Scope: Prefix all with #aboke-decision-module *\/\n    #aboke-decision-module {\n      --aboke-primary: #0060A8;\n      --aboke-secondary: #1878C0;\n      --aboke-dark: #003060;\n      --aboke-bg: #ffffff;\n      --aboke-border: #e2e8f0;\n      --aboke-text: #334155;\n      --aboke-text-light: #64748b;\n      font-family: inherit; \/* Inherits Blocksy settings *\/\n      color: var(--aboke-text);\n      display: flex;\n      justify-content: center;\n    }\n\n    #aboke-decision-module * {\n      box-sizing: border-box;\n    }\n\n    \/* 4. Layout & Frameworks: Anchored Content, max-width 1600px *\/\n    #aboke-decision-module .aboke-container {\n      width: 100%;\n      max-width: 1600px !important;\n      padding: 40px 70px;\n      margin: 0 auto;\n    }\n\n    \/* Design: Layered Corporate Feel *\/\n    #aboke-decision-module .aboke-card {\n      background: var(--aboke-bg);\n      border-radius: 4px;\n      border-top: 4px solid var(--aboke-primary);\n      box-shadow: 0 10px 30px rgba(0, 48, 96, 0.08);\n      overflow: hidden;\n      display: flex;\n      flex-direction: column;\n    }\n\n    #aboke-decision-module .aboke-header {\n      padding: 30px 40px 20px 40px;\n      border-bottom: 1px solid var(--aboke-border);\n      background: linear-gradient(to right, #ffffff, #f0f7fc);\n    }\n\n    \/* 2. Tag Replacement & Theme Protection *\/\n    #aboke-decision-module h2.aboke-title {\n      font-size: 32px !important; \/* Forces Blocksy default title size *\/\n      color: var(--aboke-dark) !important;\n      margin: 0 0 10px 0 !important;\n      font-weight: 700 !important;\n      line-height: 1.2 !important;\n      letter-spacing: -0.02em;\n    }\n\n    #aboke-decision-module p.aboke-subtitle {\n      font-size: 16px;\n      color: var(--aboke-text-light);\n      margin: 0;\n      font-weight: 500;\n    }\n\n    #aboke-decision-module .aboke-body {\n      padding: 30px 40px;\n      background-color: #ffffff;\n    }\n\n    \/* Progress Indicator *\/\n    #aboke-decision-module .aboke-progress {\n      display: flex;\n      gap: 8px;\n      margin-bottom: 30px;\n    }\n\n    #aboke-decision-module .aboke-dot {\n      flex: 1;\n      height: 6px;\n      background: var(--aboke-border);\n      border-radius: 3px;\n      transition: background-color 0.3s ease;\n    }\n\n    #aboke-decision-module .aboke-dot.aboke-done {\n      background: var(--aboke-primary);\n    }\n\n    \/* Steps *\/\n    #aboke-decision-module .aboke-step {\n      display: none;\n      animation: abokeFadeIn 0.4s ease forwards;\n    }\n\n    #aboke-decision-module .aboke-step.aboke-active {\n      display: block;\n    }\n\n    @keyframes abokeFadeIn {\n      from { opacity: 0; transform: translateY(10px); }\n      to { opacity: 1; transform: translateY(0); }\n    }\n\n    #aboke-decision-module h3.aboke-step-title {\n      font-size: 20px !important;\n      color: var(--aboke-dark) !important;\n      margin: 0 0 20px 0 !important;\n      font-weight: 600 !important;\n      display: flex;\n      align-items: center;\n      gap: 10px;\n    }\n\n    #aboke-decision-module .aboke-options {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n      gap: 16px;\n    }\n\n    #aboke-decision-module .aboke-opt {\n      background: #f8fafc;\n      border: 1px solid var(--aboke-border);\n      padding: 18px 24px;\n      border-radius: 4px;\n      border-left: 4px solid var(--aboke-border);\n      cursor: pointer;\n      text-align: left;\n      font-size: 15px;\n      font-weight: 500;\n      font-family: inherit;\n      color: var(--aboke-text);\n      transition: all 0.2s ease-in-out;\n      width: 100%;\n      display: flex;\n      align-items: center;\n      line-height: 1.4;\n    }\n\n    #aboke-decision-module .aboke-opt:hover {\n      border-color: var(--aboke-primary);\n      border-left-color: var(--aboke-primary);\n      background: #ffffff;\n      box-shadow: 0 4px 12px rgba(0, 96, 168, 0.08);\n      transform: translateY(-2px);\n    }\n\n    \/* UI Navigation *\/\n    #aboke-decision-module .aboke-back {\n      margin-top: 24px;\n      background: transparent;\n      border: 1px solid var(--aboke-border);\n      color: var(--aboke-text-light);\n      cursor: pointer;\n      font-size: 14px;\n      font-weight: 500;\n      padding: 8px 16px;\n      border-radius: 4px;\n      transition: all 0.2s;\n    }\n\n    #aboke-decision-module .aboke-back:hover {\n      background: #f1f5f9;\n      color: var(--aboke-dark);\n    }\n\n    \/* Result Panel - Pre-built in HTML *\/\n    #aboke-decision-module .aboke-result-wrap {\n      background: #f4f7f9;\n      border-left: 5px solid var(--aboke-primary);\n      padding: 30px;\n      border-radius: 0 4px 4px 0;\n      margin-bottom: 24px;\n    }\n\n    #aboke-decision-module h3.aboke-result-heading {\n      margin: 0 0 12px 0 !important;\n      color: var(--aboke-dark) !important;\n      font-size: 22px !important;\n      font-weight: 700 !important;\n    }\n\n    #aboke-decision-module .aboke-verdict-line {\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--aboke-secondary);\n      margin-bottom: 20px;\n      padding-bottom: 12px;\n      border-bottom: 1px solid rgba(24, 120, 192, 0.2);\n    }\n\n    #aboke-decision-module .aboke-specs-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));\n      gap: 16px;\n      margin-bottom: 20px;\n    }\n\n    #aboke-decision-module .aboke-spec-item {\n      background: #ffffff;\n      padding: 16px;\n      border-radius: 4px;\n      border: 1px solid var(--aboke-border);\n    }\n\n    #aboke-decision-module .aboke-spec-label {\n      display: block;\n      font-size: 13px;\n      text-transform: uppercase;\n      color: var(--aboke-text-light);\n      margin-bottom: 6px;\n      letter-spacing: 0.5px;\n    }\n\n    #aboke-decision-module .aboke-spec-val {\n      display: block;\n      font-size: 15px;\n      font-weight: 600;\n      color: var(--aboke-dark);\n      line-height: 1.3;\n    }\n\n    #aboke-decision-module .aboke-delivery-note {\n      font-size: 14px;\n      line-height: 1.6;\n      color: var(--aboke-text);\n      background: rgba(0, 96, 168, 0.05);\n      padding: 12px 16px;\n      border-radius: 4px;\n    }\n\n    \/* Fixed CTA - Always in DOM *\/\n    #aboke-decision-module .aboke-cta-box {\n      background: var(--aboke-dark);\n      color: #ffffff;\n      padding: 20px 30px;\n      border-radius: 4px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      flex-wrap: wrap;\n      gap: 16px;\n    }\n\n    #aboke-decision-module .aboke-cta-text {\n      font-size: 16px;\n      font-weight: 500;\n      margin: 0;\n    }\n\n    #aboke-decision-module .aboke-cta-link {\n      background: var(--aboke-primary);\n      color: #ffffff !important;\n      text-decoration: none;\n      padding: 10px 24px;\n      border-radius: 4px;\n      font-weight: 600;\n      font-size: 15px;\n      transition: background 0.2s;\n    }\n\n    #aboke-decision-module .aboke-cta-link:hover {\n      background: var(--aboke-secondary);\n    }\n\n    #aboke-decision-module .aboke-disclaimer {\n      font-size: 12px;\n      color: #94a3b8;\n      margin-top: 20px;\n      line-height: 1.5;\n    }\n\n    \/* Responsive *\/\n    @media (max-width:690px) {\n      #aboke-decision-module .aboke-container {\n        padding: 20px;\n      }\n      #aboke-decision-module .aboke-header {\n        padding: 24px;\n      }\n      #aboke-decision-module .aboke-body {\n        padding: 24px;\n      }\n      #aboke-decision-module .aboke-cta-box {\n        flex-direction: column;\n        text-align: center;\n      }\n      #aboke-decision-module .aboke-options {\n        grid-template-columns: 1fr;\n      }\n    }\n  <\/style>\n\n  <div class=\"aboke-container\">\n    <div class=\"aboke-card\">\n      <header class=\"aboke-header\">\n        <h2 class=\"aboke-title\">Mat\u00e9riau. Arbre de d\u00e9cision de rayon de courbure<\/h2>\n        <p class=\"aboke-subtitle\">R\u00e9ponse 4 questions ABOKE recommande le bon niveau de cintreur, l'outillage et le bon protocole de traitement thermique.<\/p>\n      <\/header>\n\n      <div class=\"aboke-body\">\n        <div class=\"aboke-progress\" id=\"aboke-progress\">\n          <div class=\"aboke-dot aboke-done\" id=\"aboke-dot-1\"><\/div>\n          <div class=\"aboke-dot\" id=\"aboke-dot-2\"><\/div>\n          <div class=\"aboke-dot\" id=\"aboke-dot-3\"><\/div>\n          <div class=\"aboke-dot\" id=\"aboke-dot-4\"><\/div>\n        <\/div>\n\n        <div class=\"aboke-step aboke-active\" id=\"aboke-step-1\">\n          <h3 class=\"aboke-step-title\">1 \u00b7 \u00c0 quelle section de chaudi\u00e8re le panneau est-il destin\u00e9 ?<\/h3>\n          <div class=\"aboke-options\">\n            <button class=\"aboke-opt\" onclick=\"abokePick(1, 'waterwall')\">Panneau \u00e0 membrane \u00e0 paroi d'eau (utilit\u00e9 \u00b7 CFB \u00b7 four HRSG)<\/button>\n            <button class=\"aboke-opt\" onclick=\"abokePick(1, 'superheater')\">Bobine de surchauffeur\/sortie de r\u00e9chauffeur<\/button>\n            <button class=\"aboke-opt\" onclick=\"abokePick(1, 'economizer')\">Ensemble faisceau d'\u00e9conomiseur\/tube \u00e0 ailettes<\/button>\n            <button class=\"aboke-opt\" onclick=\"abokePick(1, 'header')\">Grand collecteur de vapeur\/collecteur de pression<\/button>\n          <\/div>\n        <\/div>\n\n        <div class=\"aboke-step\" id=\"aboke-step-2\">\n          <h3 class=\"aboke-step-title\">2 \u00b7 Quelle qualit\u00e9 de mat\u00e9riau ASTM\/ASME ?<\/h3>\n          <div class=\"aboke-options\">\n            <button class=\"aboke-opt\" onclick=\"abokePick(2, 'carbon')\">Acier au carbone SA178A ou SA20-A1<\/button>\n            <button class=\"aboke-opt\" onclick=\"abokePick(2, '1cr')\">Alliage 1,25Cr SA213 T11\/T12<\/button>\n            <button class=\"aboke-opt\" onclick=\"abokePick(2, '22cr')\">2,25Allier Cr-1Mo SA213 T22<\/button>\n            <button class=\"aboke-opt\" onclick=\"abokePick(2, '9cr')\">9Cr martensitique SA213 T91\/T92 \/SA335 P91<\/button>\n          <\/div>\n          <button class=\"aboke-back\" onclick=\"abokeBack(1)\">\u2190 Retour<\/button>\n        <\/div>\n\n        <div class=\"aboke-step\" id=\"aboke-step-3\">\n          <h3 class=\"aboke-step-title\">3 \u00b7 Dans quelle mesure le rayon de courbure cible est-il serr\u00e9 ?<\/h3>\n          <div class=\"aboke-options\">\n            <button class=\"aboke-opt\" onclick=\"abokePick(3, 'tight')\">Tight (exigence CLR personnalis\u00e9e)<\/button>\n            <button class=\"aboke-opt\" onclick=\"abokePick(3, 'std')\">Standard 1,5\u00d7D \u00e0 2,5\u00d7D<\/button>\n            <button class=\"aboke-opt\" onclick=\"abokePick(3, 'wide')\">Formage large sur 2,5\u00d7D (formage grand-CLR)<\/button>\n          <\/div>\n          <button class=\"aboke-back\" onclick=\"abokeBack(2)\">\u2190 Retour<\/button>\n        <\/div>\n\n        <div class=\"aboke-step\" id=\"aboke-step-4\">\n          <h3 class=\"aboke-step-title\">4 \u00b7 Combien de coudes par mois dans cette famille de taille ?<\/h3>\n          <div class=\"aboke-options\">\n            <button class=\"aboke-opt\" onclick=\"abokePick(4, 'low')\">Bas 500 coudes\/mois<\/button>\n            <button class=\"aboke-opt\" onclick=\"abokePick(4, 'mid')\">Mi-500 \u00e0 5 000 virages\/mois<\/button>\n            <button class=\"aboke-opt\" onclick=\"abokePick(4, 'high')\">Haut de 5 000 bouts\/mois (\u00e9chelle de service public)<\/button>\n          <\/div>\n          <button class=\"aboke-back\" onclick=\"abokeBack(3)\">\u2190 Retour<\/button>\n        <\/div>\n\n        <div class=\"aboke-step\" id=\"aboke-step-5\">\n          <div class=\"aboke-result-wrap\">\n            <h3 class=\"aboke-result-heading\">Configuration technique ABOKE<\/h3>\n            <div class=\"aboke-verdict-line\" id=\"aboke-val-verdict\">''.<\/div>\n            \n            <div class=\"aboke-specs-grid\">\n              <div class=\"aboke-spec-item\">\n                <span class=\"aboke-spec-label\">Niveau de cintre<\/span>\n                <span class=\"aboke-spec-val\" id=\"aboke-val-tier\">''.<\/span>\n              <\/div>\n              <div class=\"aboke-spec-item\">\n                <span class=\"aboke-spec-label\">Pile d'outillage<\/span>\n                <span class=\"aboke-spec-val\" id=\"aboke-val-tooling\">''.<\/span>\n              <\/div>\n              <div class=\"aboke-spec-item\">\n                <span class=\"aboke-spec-label\">Niveau d'automatisation<\/span>\n                <span class=\"aboke-spec-val\" id=\"aboke-val-vol\">''.<\/span>\n              <\/div>\n              <div class=\"aboke-spec-item\">\n                <span class=\"aboke-spec-label\">Traitement thermique<\/span>\n                <span class=\"aboke-spec-val\" id=\"aboke-val-heat\">''.<\/span>\n              <\/div>\n            <\/div>\n\n            <div class=\"aboke-delivery-note\">\n              <strong>Cha\u00eene d'approvisionnement Remarque :<\/strong> Le d\u00e9lai d'ex\u00e9cution est de 60 jours FOB Wuxi selon la port\u00e9e de l'outillage Le paquet standard comprend le marquage CE + ISO 9001 :2015 + garantie d'un an + pi\u00e8ces d'usure gratuites.\n            <\/div>\n          <\/div>\n\n          <div class=\"aboke-cta-box\">\n            <p class=\"aboke-cta-text\">Vous voulez que cela se transforme en devis configur\u00e9 ?<\/p>\n            <a href=\"#ct-popup-790\" class=\"aboke-cta-link\">Demandez votre sp\u00e9cification ABOKE \u2192<\/a>\n          <\/div>\n          \n          <button class=\"aboke-back\" onclick=\"abokeRestart()\">Arbre de d\u00e9cision Restart<\/button>\n        <\/div>\n\n        <p class=\"aboke-disclaimer\">Les recommandations suivent les exigences en mati\u00e8re de mat\u00e9riaux ASME PG-79 (Bouilleur et code de pression Section I (Tube Bends) et ASTM A213 \/SA213. confirmez toujours par rapport \u00e0 la r\u00e9vision PFI ES sp\u00e9cifique au projet.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <script>\n    \/* 5. Logic: Use global scoped functions, simple nested if conditions, and avoid && \/ IIFE *\/\n    var abokeAnswers = { s1: '', s2: '', s3: '', s4: '' };\n\n    function abokePick(step, val) {\n      if (step === 1) { abokeAnswers.s1 = val; }\n      if (step === 2) { abokeAnswers.s2 = val; }\n      if (step === 3) { abokeAnswers.s3 = val; }\n      if (step === 4) { abokeAnswers.s4 = val; }\n\n      var currentDot = document.getElementById('aboke-dot-' + step);\n      if (currentDot) { currentDot.classList.add('aboke-done'); }\n\n      if (step === 4) {\n        abokeShowResult();\n      } else {\n        var currentDom = document.getElementById('aboke-step-' + step);\n        var nextDom = document.getElementById('aboke-step-' + (step + 1));\n        if (currentDom) { currentDom.classList.remove('aboke-active'); }\n        if (nextDom) { nextDom.classList.add('aboke-active'); }\n      }\n    }\n\n    function abokeBack(toStep) {\n      var i;\n      for (i = 1; i <= 5; i++) {\n        var s = document.getElementById('aboke-step-' + i);\n        if (s) { s.classList.remove('aboke-active'); }\n      }\n      var target = document.getElementById('aboke-step-' + toStep);\n      if (target) { target.classList.add('aboke-active'); }\n    }\n\n    function abokeRestart() {\n      abokeAnswers = { s1: '', s2: '', s3: '', s4: '' };\n      var i;\n      for (i = 2; i <= 4; i++) {\n        var d = document.getElementById('aboke-dot-' + i);\n        if (d) { d.classList.remove('aboke-done'); }\n      }\n      abokeBack(1);\n    }\n\n    function abokeShowResult() {\n      abokeBack(5);\n\n      var a1 = abokeAnswers.s1;\n      var a2 = abokeAnswers.s2;\n      var a3 = abokeAnswers.s3;\n      var a4 = abokeAnswers.s4;\n\n      \/* Parse section *\/\n      var sectStr = \"\";\n      if (a1 === \"waterwall\") { sectStr = \"water-wall membrane\"; }\n      if (a1 === \"superheater\") { sectStr = \"superheater coil\"; }\n      if (a1 === \"economizer\") { sectStr = \"economizer \/ fin tube\"; }\n      if (a1 === \"header\") { sectStr = \"steam header \/ manifold\"; }\n\n      \/* Parse tier using || without &#038;&#038; *\/\n      var tierStr = \"BTB-90\"; \n      if (a1 === \"waterwall\" || a1 === \"superheater\") {\n        if (a2 === \"carbon\" || a2 === \"1\" || a2 === \"1cr\") { tierStr = \"BTB-60\"; }\n        if (a2 === \"22cr\") { tierStr = \"BTB-60 \/ BTB-90\"; }\n        if (a2 === \"9cr\") { tierStr = \"BTB-90\"; }\n      }\n      if (a1 === \"economizer\") {\n        if (a2 === \"carbon\" || a2 === \"1cr\") { tierStr = \"BTB-90\"; }\n        if (a2 === \"22cr\") { tierStr = \"BTB-90 \/ BTB-115\"; }\n        if (a2 === \"9cr\") { tierStr = \"BTB-115\"; }\n      }\n      if (a1 === \"header\") {\n        if (a2 === \"carbon\" || a2 === \"22cr\") { tierStr = \"BTB-115 \/ BTB-170\"; }\n        if (a2 === \"1cr\") { tierStr = \"BTB-115\"; }\n        if (a2 === \"9cr\") { tierStr = \"BTB-170\"; }\n      }\n\n      \/* Parse heat *\/\n      var heatStr = \"\";\n      if (a2 === \"carbon\") { heatStr = \"none required (cold-bend OK)\"; }\n      if (a2 === \"1cr\") { heatStr = \"stress relief above 1.0\u00d7D\"; }\n      if (a2 === \"22cr\") { heatStr = \"post-bend stress relief required (ASME mandatory)\"; }\n      if (a2 === \"9cr\") { heatStr = \"normalize + temper required post-bend\"; }\n\n      \/* Parse tooling *\/\n      var toolingStr = \"\";\n      if (a3 === \"tight\") { toolingStr = \"ball mandrel + booster + intrados induction (USPTO)\"; }\n      if (a3 === \"std\") { toolingStr = \"ball mandrel + booster (standard cold-bend)\"; }\n      if (a3 === \"wide\") { toolingStr = \"booster only (mandrel optional)\"; }\n\n      \/* Parse volume *\/\n      var volStr = \"\";\n      if (a4 === \"low\") { volStr = \"single-station semi-automatic configuration\"; }\n      if (a4 === \"mid\") { volStr = \"full-CNC with automatic tool-change\"; }\n      if (a4 === \"high\") { volStr = \"CNC with CMM-table integration and gang-bending fixtures\"; }\n\n      \/* Update DOM Texts *\/\n      document.getElementById('aboke-val-verdict').innerText = sectStr + \" \u00b7 \" + a2.toUpperCase() + \" \u00b7 \" + a3.toUpperCase() + \" CLR \u00b7 \" + a4.toUpperCase() + \" volume\";\n      document.getElementById('aboke-val-tier').innerText = tierStr;\n      document.getElementById('aboke-val-tooling').innerText = toolingStr;\n      document.getElementById('aboke-val-vol').innerText = volStr;\n      document.getElementById('aboke-val-heat').innerText = heatStr;\n    }\n  <\/script>\n<\/section>\n<\/div><\/div><\/div>\n<\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Material \u00d7 Bend Radius Decision Tree Answer 4 questions \u2014 ABOKE recommends the right bender tier, tooling, and heat-treat protocol. 1 \u00b7 What boiler section is the panel for? Water-wall membrane panel (utility \u00b7 CFB \u00b7 HRSG furnace) Superheater coil \/ reheater outlet Economizer bundle \/ fin tube assembly Large steam header \/ pressure manifold [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"parent":1395,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"","footnotes":""},"class_list":["post-1413","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/aubrikmc.com\/fr\/wp-json\/wp\/v2\/pages\/1413","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aubrikmc.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aubrikmc.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aubrikmc.com\/fr\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/aubrikmc.com\/fr\/wp-json\/wp\/v2\/comments?post=1413"}],"version-history":[{"count":0,"href":"https:\/\/aubrikmc.com\/fr\/wp-json\/wp\/v2\/pages\/1413\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/aubrikmc.com\/fr\/wp-json\/wp\/v2\/pages\/1395"}],"wp:attachment":[{"href":"https:\/\/aubrikmc.com\/fr\/wp-json\/wp\/v2\/media?parent=1413"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}