{"id":31055,"date":"2026-03-16T09:09:17","date_gmt":"2026-03-16T01:09:17","guid":{"rendered":"https:\/\/www.bei-lin-da.com\/31049\/"},"modified":"2026-03-19T10:18:22","modified_gmt":"2026-03-19T02:18:22","slug":"31049","status":"publish","type":"post","link":"https:\/\/www.bei-lin-da.com\/it\/31049\/","title":{"rendered":"FORGING-BILLETS-HEATING"},"content":{"rendered":"\n\n<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Chart.js\/4.4.1\/chart.umd.js\"><\/script>\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=IBM+Plex+Sans:wght@300;400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');\n\n  :root {\n    --steel: #1a2332;\n    --steel-mid: #263347;\n    --steel-light: #3a4d63;\n    --amber: #e8930a;\n    --amber-light: #f5b547;\n    --amber-pale: #fef3dc;\n    --blue-accent: #2a7abf;\n    --blue-pale: #e8f3fb;\n    --red-accent: #c0392b;\n    --green-accent: #1e7d4b;\n    --text-dark: #1a2332;\n    --text-mid: #4a5568;\n    --text-light: #718096;\n    --border: #dde1e9;\n    --bg-page: #f4f5f7;\n    --bg-white: #ffffff;\n    --bg-steel-pale: #f0f2f5;\n    --font: 'IBM Plex Sans', sans-serif;\n    --mono: 'IBM Plex Mono', monospace;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: var(--font);\n    background: var(--bg-page);\n    color: var(--text-dark);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* ---- HEADER ---- *\/\n  .report-header {\n    background: var(--steel);\n    color: #fff;\n    padding: 0;\n    position: relative;\n    overflow: hidden;\n  }\n  .report-header::before {\n    content: '';\n    position: absolute;\n    top: 0; right: 0; bottom: 0;\n    width: 40%;\n    background: linear-gradient(135deg, transparent 30%, rgba(232,147,10,0.12) 100%);\n  }\n  .header-inner {\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 52px 40px 44px;\n    position: relative;\n  }\n  .report-tag {\n    display: inline-block;\n    background: var(--amber);\n    color: #fff;\n    font-family: var(--mono);\n    font-size: 11px;\n    letter-spacing: 0.12em;\n    padding: 4px 12px;\n    border-radius: 2px;\n    margin-bottom: 20px;\n    text-transform: uppercase;\n  }\n  .report-header h1 {\n    font-size: 28px;\n    font-weight: 600;\n    line-height: 1.3;\n    max-width: 640px;\n    margin-bottom: 14px;\n  }\n  .header-sub {\n    font-size: 14px;\n    color: rgba(255,255,255,0.55);\n    font-family: var(--mono);\n  }\n  .header-divider {\n    height: 4px;\n    background: linear-gradient(90deg, var(--amber) 0%, var(--amber-light) 60%, transparent 100%);\n  }\n\n  \/* ---- LAYOUT ---- *\/\n  .page-body {\n    max-width: 960px;\n    margin: 0 auto;\n    padding: 40px 40px 80px;\n  }\n\n  \/* ---- EXEC SUMMARY ---- *\/\n  .exec-box {\n    background: var(--steel);\n    color: #fff;\n    border-radius: 8px;\n    padding: 32px 36px;\n    margin-bottom: 48px;\n    position: relative;\n    overflow: hidden;\n  }\n  .exec-box::after {\n    content: '';\n    position: absolute;\n    top: 0; right: 0; bottom: 0; width: 6px;\n    background: var(--amber);\n    border-radius: 0 8px 8px 0;\n  }\n  .exec-box h2 {\n    font-size: 13px;\n    font-family: var(--mono);\n    letter-spacing: 0.1em;\n    color: var(--amber-light);\n    text-transform: uppercase;\n    margin-bottom: 14px;\n  }\n  .exec-box p {\n    font-size: 15px;\n    line-height: 1.75;\n    color: rgba(255,255,255,0.85);\n  }\n  .exec-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 16px;\n    margin-top: 24px;\n  }\n  .exec-card {\n    background: rgba(255,255,255,0.07);\n    border: 1px solid rgba(255,255,255,0.12);\n    border-radius: 6px;\n    padding: 16px 20px;\n  }\n  .exec-card .label {\n    font-size: 11px;\n    font-family: var(--mono);\n    letter-spacing: 0.08em;\n    color: var(--amber-light);\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .exec-card p { font-size: 13.5px; color: rgba(255,255,255,0.8); }\n\n  \/* ---- SECTION ---- *\/\n  .section { margin-bottom: 56px; }\n  .section-label {\n    font-family: var(--mono);\n    font-size: 11px;\n    letter-spacing: 0.12em;\n    color: var(--amber);\n    text-transform: uppercase;\n    margin-bottom: 6px;\n  }\n  .section h2 {\n    font-size: 20px;\n    font-weight: 600;\n    color: var(--steel);\n    margin-bottom: 20px;\n    padding-bottom: 12px;\n    border-bottom: 2px solid var(--border);\n  }\n  .section h3 {\n    font-size: 16px;\n    font-weight: 600;\n    color: var(--steel);\n    margin: 28px 0 10px;\n  }\n  .section p { margin-bottom: 14px; color: var(--text-mid); }\n\n  \/* ---- TECH CARDS ---- *\/\n  .tech-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 24px;\n    margin: 24px 0;\n  }\n  .tech-card {\n    background: var(--bg-white);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    overflow: hidden;\n  }\n  .tech-card-header {\n    padding: 16px 20px;\n    font-size: 13px;\n    font-weight: 600;\n    letter-spacing: 0.04em;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n  }\n  .tc-gas .tech-card-header { background: #fff3e0; color: #bf6000; border-bottom: 1px solid #ffe0b2; }\n  .tc-ind .tech-card-header { background: #e3f2fd; color: #1565c0; border-bottom: 1px solid #bbdefb; }\n  .tech-card-body { padding: 18px 20px; }\n  .tech-card-body p { font-size: 14px; margin-bottom: 8px; }\n  .tech-img {\n    width: 100%;\n    height: 200px;\n    object-fit: cover;\n    display: block;\n  }\n  .tech-img-placeholder {\n    width: 100%;\n    height: 180px;\n    background: var(--bg-steel-pale);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-family: var(--mono);\n    font-size: 12px;\n    color: var(--text-light);\n    border-bottom: 1px solid var(--border);\n  }\n\n  \/* ---- FORMULA BOX ---- *\/\n  .formula-box {\n    background: var(--steel);\n    color: #fff;\n    border-radius: 6px;\n    padding: 20px 24px;\n    margin: 20px 0;\n    font-family: var(--mono);\n    font-size: 14px;\n  }\n  .formula-box .formula-title {\n    font-size: 10px;\n    letter-spacing: 0.12em;\n    color: var(--amber-light);\n    text-transform: uppercase;\n    margin-bottom: 10px;\n  }\n  .formula-main {\n    font-size: 18px;\n    font-weight: 500;\n    color: #fff;\n    margin-bottom: 12px;\n  }\n  .formula-legend { font-size: 12px; color: rgba(255,255,255,0.6); line-height: 1.9; }\n  .formula-legend span { color: var(--amber-light); }\n\n  \/* ---- STATS ROW ---- *\/\n  .stats-row {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 16px;\n    margin: 24px 0;\n  }\n  .stat-card {\n    background: var(--bg-white);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    padding: 18px 16px;\n    text-align: center;\n  }\n  .stat-value {\n    font-size: 26px;\n    font-weight: 600;\n    font-family: var(--mono);\n    margin-bottom: 4px;\n  }\n  .stat-label {\n    font-size: 11px;\n    color: var(--text-light);\n    letter-spacing: 0.06em;\n  }\n  .stat-card.amber .stat-value { color: var(--amber); }\n  .stat-card.blue .stat-value { color: var(--blue-accent); }\n  .stat-card.green .stat-value { color: var(--green-accent); }\n  .stat-card.red .stat-value { color: var(--red-accent); }\n\n  \/* ---- CHART CONTAINER ---- *\/\n  .chart-wrap {\n    background: var(--bg-white);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    padding: 24px;\n    margin: 24px 0;\n  }\n  .chart-title {\n    font-size: 13px;\n    font-weight: 600;\n    color: var(--steel);\n    margin-bottom: 4px;\n  }\n  .chart-subtitle {\n    font-size: 12px;\n    color: var(--text-light);\n    margin-bottom: 20px;\n  }\n  .chart-legend {\n    display: flex;\n    gap: 20px;\n    margin-bottom: 14px;\n    font-size: 12px;\n    color: var(--text-mid);\n    flex-wrap: wrap;\n  }\n  .chart-legend span {\n    display: flex;\n    align-items: center;\n    gap: 6px;\n  }\n  .leg-dot {\n    width: 10px; height: 10px;\n    border-radius: 2px;\n    flex-shrink: 0;\n  }\n\n  \/* ---- CALLOUT ---- *\/\n  .callout {\n    border-left: 4px solid var(--amber);\n    background: var(--amber-pale);\n    padding: 14px 18px;\n    border-radius: 0 6px 6px 0;\n    margin: 20px 0;\n    font-size: 14px;\n    color: var(--text-dark);\n  }\n  .callout.blue {\n    border-left-color: var(--blue-accent);\n    background: var(--blue-pale);\n  }\n  .callout.danger {\n    border-left-color: var(--red-accent);\n    background: #fdecea;\n  }\n\n  \/* ---- COMPARISON TABLE ---- *\/\n  .comp-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: var(--bg-white);\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    overflow: hidden;\n    font-size: 14px;\n    margin: 24px 0;\n  }\n  .comp-table th {\n    padding: 12px 16px;\n    text-align: left;\n    font-size: 12px;\n    font-family: var(--mono);\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n  }\n  .comp-table thead th:first-child { background: var(--steel); color: rgba(255,255,255,0.6); }\n  .comp-table thead th:nth-child(2) { background: #fff3e0; color: #bf6000; }\n  .comp-table thead th:nth-child(3) { background: #e3f2fd; color: #1565c0; }\n  .comp-table td { padding: 11px 16px; border-top: 1px solid var(--border); vertical-align: top; }\n  .comp-table tr:nth-child(even) td { background: #fafbfd; }\n  .comp-table td:first-child { font-weight: 500; color: var(--steel); }\n  .badge {\n    display: inline-block;\n    padding: 2px 8px;\n    border-radius: 3px;\n    font-size: 11px;\n    font-weight: 500;\n    font-family: var(--mono);\n  }\n  .badge-green { background: #d4edda; color: #1e6635; }\n  .badge-orange { background: #fff3cd; color: #856404; }\n  .badge-red { background: #fdecea; color: #a71d2a; }\n  .badge-blue { background: #cce5ff; color: #004085; }\n\n  \/* ---- CONCLUSION ---- *\/\n  .conclusion-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 20px;\n    margin-top: 20px;\n  }\n  .conclusion-card {\n    border-radius: 8px;\n    padding: 24px;\n    border: 1px solid var(--border);\n  }\n  .conclusion-card.gas { background: #fff8f0; border-top: 4px solid var(--amber); }\n  .conclusion-card.ind { background: #f0f7ff; border-top: 4px solid var(--blue-accent); }\n  .conclusion-card h3 { font-size: 15px; margin-bottom: 14px; }\n  .conclusion-card ul { padding-left: 18px; font-size: 14px; color: var(--text-mid); }\n  .conclusion-card ul li { margin-bottom: 7px; }\n\n  \/* ---- FOOTER ---- *\/\n  .report-footer {\n    background: var(--steel);\n    color: rgba(255,255,255,0.45);\n    font-family: var(--mono);\n    font-size: 11px;\n    padding: 20px 40px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    max-width: none;\n  }\n\n  @media (max-width: 700px) {\n    .header-inner { padding: 36px 20px 32px; }\n    .page-body { padding: 24px 20px 60px; }\n    .tech-grid, .exec-grid, .conclusion-grid, .stats-row { grid-template-columns: 1fr; }\n    .stats-row { grid-template-columns: 1fr 1fr; }\n    .report-header h1 { font-size: 22px; }\n  }\n<\/style>\n<!-- ========== TOP BAR ========== -->\n<div style=\"background:#111; border-bottom:2px solid #c0392b; padding:10px 40px; display:flex; align-items:center; justify-content:space-between;\">\n  <!-- BLD Logo -->\n  <img decoding=\"async\" src=\"https:\/\/www.bei-lin-da.com\/wp-content\/uploads\/2026\/03\/BLD-black-2.jpg\" alt=\"B-L-D Logo\" style=\"height:56px; width:auto; display:block;\">\n  <!-- Back button -->\n  <a href=\"XXX\"\n     style=\"display:inline-flex; align-items:center; gap:8px;\n            background:transparent; border:1px solid rgba(255,255,255,0.35);\n            color:rgba(255,255,255,0.75); text-decoration:none;\n            font-family:'IBM Plex Mono',monospace; font-size:12px;\n            letter-spacing:0.06em; padding:8px 18px; border-radius:4px;\n            transition:all .2s;\"\n     onmouseover=\"this.style.borderColor='#e8930a'; this.style.color='#e8930a';\"\n     onmouseout=\"this.style.borderColor='rgba(255,255,255,0.35)'; this.style.color='rgba(255,255,255,0.75)';\">\n    \u2190 BACK TO PREVIOUS PAGE\n  <\/a>\n<\/div>\n\n<!-- ========== HEADER ========== -->\n<header class=\"report-header\">\n  <div class=\"header-inner\">\n    <div class=\"report-tag\">Technical Report \u00b7 Thermal Processing<\/div>\n    <h1>Comparative Analysis of Heating Methods for Brass Billet Forging<\/h1>\n    <div class=\"header-sub\">Natural Gas Furnace &nbsp;vs&nbsp; Medium Frequency Induction Furnace &nbsp;\u00b7&nbsp; Rev. 1.0<\/div>\n  <\/div>\n  <div class=\"header-divider\"><\/div>\n<\/header>\n\n<!-- ========== PAGE BODY ========== -->\n<div class=\"page-body\">\n\n  <!-- EXECUTIVE SUMMARY -->\n  <div class=\"exec-box\">\n    <h2>Executive Summary<\/h2>\n    <p>This report evaluates Natural Gas Furnaces and Medium Frequency Induction Furnaces for pre-forging heating of brass billets to their plastic deformation temperature range of <strong style=\"color:var(--amber-light)\">650 \u2013 850 \u00b0C<\/strong>. The selection of heating technology is a strategic decision impacting metallurgical quality, die life, energy expenditure, and production flexibility.<\/p>\n    <div class=\"exec-grid\">\n      <div class=\"exec-card\">\n        <div class=\"label\">\ud83d\udd25 Gas Furnace Advantage<\/div>\n        <p>Superior thermal homogeneity (\u0394T &lt; 5 \u00b0C core-to-surface), ideal for large-diameter billets. Lower energy cost and excellent production buffer via soaking zone.<\/p>\n      <\/div>\n      <div class=\"exec-card\">\n        <div class=\"label\">\u26a1 Induction Furnace Advantage<\/div>\n        <p>Heating rates up to 500 \u00b0C\/min, instantaneous start-up, zero on-site combustion emissions. Suited for high-volume continuous production with tight just-in-time requirements.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SECTION 1: INTRODUCTION -->\n  <div class=\"section\">\n    <div class=\"section-label\">Section 01<\/div>\n    <h2>Introduction &amp; Material Basis<\/h2>\n    <p>Brass alloys (Cu\u2013Zn systems, typically <strong>CW617N \/ CZ122 \/ H62<\/strong>) are the dominant material for hot-forged components: valve bodies, fittings, connectors, and structural hardware. Their forgeability is maximised at elevated temperatures where the face-centred-cubic (FCC) \u03b1-phase and the body-centred-cubic (BCC) \u03b2-phase coexist, reducing yield strength and improving ductility.<\/p>\n\n    <div class=\"stats-row\">\n      <div class=\"stat-card amber\">\n        <div class=\"stat-value\">650\u2013850<\/div>\n        <div class=\"stat-label\">Forging temp. range (\u00b0C)<\/div>\n      <\/div>\n      <div class=\"stat-card blue\">\n        <div class=\"stat-value\">57\u201363%<\/div>\n        <div class=\"stat-label\">Copper content (typical)<\/div>\n      <\/div>\n      <div class=\"stat-card green\">\n        <div class=\"stat-value\">110\u2013130<\/div>\n        <div class=\"stat-label\">MPa yield strength at 750 \u00b0C<\/div>\n      <\/div>\n      <div class=\"stat-card red\">\n        <div class=\"stat-value\">\u2264 15%<\/div>\n        <div class=\"stat-label\">Max acceptable scaling loss<\/div>\n      <\/div>\n    <\/div>\n\n    <p>The heating method directly governs the thermal gradient established within the billet, the extent of surface oxidation and dezincification, and ultimately the tonnage required from the press and the service life of forging dies.<\/p>\n\n    <div class=\"callout\">\n      <strong>Key Standard Reference:<\/strong> EN 12165 (wrought copper alloys \u2014 billets for hot forming) specifies billet surface condition and dimensional tolerances. ASTM B283 covers copper alloy die forgings. Heating process qualification should comply with AMS 2750 (pyrometry) for critical components.\n    <\/div>\n  <\/div>\n\n  <!-- SECTION 2: TECHNOLOGY OVERVIEW -->\n  <div class=\"section\">\n    <div class=\"section-label\">Section 02<\/div>\n    <h2>Technology Overview<\/h2>\n\n    <div class=\"tech-grid\">\n      <div class=\"tech-card tc-gas\">\n        <div class=\"tech-card-header\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12 2C8 8 4 10 4 16a8 8 0 0016 0c0-6-4-8-8-14z\" fill=\"#bf6000\" opacity=\".8\"\/><\/svg>\n          Natural Gas Furnace\n        <\/div>\n        <div style=\"background:#f5f5f5; height:200px; display:flex; align-items:center; justify-content:center; border-bottom:1px solid #ffe0b2;\">\n          <div style=\"text-align:center; font-family:'IBM Plex Mono',monospace; font-size:11px; color:#aaa;\">\n            <svg width=\"120\" height=\"100\" viewBox=\"0 0 120 100\" fill=\"none\">\n              <rect x=\"10\" y=\"20\" width=\"100\" height=\"60\" rx=\"6\" fill=\"#f0e6d3\" stroke=\"#c88b3a\" stroke-width=\"1.5\"\/>\n              <rect x=\"20\" y=\"55\" width=\"80\" height=\"20\" rx=\"3\" fill=\"#d4a857\" opacity=\".5\"\/>\n              <line x1=\"60\" y1=\"20\" x2=\"60\" y2=\"5\" stroke=\"#c88b3a\" stroke-width=\"2\"\/>\n              <path d=\"M50 75 Q55 65 60 75 Q65 65 70 75\" stroke=\"#e8390a\" stroke-width=\"1.5\" fill=\"none\"\/>\n              <text x=\"60\" y=\"46\" text-anchor=\"middle\" font-size=\"9\" fill=\"#7a5c2a\" font-family=\"monospace\">Heating Zone<\/text>\n              <text x=\"60\" y=\"90\" text-anchor=\"middle\" font-size=\"8\" fill=\"#888\" font-family=\"monospace\">Soaking Chamber<\/text>\n            <\/svg>\n            <div style=\"margin-top:6px; color:#bf6000;\">Schematic \u2014 multi-zone gas furnace<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"tech-card-body\">\n          <p><strong>Principle:<\/strong> Controlled combustion of CH\u2084 + air transfers heat via convection, flame impingement, and radiation from refractory walls.<\/p>\n          <p><strong>Design:<\/strong> Multi-zone: heating zone (rapid \u0394T) + soaking\/holding zone (temperature equalisation across billet cross-section).<\/p>\n          <p><strong>Typical frequency:<\/strong> N\/A \u2014 direct thermal radiation and convection.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"tech-card tc-ind\">\n        <div class=\"tech-card-header\">\n          <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"3\" fill=\"#1565c0\"\/><path d=\"M12 1v4M12 19v4M4.22 4.22l2.83 2.83M16.95 16.95l2.83 2.83M1 12h4M19 12h4M4.22 19.78l2.83-2.83M16.95 7.05l2.83-2.83\" stroke=\"#1565c0\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>\n          Medium Frequency Induction Furnace\n        <\/div>\n        <div style=\"background:#f5f5f5; height:200px; display:flex; align-items:center; justify-content:center; border-bottom:1px solid #bbdefb;\">\n          <div style=\"text-align:center; font-family:'IBM Plex Mono',monospace; font-size:11px; color:#aaa;\">\n            <svg width=\"120\" height=\"100\" viewBox=\"0 0 120 100\" fill=\"none\">\n              <rect x=\"35\" y=\"15\" width=\"50\" height=\"70\" rx=\"8\" fill=\"none\" stroke=\"#1e88e5\" stroke-width=\"2\" stroke-dasharray=\"4 2\"\/>\n              <rect x=\"44\" y=\"28\" width=\"32\" height=\"44\" rx=\"4\" fill=\"#ffd54f\" opacity=\".7\" stroke=\"#f9a825\" stroke-width=\"1\"\/>\n              <path d=\"M25 25 Q30 35 25 45 Q20 55 25 65 Q30 75 25 80\" stroke=\"#1e88e5\" stroke-width=\"1.5\" fill=\"none\"\/>\n              <path d=\"M95 25 Q100 35 95 45 Q90 55 95 65 Q100 75 95 80\" stroke=\"#1e88e5\" stroke-width=\"1.5\" fill=\"none\"\/>\n              <text x=\"60\" y=\"95\" text-anchor=\"middle\" font-size=\"8\" fill=\"#1565c0\" font-family=\"monospace\">Induction coil + billet<\/text>\n              <text x=\"60\" y=\"10\" text-anchor=\"middle\" font-size=\"8\" fill=\"#1565c0\" font-family=\"monospace\">~MF 1\u201310 kHz<\/text>\n            <\/svg>\n            <div style=\"margin-top:6px; color:#1565c0;\">Schematic \u2014 through-feed coil system<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"tech-card-body\">\n          <p><strong>Principle:<\/strong> AC at medium frequency (500 Hz \u2013 10 kHz) through a copper coil induces eddy currents inside the billet; heat generated by Joule effect (I\u00b2R) directly in the metal.<\/p>\n          <p><strong>Design:<\/strong> Through-feed coil system; billets pushed continuously through the electromagnetic field.<\/p>\n          <p><strong>Typical frequency:<\/strong> 1 kHz \u2013 4 kHz for brass billets (diameter-dependent).<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Skin Depth Formula -->\n    <h3>The Skin Effect \u2014 Critical Physics of Induction Heating<\/h3>\n    <p>In induction heating, current density is not uniform across the billet cross-section. It is highest at the surface and decays exponentially inward. The depth at which current density falls to 1\/e (\u2248 37%) of its surface value is called the <strong>reference depth<\/strong> or <em>skin depth<\/em>:<\/p>\n\n    <div class=\"formula-box\">\n      <div class=\"formula-title\">Skin Depth Formula (IEC 60404)<\/div>\n      <div class=\"formula-main\">\u03b4 = \u221a( \u03c1 \/ (\u03c0 \u00b7 f \u00b7 \u03bc\u2080 \u00b7 \u03bc\u1d63) )<\/div>\n      <div class=\"formula-legend\">\n        <span>\u03b4<\/span> = skin depth (m) &nbsp;\u00b7&nbsp;\n        <span>\u03c1<\/span> = electrical resistivity of brass \u2248 6.2\u00d710\u207b\u2078 \u03a9\u00b7m (at 20\u00b0C, rising to ~1.4\u00d710\u207b\u2077 \u03a9\u00b7m at 750\u00b0C) &nbsp;\u00b7&nbsp;\n        <span>f<\/span> = frequency (Hz) &nbsp;\u00b7&nbsp;\n        <span>\u03bc\u2080<\/span> = 4\u03c0\u00d710\u207b\u2077 H\/m &nbsp;\u00b7&nbsp;\n        <span>\u03bc\u1d63<\/span> \u2248 1.0 for brass (non-magnetic)\n      <\/div>\n    <\/div>\n\n    <p>For a typical brass billet at 750 \u00b0C heated at <strong>1 kHz<\/strong>, the skin depth \u03b4 \u2248 <strong>12\u201314 mm<\/strong>. For a 50 mm diameter billet, this means approximately 50\u201356% of the cross-sectional area is effectively heated by induction, with the core heated secondarily by thermal conduction. Increasing frequency to <strong>4 kHz<\/strong> reduces \u03b4 to ~6\u20137 mm, worsening the core-to-surface temperature gradient unless adequate soak time is allowed.<\/p>\n\n    <div class=\"callout blue\">\n      <strong>Engineering implication:<\/strong> For billets with diameter &gt; 80 mm, gas furnaces provide inherently superior thermal homogeneity. For diameters \u2264 40 mm, induction heating can achieve acceptable gradients (&lt; 20 \u00b0C) with properly matched frequency selection.\n    <\/div>\n  <\/div>\n\n  <!-- SECTION 3: COMPARATIVE ANALYSIS -->\n  <div class=\"section\">\n    <div class=\"section-label\">Section 03<\/div>\n    <h2>Comparative Analysis<\/h2>\n\n    <!-- CHART 1: Energy Efficiency -->\n    <h3>3.1 Energy Efficiency<\/h3>\n    <p>Induction furnaces transfer energy directly into the workpiece with a typical electrical-to-billet efficiency of <strong>90\u201395%<\/strong>. Gas furnaces lose significant energy through exhaust gases and refractory heat storage; their billet heating efficiency is typically <strong>45\u201365%<\/strong>, though recuperative burner systems can raise this to ~75%.<\/p>\n\n    <div class=\"chart-wrap\">\n      <div class=\"chart-title\">Energy Efficiency Comparison<\/div>\n      <div class=\"chart-subtitle\">% of input energy transferred to the billet (literature values, brass billets)<\/div>\n      <div class=\"chart-legend\">\n        <span><span class=\"leg-dot\" style=\"background:#e8930a\"><\/span>Natural Gas (standard)<\/span>\n        <span><span class=\"leg-dot\" style=\"background:#f5b547\"><\/span>Natural Gas (recuperative)<\/span>\n        <span><span class=\"leg-dot\" style=\"background:#2a7abf\"><\/span>Induction (MF)<\/span>\n      <\/div>\n      <div style=\"position:relative; height:240px;\">\n        <canvas id=\"chartEfficiency\"><\/canvas>\n      <\/div>\n    <\/div>\n\n    <!-- CHART 2: Heating Rate -->\n    <h3>3.2 Heating Rate &amp; Thermal Dynamics<\/h3>\n    <p>The table below summarises characteristic heating rates and thermal response parameters for both technologies. These parameters directly determine production throughput and the feasibility of just-in-time manufacturing schedules.<\/p>\n\n    <div class=\"stats-row\" style=\"grid-template-columns:repeat(4,1fr);\">\n      <div class=\"stat-card amber\">\n        <div class=\"stat-value\">5\u201315<\/div>\n        <div class=\"stat-label\">Gas furnace heating rate (\u00b0C\/min)<\/div>\n      <\/div>\n      <div class=\"stat-card blue\">\n        <div class=\"stat-value\">100\u2013500<\/div>\n        <div class=\"stat-label\">Induction heating rate (\u00b0C\/min)<\/div>\n      <\/div>\n      <div class=\"stat-card amber\">\n        <div class=\"stat-value\">30\u201360<\/div>\n        <div class=\"stat-label\">Gas preheat time to operating temp (min)<\/div>\n      <\/div>\n      <div class=\"stat-card blue\">\n        <div class=\"stat-value\">&lt; 1<\/div>\n        <div class=\"stat-label\">Induction start-up time (min)<\/div>\n      <\/div>\n    <\/div>\n\n    <div class=\"chart-wrap\">\n      <div class=\"chart-title\">Temperature Profile: Core vs Surface (50 mm diameter brass billet)<\/div>\n      <div class=\"chart-subtitle\">Simulated temperature distribution during heating \u2014 gas furnace vs induction at 1 kHz<\/div>\n      <div class=\"chart-legend\">\n        <span><span class=\"leg-dot\" style=\"background:#e8930a\"><\/span>Gas \u2014 surface<\/span>\n        <span><span class=\"leg-dot\" style=\"background:#f5b547\"><\/span>Gas \u2014 core<\/span>\n        <span><span class=\"leg-dot\" style=\"background:#2a7abf\"><\/span>Induction \u2014 surface<\/span>\n        <span><span class=\"leg-dot\" style=\"background:#90caf9\"><\/span>Induction \u2014 core<\/span>\n      <\/div>\n      <div style=\"position:relative; height:260px;\">\n        <canvas id=\"chartTemp\"><\/canvas>\n      <\/div>\n    <\/div>\n\n    <!-- 3.3 Metallurgical Impact -->\n    <h3>3.3 Metallurgical Impact on Brass<\/h3>\n    <p>The heating method has a direct influence on grain structure, surface integrity, and forging response. Three mechanisms are critical:<\/p>\n\n    <div style=\"display:grid; grid-template-columns:1fr 1fr 1fr; gap:14px; margin:20px 0;\">\n      <div style=\"background:var(--bg-white); border:1px solid var(--border); border-radius:8px; padding:16px;\">\n        <div style=\"font-size:11px; font-family:var(--mono); color:var(--amber); text-transform:uppercase; letter-spacing:.06em; margin-bottom:8px;\">Dezincification<\/div>\n        <p style=\"font-size:13px; margin:0; color:var(--text-mid)\">Selective removal of Zn from the alloy surface. Occurs above ~600 \u00b0C in the presence of oxygen. Induction-heated billets exhibit a dezincification depth of <strong>0.1\u20130.3 mm<\/strong> vs. &lt; 0.05 mm for reducing-atmosphere gas furnaces.<\/p>\n      <\/div>\n      <div style=\"background:var(--bg-white); border:1px solid var(--border); border-radius:8px; padding:16px;\">\n        <div style=\"font-size:11px; font-family:var(--mono); color:var(--amber); text-transform:uppercase; letter-spacing:.06em; margin-bottom:8px;\">Scale Formation<\/div>\n        <p style=\"font-size:13px; margin:0; color:var(--text-mid)\">Oxidation layer (CuO, Cu\u2082O, ZnO). Gas furnace with slightly reducing atmosphere (\u03bb \u2248 0.95): scale loss <strong>0.3\u20130.7 %<\/strong> of billet weight. Open induction coil: <strong>0.8\u20131.5 %<\/strong> weight loss (3\u00d7 higher).<\/p>\n      <\/div>\n      <div style=\"background:var(--bg-white); border:1px solid var(--border); border-radius:8px; padding:16px;\">\n        <div style=\"font-size:11px; font-family:var(--mono); color:var(--amber); text-transform:uppercase; letter-spacing:.06em; margin-bottom:8px;\">Grain Growth<\/div>\n        <p style=\"font-size:13px; margin:0; color:var(--text-mid)\">Prolonged soaking at &gt; 800 \u00b0C promotes grain coarsening (ASTM grain size &lt; 3). Gas furnaces risk this if soaking times exceed 45 min; induction eliminates this risk but may produce fine uneven grains in the core.<\/p>\n      <\/div>\n    <\/div>\n\n    <!-- 3.4 Surface Quality chart -->\n    <div class=\"chart-wrap\">\n      <div class=\"chart-title\">Metallurgical Quality Score Comparison (normalised, 0\u201310)<\/div>\n      <div class=\"chart-subtitle\">Based on published data: Totten &#038; Funatani, Handbook of Metallurgical Process Design; Zhou et al., J. Mater. Process. Technol. 2021<\/div>\n      <div class=\"chart-legend\">\n        <span><span class=\"leg-dot\" style=\"background:#e8930a\"><\/span>Natural Gas Furnace<\/span>\n        <span><span class=\"leg-dot\" style=\"background:#2a7abf\"><\/span>MF Induction Furnace<\/span>\n      <\/div>\n      <div style=\"position:relative; height:300px;\">\n        <canvas id=\"chartMeta\"><\/canvas>\n      <\/div>\n    <\/div>\n\n    <!-- 3.5 Costs -->\n    <h3>3.4 Operational &amp; Infrastructure Costs<\/h3>\n\n    <div class=\"chart-wrap\">\n      <div class=\"chart-title\">Relative Operating Cost Index (per tonne of heated brass)<\/div>\n      <div class=\"chart-subtitle\">Indicative values; actual figures depend on local energy tariffs. European context: gas \u2248 0.035\u20130.060 \u20ac\/kWh, electricity \u2248 0.08\u20130.14 \u20ac\/kWh (industrial 2024).<\/div>\n      <div class=\"chart-legend\">\n        <span><span class=\"leg-dot\" style=\"background:#e8930a\"><\/span>Natural Gas<\/span>\n        <span><span class=\"leg-dot\" style=\"background:#2a7abf\"><\/span>MF Induction<\/span>\n      <\/div>\n      <div style=\"position:relative; height:260px;\">\n        <canvas id=\"chartCost\"><\/canvas>\n      <\/div>\n    <\/div>\n\n    <div class=\"callout danger\">\n      <strong>Note on electricity costs (EU, 2024):<\/strong> European industrial electricity prices (~0.10\u20130.14 \u20ac\/kWh) are significantly higher than natural gas on a kWh-equivalent basis (~0.035\u20130.06 \u20ac\/kWh). Despite induction&#8217;s superior electrical-to-billet efficiency (~93%), the net energy cost per tonne of heated brass is typically <strong>25\u201360% higher for induction<\/strong> in EU contexts. This gap narrows significantly in regions with low-cost electricity (hydroelectric, nuclear-subsidised grids).\n    <\/div>\n\n    <!-- 3.5 Environmental -->\n    <h3>3.5 Environmental &amp; Safety Compliance<\/h3>\n\n    <div style=\"display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:20px 0;\">\n      <div style=\"background:#fff8f0; border:1px solid #ffe0b2; border-radius:8px; padding:18px;\">\n        <div style=\"font-size:13px; font-weight:600; color:#bf6000; margin-bottom:12px;\">\ud83d\udd25 Gas Furnace \u2014 Emissions<\/div>\n        <table style=\"width:100%; font-size:13px; border-collapse:collapse;\">\n          <tr><td style=\"padding:4px 0; color:var(--text-mid);\">CO\u2082 emissions<\/td><td style=\"text-align:right; font-family:var(--mono); color:var(--text-dark);\">~0.20 kg\/kWh input<\/td><\/tr>\n          <tr><td style=\"padding:4px 0; color:var(--text-mid);\">NO\u2093 emissions (typical)<\/td><td style=\"text-align:right; font-family:var(--mono); color:var(--text-dark);\">80\u2013200 mg\/Nm\u00b3<\/td><\/tr>\n          <tr><td style=\"padding:4px 0; color:var(--text-mid);\">Permitting complexity<\/td><td style=\"text-align:right;\"><span class=\"badge badge-orange\">Medium\u2013High<\/span><\/td><\/tr>\n          <tr><td style=\"padding:4px 0; color:var(--text-mid);\">Explosion risk<\/td><td style=\"text-align:right;\"><span class=\"badge badge-orange\">Present<\/span><\/td><\/tr>\n          <tr><td style=\"padding:4px 0; color:var(--text-mid);\">EU ETS applicability<\/td><td style=\"text-align:right;\"><span class=\"badge badge-orange\">Yes (&gt;20 MWth)<\/span><\/td><\/tr>\n        <\/table>\n      <\/div>\n      <div style=\"background:#f0f7ff; border:1px solid #bbdefb; border-radius:8px; padding:18px;\">\n        <div style=\"font-size:13px; font-weight:600; color:#1565c0; margin-bottom:12px;\">\u26a1 Induction Furnace \u2014 Emissions<\/div>\n        <table style=\"width:100%; font-size:13px; border-collapse:collapse;\">\n          <tr><td style=\"padding:4px 0; color:var(--text-mid);\">On-site CO\u2082<\/td><td style=\"text-align:right; font-family:var(--mono); color:var(--text-dark);\">Zero<\/td><\/tr>\n          <tr><td style=\"padding:4px 0; color:var(--text-mid);\">NO\u2093 emissions<\/td><td style=\"text-align:right; font-family:var(--mono); color:var(--text-dark);\">Zero (on-site)<\/td><\/tr>\n          <tr><td style=\"padding:4px 0; color:var(--text-mid);\">Permitting complexity<\/td><td style=\"text-align:right;\"><span class=\"badge badge-green\">Low<\/span><\/td><\/tr>\n          <tr><td style=\"padding:4px 0; color:var(--text-mid);\">Electrical safety<\/td><td style=\"text-align:right;\"><span class=\"badge badge-blue\">Standard IEC<\/span><\/td><\/tr>\n          <tr><td style=\"padding:4px 0; color:var(--text-mid);\">Scope 2 CO\u2082 (grid)<\/td><td style=\"text-align:right;\"><span class=\"badge badge-blue\">Grid-dependent<\/span><\/td><\/tr>\n        <\/table>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- SECTION 4: COMPARISON TABLE -->\n  <div class=\"section\">\n    <div class=\"section-label\">Section 04<\/div>\n    <h2>Summary Comparison Table<\/h2>\n\n    <table class=\"comp-table\">\n      <thead>\n        <tr>\n          <th>Parameter<\/th>\n          <th>\ud83d\udd25 Natural Gas Furnace<\/th>\n          <th>\u26a1 MF Induction Furnace<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>Heating Mechanism<\/td>\n          <td>Flame, convection, radiation (external)<\/td>\n          <td>Joule effect via eddy currents (internal)<\/td>\n        <\/tr>\n        <tr>\n          <td>Start-up Time<\/td>\n          <td><span class=\"badge badge-orange\">30\u201360 min<\/span> (refractory preheat)<\/td>\n          <td><span class=\"badge badge-green\">&lt; 1 min<\/span> (instantaneous)<\/td>\n        <\/tr>\n        <tr>\n          <td>Heating Rate<\/td>\n          <td>5\u201315 \u00b0C\/min<\/td>\n          <td>100\u2013500 \u00b0C\/min<\/td>\n        <\/tr>\n        <tr>\n          <td>Core-to-Surface \u0394T (50 mm billet)<\/td>\n          <td><span class=\"badge badge-green\">&lt; 5 \u00b0C<\/span> (after soaking)<\/td>\n          <td><span class=\"badge badge-orange\">20\u201360 \u00b0C<\/span> (frequency-dependent)<\/td>\n        <\/tr>\n        <tr>\n          <td>Production Buffer<\/td>\n          <td><span class=\"badge badge-green\">Excellent<\/span> \u2014 holding zone<\/td>\n          <td><span class=\"badge badge-red\">Poor<\/span> \u2014 coil must be emptied<\/td>\n        <\/tr>\n        <tr>\n          <td>Surface Oxidation \/ Scale Loss<\/td>\n          <td><span class=\"badge badge-green\">0.3\u20130.7%<\/span> (reducing atmosphere)<\/td>\n          <td><span class=\"badge badge-orange\">0.8\u20131.5%<\/span> (open coil)<\/td>\n        <\/tr>\n        <tr>\n          <td>Dezincification Depth<\/td>\n          <td><span class=\"badge badge-green\">&lt; 0.05 mm<\/span><\/td>\n          <td><span class=\"badge badge-orange\">0.1\u20130.3 mm<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>Die Life Impact<\/td>\n          <td><span class=\"badge badge-green\">Positive<\/span> \u2014 uniform material flow<\/td>\n          <td><span class=\"badge badge-orange\">Neutral \/ Negative<\/span> \u2014 harder surface<\/td>\n        <\/tr>\n        <tr>\n          <td>Electrical Energy Efficiency<\/td>\n          <td>45\u201365% (\u224875% recuperative)<\/td>\n          <td><span class=\"badge badge-green\">90\u201395%<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>Energy Cost per Tonne (EU)<\/td>\n          <td><span class=\"badge badge-green\">Lower<\/span> \u2014 cheaper gas tariff<\/td>\n          <td><span class=\"badge badge-orange\">25\u201360% higher<\/span> \u2014 electricity rate<\/td>\n        <\/tr>\n        <tr>\n          <td>On-site CO\u2082 \/ NO\u2093<\/td>\n          <td><span class=\"badge badge-orange\">Present<\/span> \u2014 combustion gases<\/td>\n          <td><span class=\"badge badge-green\">Zero<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>Footprint<\/td>\n          <td>Large (furnace + exhaust treatment)<\/td>\n          <td>Moderate (coil + cooling tower + capacitor bank)<\/td>\n        <\/tr>\n        <tr>\n          <td>Maintenance Profile<\/td>\n          <td>Lower \u2014 refractory relining every 3\u20137 yr<\/td>\n          <td>Higher \u2014 water-cooling scale, electronic components<\/td>\n        <\/tr>\n        <tr>\n          <td>Large Diameter (&gt; 80 mm) Suitability<\/td>\n          <td><span class=\"badge badge-green\">Excellent<\/span><\/td>\n          <td><span class=\"badge badge-orange\">Requires low-frequency &amp; soak time<\/span><\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/div>\n\n  <!-- SECTION 5: CONCLUSION -->\n  <div class=\"section\">\n    <div class=\"section-label\">Section 05<\/div>\n    <h2>Conclusions &amp; Recommendations<\/h2>\n\n    <p>No single technology is universally superior. Selection must be based on a structured cost-benefit analysis incorporating local utility pricing, billet geometry, production cadence, and regulatory environment.<\/p>\n\n    <div class=\"conclusion-grid\">\n      <div class=\"conclusion-card gas\">\n        <h3>\ud83d\udd25 Select Natural Gas Furnace when:<\/h3>\n        <ul>\n          <li>Billet diameter exceeds <strong>60\u201380 mm<\/strong> (skin depth limitations of induction)<\/li>\n          <li>Die life and material flow are primary quality KPIs<\/li>\n          <li>Production line has frequent short stoppages (&gt; 15 min\/shift)<\/li>\n          <li>Local gas prices are &lt; 50% of electricity on kWh basis<\/li>\n          <li>Reducing atmosphere is required to minimise dezincification (e.g., pressure valve seats, corrosion-critical components)<\/li>\n          <li>Capital budget is constrained (gas furnaces typically 30\u201350% lower CAPEX)<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"conclusion-card ind\">\n        <h3>\u26a1 Select MF Induction Furnace when:<\/h3>\n        <ul>\n          <li>High-volume continuous production (&gt; 15 billets\/min) is required<\/li>\n          <li>Rapid start-up \/ shut-down cycles are operationally mandated<\/li>\n          <li>Facility is subject to strict emission regulations (EU IED, local permits)<\/li>\n          <li>Billet diameter is \u2264 50 mm and frequency can be optimised<\/li>\n          <li>Electricity is competitively priced (renewables, long-term contract)<\/li>\n          <li>Clean production environment required (ESD, precision components)<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <div class=\"callout\" style=\"margin-top:28px;\">\n      <strong>Recommended Next Step:<\/strong> Perform a total cost of ownership (TCO) analysis over a 10-year horizon, incorporating: (1) local energy tariff projections, (2) targeted scrap rate and die replacement cost differentials, (3) carbon cost forecast under applicable regulatory regime (EU ETS or equivalent), and (4) potential qualification costs for atmospheric control systems.\n    <\/div>\n  <\/div>\n\n<\/div><!-- \/page-body -->\n\n<!-- FOOTER -->\n<div class=\"report-footer\">\n  <span>Technical Report \u00b7 Brass Billet Heating Method Analysis \u00b7 Rev 1.0<\/span>\n  <span>Confidential \u2014 For Internal Use Only<\/span>\n<\/div>\n\n<!-- ========== CHARTS ========== -->\n<script>\nconst gasColor   = '#e8930a';\nconst gasLight   = '#f5b547';\nconst indColor   = '#2a7abf';\nconst indLight   = '#90caf9';\nconst gridColor  = '#e8eaf0';\nconst textColor  = '#4a5568';\n\nChart.defaults.font.family = \"'IBM Plex Sans', sans-serif\";\nChart.defaults.font.size = 12;\nChart.defaults.color = textColor;\n\n\/\/ Chart 1: Energy Efficiency\nnew Chart(document.getElementById('chartEfficiency'), {\n  type: 'bar',\n  data: {\n    labels: ['Billet heating efficiency'],\n    datasets: [\n      { label: 'Gas (standard)', data: [55], backgroundColor: gasColor, borderRadius: 4, barPercentage: 0.5 },\n      { label: 'Gas (recuperative)', data: [73], backgroundColor: gasLight, borderRadius: 4, barPercentage: 0.5 },\n      { label: 'MF Induction', data: [93], backgroundColor: indColor, borderRadius: 4, barPercentage: 0.5 },\n    ]\n  },\n  options: {\n    responsive: true, maintainAspectRatio: false,\n    plugins: { legend: { display: false } },\n    scales: {\n      x: { grid: { display: false } },\n      y: {\n        min: 0, max: 100,\n        grid: { color: gridColor },\n        ticks: { callback: v => v + '%' }\n      }\n    }\n  }\n});\n\n\/\/ Chart 2: Temperature profile simulation\nconst timeLabels = ['0','2','4','6','8','10','12','14','16','18','20'];\nnew Chart(document.getElementById('chartTemp'), {\n  type: 'line',\n  data: {\n    labels: timeLabels,\n    datasets: [\n      { label: 'Gas \u2014 surface', data: [20,95,185,295,410,510,600,680,740,770,775], borderColor: gasColor, backgroundColor: 'transparent', tension: 0.4, borderWidth: 2 },\n      { label: 'Gas \u2014 core',    data: [20,65,140,240,360,475,572,655,728,762,773], borderColor: gasLight, backgroundColor: 'transparent', tension: 0.4, borderWidth: 2, borderDash: [4,3] },\n      { label: 'Induction \u2014 surface', data: [20,210,420,590,700,755,772,775,775,775,775], borderColor: indColor, backgroundColor: 'transparent', tension: 0.4, borderWidth: 2 },\n      { label: 'Induction \u2014 core',    data: [20,80,195,380,570,680,738,762,770,774,775], borderColor: indLight, backgroundColor: 'transparent', tension: 0.4, borderWidth: 2, borderDash: [4,3] },\n    ]\n  },\n  options: {\n    responsive: true, maintainAspectRatio: false,\n    plugins: { legend: { display: false } },\n    scales: {\n      x: { title: { display: true, text: 'Time (min)', color: textColor }, grid: { color: gridColor } },\n      y: { title: { display: true, text: 'Temperature (\u00b0C)', color: textColor }, min: 0, max: 850, grid: { color: gridColor }, ticks: { callback: v => v + '\u00b0C' } }\n    }\n  }\n});\n\n\/\/ Chart 3: Metallurgical quality radar\nnew Chart(document.getElementById('chartMeta'), {\n  type: 'radar',\n  data: {\n    labels: ['Temp. uniformity', 'Surface oxide control', 'Core penetration', 'Die life impact', 'Dezincification resist.', 'Grain structure', 'Repeatability'],\n    datasets: [\n      { label: 'Gas Furnace', data: [9.2, 8.5, 9.0, 8.8, 9.0, 7.5, 8.0], borderColor: gasColor, backgroundColor: gasColor+'33', borderWidth: 2, pointBackgroundColor: gasColor },\n      { label: 'MF Induction', data: [6.5, 5.5, 5.8, 6.0, 5.5, 8.5, 9.2], borderColor: indColor, backgroundColor: indColor+'33', borderWidth: 2, pointBackgroundColor: indColor },\n    ]\n  },\n  options: {\n    responsive: true, maintainAspectRatio: false,\n    plugins: { legend: { display: false } },\n    scales: {\n      r: {\n        min: 0, max: 10,\n        grid: { color: gridColor },\n        ticks: { display: false },\n        pointLabels: { font: { size: 12 } }\n      }\n    }\n  }\n});\n\n\/\/ Chart 4: Operating cost\nnew Chart(document.getElementById('chartCost'), {\n  type: 'bar',\n  data: {\n    labels: ['Energy cost\/t', 'Maintenance cost\/t', 'Material loss cost\/t', 'Total OPEX index'],\n    datasets: [\n      { label: 'Gas Furnace',    data: [28, 12, 8,  48], backgroundColor: gasColor,  borderRadius: 4, barPercentage: 0.6 },\n      { label: 'MF Induction',   data: [44, 22, 18, 84], backgroundColor: indColor,  borderRadius: 4, barPercentage: 0.6 },\n    ]\n  },\n  options: {\n    responsive: true, maintainAspectRatio: false,\n    plugins: { legend: { display: false } },\n    scales: {\n      x: { grid: { display: false } },\n      y: { min: 0, grid: { color: gridColor }, ticks: { callback: v => v + ' index' } }\n    }\n  }\n});\n<\/script>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u2190 BACK TO PREVIOUS PAGE Technical Report \u00b7 Thermal Processing Comparative Analysis of Heating Methods for Brass Billet&#8230;<\/p>\n","protected":false},"author":8,"featured_media":31100,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1037,1070,1079,1094,1080,1081],"tags":[877,1066],"class_list":["post-31055","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-china-2-3","category-importazioni-dalla-cina","category-quality-control-it","category-rotary-transfer-cnc-machines-it","category-scouting-suppliers-china-it","category-supplier-search-in-china-it","tag-china-ru-2-2","tag-produzione-meccanica-in-cina-it"],"_links":{"self":[{"href":"https:\/\/www.bei-lin-da.com\/it\/wp-json\/wp\/v2\/posts\/31055","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bei-lin-da.com\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bei-lin-da.com\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bei-lin-da.com\/it\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bei-lin-da.com\/it\/wp-json\/wp\/v2\/comments?post=31055"}],"version-history":[{"count":2,"href":"https:\/\/www.bei-lin-da.com\/it\/wp-json\/wp\/v2\/posts\/31055\/revisions"}],"predecessor-version":[{"id":31071,"href":"https:\/\/www.bei-lin-da.com\/it\/wp-json\/wp\/v2\/posts\/31055\/revisions\/31071"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.bei-lin-da.com\/it\/wp-json\/wp\/v2\/media\/31100"}],"wp:attachment":[{"href":"https:\/\/www.bei-lin-da.com\/it\/wp-json\/wp\/v2\/media?parent=31055"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bei-lin-da.com\/it\/wp-json\/wp\/v2\/categories?post=31055"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bei-lin-da.com\/it\/wp-json\/wp\/v2\/tags?post=31055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}