238 lines
12 KiB
HTML
238 lines
12 KiB
HTML
|
|
<!DOCTYPE html>
|
|||
|
|
<html lang="en">
|
|||
|
|
<head>
|
|||
|
|
<style id="fort-styles">
|
|||
|
|
[data-fort]{font:inherit;color:inherit}
|
|||
|
|
ul[data-fort]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45em}
|
|||
|
|
[data-fort] li{margin:0;padding:0;line-height:1.45;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|||
|
|
[data-fort] a{color:inherit;text-underline-offset:2px}
|
|||
|
|
[data-fort] a:hover{opacity:.72}
|
|||
|
|
[data-fort] .src,[data-fort] .fm-type{opacity:.6;font-size:.85em}
|
|||
|
|
.fort-citizen{display:flex;flex-direction:column;gap:.4em}
|
|||
|
|
.fort-citizen .fc-name{font-weight:600}
|
|||
|
|
.fort-citizen .fc-pages{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3em}
|
|||
|
|
.fort-media,.fort-film{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.6em}
|
|||
|
|
.fort-film{list-style:none;margin:0;padding:0}
|
|||
|
|
.fort-film li{overflow:visible;white-space:normal}
|
|||
|
|
.fort-film a{display:flex;flex-direction:column;gap:.3em;text-decoration:none}
|
|||
|
|
.fort-media img,.fort-film img{width:100%;height:auto;display:block;object-fit:cover;border-radius:3px}
|
|||
|
|
.fort-film img{aspect-ratio:16/10}
|
|||
|
|
.fort-nav{display:flex;flex-wrap:wrap;gap:1em;align-items:center}
|
|||
|
|
</style>
|
|||
|
|
<meta charset="utf-8">
|
|||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|||
|
|
<title>Thermal Distortion in Welding — Shop Notes</title>
|
|||
|
|
<meta property="og:type" content="website">
|
|||
|
|
<meta property="og:title" content="Thermal Distortion in Welding — Shop Notes">
|
|||
|
|
<meta property="og:description" content="Every fabricator hits this wall eventually: you lay down a perfect bead, let it cool, and the piece is twisted. The distortion wasn">
|
|||
|
|
<meta property="og:image" content="https://images.pexels.com/photos/4588610/pexels-photo-4588610.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940">
|
|||
|
|
<meta property="og:url" content="https://augusto-torres.4ort.net/welding-distortion.html">
|
|||
|
|
<meta name="twitter:card" content="summary_large_image">
|
|||
|
|
<meta name="description" content="Every fabricator hits this wall eventually: you lay down a perfect bead, let it cool, and the piece is twisted. The distortion wasn't in your hands — it…">
|
|||
|
|
<style>
|
|||
|
|
:root {
|
|||
|
|
--bg: #f5f2eb;
|
|||
|
|
--ink: #1a1a1a;
|
|||
|
|
--accent: #c45720;
|
|||
|
|
--steel: #3a3a3a;
|
|||
|
|
--grid: rgba(58,58,58,0.12);
|
|||
|
|
}
|
|||
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|||
|
|
body {
|
|||
|
|
background: var(--bg);
|
|||
|
|
color: var(--ink);
|
|||
|
|
font-family: "IBM Plex Mono", "Courier New", monospace;
|
|||
|
|
font-size: 15px;
|
|||
|
|
line-height: 1.55;
|
|||
|
|
min-height: 100vh;
|
|||
|
|
}
|
|||
|
|
body::before {
|
|||
|
|
content: "";
|
|||
|
|
position: fixed;
|
|||
|
|
inset: 0;
|
|||
|
|
background-image:
|
|||
|
|
linear-gradient(var(--grid) 1px, transparent 1px),
|
|||
|
|
linear-gradient(90deg, var(--grid) 1px, transparent 1px);
|
|||
|
|
background-size: 24px 24px;
|
|||
|
|
z-index: -1;
|
|||
|
|
pointer-events: none;
|
|||
|
|
}
|
|||
|
|
header {
|
|||
|
|
border-bottom: 3px solid var(--ink);
|
|||
|
|
padding: 2rem 1.5rem 1.5rem;
|
|||
|
|
}
|
|||
|
|
header h1 {
|
|||
|
|
font-size: 1.6rem;
|
|||
|
|
font-weight: 700;
|
|||
|
|
letter-spacing: -0.02em;
|
|||
|
|
text-transform: uppercase;
|
|||
|
|
}
|
|||
|
|
header .subtitle {
|
|||
|
|
color: var(--accent);
|
|||
|
|
font-weight: 600;
|
|||
|
|
margin-top: 0.25rem;
|
|||
|
|
font-size: 0.9rem;
|
|||
|
|
}
|
|||
|
|
.container { max-width: 820px; margin: 0 auto; padding: 0 1.5rem; }
|
|||
|
|
section { padding: 2rem 0; border-bottom: 1px solid var(--grid); }
|
|||
|
|
section:last-child { border-bottom: none; }
|
|||
|
|
h2 {
|
|||
|
|
font-size: 1.1rem;
|
|||
|
|
font-weight: 700;
|
|||
|
|
text-transform: uppercase;
|
|||
|
|
letter-spacing: 0.06em;
|
|||
|
|
margin-bottom: 1rem;
|
|||
|
|
padding-bottom: 0.4rem;
|
|||
|
|
border-bottom: 2px solid var(--accent);
|
|||
|
|
display: inline-block;
|
|||
|
|
}
|
|||
|
|
h3 { font-size: 0.95rem; font-weight: 700; margin: 1.2rem 0 0.5rem; color: var(--steel); }
|
|||
|
|
p { margin-bottom: 1rem; }
|
|||
|
|
img.hero {
|
|||
|
|
width: 100%;
|
|||
|
|
max-height: 380px;
|
|||
|
|
object-fit: cover;
|
|||
|
|
border: 2px solid var(--ink);
|
|||
|
|
display: block;
|
|||
|
|
margin-bottom: 1rem;
|
|||
|
|
filter: contrast(1.05) saturate(0.9);
|
|||
|
|
}
|
|||
|
|
.spec-block {
|
|||
|
|
border: 2px solid var(--ink);
|
|||
|
|
padding: 1rem 1.25rem;
|
|||
|
|
margin: 1rem 0;
|
|||
|
|
background: rgba(255,255,255,0.4);
|
|||
|
|
}
|
|||
|
|
.spec-block table { width: 100%; border-collapse: collapse; }
|
|||
|
|
.spec-block td { padding: 0.4rem 0.75rem 0.4rem 0; border-bottom: 1px solid var(--grid); vertical-align: top; }
|
|||
|
|
.spec-block td:first-child { font-weight: 600; width: 35%; color: var(--steel); }
|
|||
|
|
.warn {
|
|||
|
|
border: 2px solid var(--accent);
|
|||
|
|
padding: 0.8rem 1rem;
|
|||
|
|
margin: 1rem 0;
|
|||
|
|
background: rgba(196,87,32,0.06);
|
|||
|
|
font-weight: 600;
|
|||
|
|
}
|
|||
|
|
.warn::before { content: "⚠ "; }
|
|||
|
|
a { color: var(--accent); text-decoration: underline; text-decoration-thickness: 1px; }
|
|||
|
|
a:hover { background: rgba(196,87,32,0.08); }
|
|||
|
|
nav { margin-bottom: 0.5rem; }
|
|||
|
|
nav a { margin-right: 1.2rem; text-decoration: none; font-weight: 600; }
|
|||
|
|
nav a:hover { text-decoration: underline; }
|
|||
|
|
.toc { border: 1px solid var(--steel); padding: 0.8rem 1rem; margin: 1rem 0; }
|
|||
|
|
.toc ol { padding-left: 1.5rem; }
|
|||
|
|
.toc li { margin-bottom: 0.3rem; }
|
|||
|
|
.backlink { font-size: 0.85rem; margin-top: 1rem; }
|
|||
|
|
footer { padding: 2rem 0; border-top: 3px solid var(--ink); font-size: 0.85rem; color: var(--steel); }
|
|||
|
|
</style>
|
|||
|
|
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
|
|||
|
|
<header>
|
|||
|
|
<nav><a href="index.html">← Home</a></nav>
|
|||
|
|
<fort-nav><nav class="fort-nav" data-fort="nav"><a href="/">Augusto Torres</a><a href="/films/precision-in-fabrication/">Index</a><a href="/blueprint-reading.html">Blueprint Reading for Fabricators</a><a href="/mole-negro.html">Mole Negro</a><a href="/welding-distortion.html" class="active" aria-current="page">Thermal Distortion in Welding</a></nav></fort-nav>
|
|||
|
|
<h1>Thermal Distortion in Welding</h1>
|
|||
|
|
<div class="subtitle">Shop Notes — Why Metal Warps and How to Stop It</div>
|
|||
|
|
</header>
|
|||
|
|
|
|||
|
|
<main class="container">
|
|||
|
|
|
|||
|
|
<section>
|
|||
|
|
<img class="hero" src="https://images.pexels.com/photos/4588610/pexels-photo-4588610.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940" alt="Grinding sparks flying from metal work">
|
|||
|
|
<p>Every fabricator hits this wall eventually: you lay down a perfect bead, let it cool, and the piece is twisted. The distortion wasn't in your hands — it was in the physics. Heat goes in one side, metal expands, heat leaves, metal contracts... and nothing lines up anymore.</p>
|
|||
|
|
<p>After two decades on the floor, here's what I've learned about keeping metal flat when the arc won't let you.</p>
|
|||
|
|
|
|||
|
|
<div class="toc">
|
|||
|
|
<strong>Contents</strong>
|
|||
|
|
<ol>
|
|||
|
|
<li><a href="#why">Why Metal Warps</a></li>
|
|||
|
|
<li><a href="#types">Types of Distortion</a></li>
|
|||
|
|
<li><a href="#control">Control Techniques</a></li>
|
|||
|
|
<li><a href="#sequence">Weld Sequence Matters</a></li>
|
|||
|
|
<li><a href="#fixtures">Fixturing & Restraint</a></li>
|
|||
|
|
<li><a href="#post">Post-Weld Correction</a></li>
|
|||
|
|
</ol>
|
|||
|
|
</div>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section id="why">
|
|||
|
|
<h2>Why Metal Warps</h2>
|
|||
|
|
<p>Metal expands when heated. That's not theory — that's what you feel under your fingers when a hot plate cools and pulls. The coefficient of thermal expansion for mild steel is roughly <strong>11.7 × 10⁻⁶ /°C</strong>. That small number compounds over the length of a weld.</p>
|
|||
|
|
<p>When you weld, the heat-affected zone (HAZ) gets to 2,500°F+ locally. The rest of the plate is still room temperature. That gradient is the enemy. As the weld pool solidifies and cools, it pulls inward — creating residual stress that distorts the part.</p>
|
|||
|
|
<div class="warn">A rule from the floor: if you can feel the plate get hot to the touch during welding, you're putting too much heat in. Slow the travel, drop the amperage, or add more breaks.</div>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section id="types">
|
|||
|
|
<h2>Types of Distortion</h2>
|
|||
|
|
<div class="spec-block">
|
|||
|
|
<table>
|
|||
|
|
<tr><td>Angular</td><td>One side draws more than the other; the joint rotates. Most common in fillet and groove welds on thin plate.</td></tr>
|
|||
|
|
<tr><td>Longitudinal</td><td>The entire part shortens along the weld axis. Critical on long seams and plate assemblies.</td></tr>
|
|||
|
|
<tr><td>Lateral</td><td>The plate buckles perpendicular to the weld. Shows up as a banana curve.</td></tr>
|
|||
|
|
<tr><td>Wrinkling</td><td>Compression buckling in thin sheet metal — looks like a crumpled paper bag. Almost always a fixturing failure.</td></tr>
|
|||
|
|
</table>
|
|||
|
|
</div>
|
|||
|
|
<p>I've seen every one of these on the line. Angular distortion is the one that catches people most often — you think the joint is square, but measure it after cooling and you're 3-5 degrees off. That stacks up fast on a multi-pass assembly.</p>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section id="control">
|
|||
|
|
<h2>Control Techniques</h2>
|
|||
|
|
|
|||
|
|
<h3>Preheat</h3>
|
|||
|
|
<p>Bringing the whole assembly to a uniform temperature before welding reduces the gradient. For mild steel, 150-250°F preheat is standard. For thicker sections or higher-carbon steels, go higher. Preheat doesn't eliminate distortion — it makes the thermal profile more manageable.</p>
|
|||
|
|
|
|||
|
|
<h3>Heat Input Management</h3>
|
|||
|
|
<p>Lower amperage, faster travel speed, and shorter beads all reduce total heat input. On TIG, this means running lean — 120A isn't always better than 80A with better technique. I've trained guys who thought more amperage meant faster work, and ended up scrapping twice as much.</p>
|
|||
|
|
|
|||
|
|
<h3>Intermittent Welding</h3>
|
|||
|
|
<p>For long seams, don't run the full length. Stitch weld — 2 inches on, skip 4, go back and fill. This gives each segment time to cool and settle before the next pass. It looks messy but it holds flat.</p>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section id="sequence">
|
|||
|
|
<h2>Weld Sequence Matters</h2>
|
|||
|
|
<p>This is where experience matters most. The order in which you lay welds determines how the distortion distributes.</p>
|
|||
|
|
|
|||
|
|
<h3>Rule 1: Weld from the center outward</h3>
|
|||
|
|
<p>Starting in the middle and working both ways lets distortion cancel out symmetrically. Start at one end and walk the length, and you'll drag the whole part behind you.</p>
|
|||
|
|
|
|||
|
|
<h3>Rule 2: Alternate sides on a joint</h3>
|
|||
|
|
<p>If you're welding both sides of a butt joint, do half on side A, flip, do half on side B. Each pass on one side pulls the part back toward center. Don't do all of side A then all of side B — you'll twist it like a wet rag.</p>
|
|||
|
|
|
|||
|
|
<h3>Rule 3: Big to small</h3>
|
|||
|
|
<p>Weld the largest, highest-heat passes first. The smaller finishing passes add minimal distortion by comparison. Put the heavy work in while the part is still restrained and fresh.</p>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section id="fixtures">
|
|||
|
|
<h2>Fixturing & Restraint</h3>
|
|||
|
|
<p>Clamps, jigs, and backing bars are your best defense. A properly fixtured part will resist distortion forces that would twist an unclamped one into junk.</p>
|
|||
|
|
<p>On the line, I use toggle clamps with soft jaws to avoid marring, backed by angle iron. For thin sheet (below 16 ga), I vacuum-bag onto a flat platen. Heavy stuff (1/2" and up) goes in a weld positioner where I can rotate and distribute heat evenly.</p>
|
|||
|
|
<div class="warn">Never weld without restraint on a precision part. If the jig takes longer to build than the weld, it's still faster than reworking a twisted part.</div>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section id="post">
|
|||
|
|
<h2>Post-Weld Correction</h2>
|
|||
|
|
<p>Sometimes you need to correct what's already done. Two approaches:</p>
|
|||
|
|
<h3>Heat Straightening</h3>
|
|||
|
|
<p>Apply localized heat with an oxy-acetylene torch to the high side, let it cool. The contraction pulls the part back toward flat. Works best on mild steel. You need feel for this — too much heat and you're making it worse.</p>
|
|||
|
|
<h3>Mechanical Straightening</h3>
|
|||
|
|
<p>Press, hammer, or bend the part back. This works on small deflections but introduces new residual stress. It's a band-aid, not a cure. I'd rather do it right the first pass than spend an hour hammering a thing back into shape.</p>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
<section>
|
|||
|
|
<h2>Source & References</h2>
|
|||
|
|
<p>Metal fabrication is a <a href="https://www.wikidata.org/wiki/Q4115400" target="_blank">recognized occupation (Wikidata Q4115400)</a> involving cutting, bending, and assembling processes. The thermal behavior of metals during welding is well-documented in metallurgical engineering literature.</p>
|
|||
|
|
<p class="backlink"><a href="index.html">← Back to home</a></p>
|
|||
|
|
</section>
|
|||
|
|
|
|||
|
|
</main>
|
|||
|
|
|
|||
|
|
<footer>
|
|||
|
|
<div class="container">
|
|||
|
|
<p>Augusto Torres · Shop notes from two decades on the floor · <a href="index.html">Home</a></p>
|
|||
|
|
</div>
|
|||
|
|
</footer>
|
|||
|
|
|
|||
|
|
</body>
|
|||
|
|
</html>
|