Bolted Joint with Gasket (External Tensile Load)

stress

Verified build 6 relations · 4 identities proven · 2 modeling steps · 3 parity samples

Tighten a bolt through two flanges and it stretches like a stiff spring, squeezing the members between its head and nut with a preload FiF_i. Now hang an external tensile load PP on the joint — internal pressure trying to lift a vessel head, a pipe flange fighting the line pressure behind it. The question every fastener course turns on is deceptively simple: how much of PP does the bolt actually feel?

The naïve answer — all of it — is wrong, and usefully so. The bolt and the clamped members are two springs in parallel, both anchored between the same head and nut. When PP tries to pull them apart, the bolt stretches a little more and the members, already squeezed, relax a little. They must move together as long as they stay in contact, so the external load splits between them by stiffness. A well-preloaded joint routes most of PP into unloading the members and only a small fraction into more bolt tension — which is the entire reason bolts are preloaded at all.

You meet this joint wherever a seal has to hold pressure: cylinder heads, pressure-vessel flanges, pump and valve bonnets, pipe flange pairs, the head of a hydraulic cylinder. The gasket is what makes it its own THING.

The load splits by stiffness

Give the bolt stiffness kbk_b and the combined member-plus-gasket stiffness kmk_m. The fraction of the external load the bolt takes is the joint stiffness constant:

C=kbkb+kmC = \frac{k_b}{k_b + k_m}

— exactly how two parallel springs share a force. The bolt tension and the residual clamping force then follow from equilibrium and compatibility together:

Fb=Fi+CP,Fm=Fi(1C)PF_b = F_i + C\,P, \qquad F_m = F_i - (1 - C)\,P

The bolt sees its preload plus only its share CPC\,P of the external load; the members shed the rest. In a bare metal joint the members are far stiffer than the bolt, so CC is small — typically 0.150.15 to 0.250.25, meaning the bolt feels only 151525%25\% of PP. This is the whole payoff of preload: the load the bolt fatigues under is a fraction of the applied load, and the members do the rest of the work by un-squeezing.

The build does not hand you these formulas to trust. It certifies that equilibrium and compatibility form a system linear in {Fb,Fm}\{F_b, F_m\}, solves that 2×22\times2 system exactly at build time, and checks the solution back through both relations — the same total verification an ordinary closed form gets. This is the solveLinear capability shared with the propped cantilever and the composite bar; what the machine proves and what still rests on a book is on the verification page.

The gasket is the whole point

A gasket is a soft layer in series with the metal members, and softness lowers kmk_m. Look at what that does to C=kb/(kb+km)C = k_b/(k_b + k_m): as kmk_m falls, CC rises, so the bolt is forced to absorb a larger fraction of every external load. The default state here is already a gasketed joint — the members-plus-gasket stiffness kmk_m has been brought down to equal the bolt’s own kbk_b, so C=0.5C = 0.5 and the bolt takes half of every external load, well above the 0.150.150.250.25 of a bare metal joint. Soften the gasket further in the widget (drop kmk_m below kbk_b) and watch CC climb past 0.50.5 — the bolt force FbF_b swings ever more for the same PP. That is why a soft-gasketed joint is harder on its bolts than a metal-to-metal one, and why gasket choice is a fatigue decision, not just a sealing one. (Here kmk_m is a direct input — the members and gasket already combined into one series stiffness. Computing kmk_m from the members’ pressure-cone frusta and the gasket’s own rate is the standard next step, and named future work.)

Separation — where the model stops

Watch Fm=Fi(1C)PF_m = F_i - (1 - C)\,P as you crank PP up. The residual clamping force falls, and at

P0=Fi1CP_0 = \frac{F_i}{1 - C}

it reaches zero: the members go slack and the joint separates. Past P0P_0 the bolt carries the entire external load, the two-spring split no longer describes anything, and — for a gasketed joint — the seal has already leaked. Because the linear model is void everywhere beyond separation, the widget refuses the whole evaluation there rather than draw a confident, wrong picture: every readout blanks and the diagram is replaced by a refusal. Separation is not a warning to design near; it is the cliff the preload exists to keep you away from.

What sets the numbers, and the honest scope

Two inputs deserve a note:

Sign convention

FiF_i is the assembly preload — bolt tension equals member compression before any external load. FbF_b is the total bolt tension and is always positive. FmF_m is the residual clamping force, taken positive in compression: it starts at FiF_i and falls as PP grows, and separation is Fm0F_m \le 0. (Shigley writes the member force as (1C)PFi(1-C)P - F_i with compression negative; the sign is flipped here so that a positive FmF_m reads directly as “the joint is still clamped.”)

Try it

Inputs
MPa
Bolt force
Member clamping force
Joint stiffness constant
Separation load
Bolt stress
Proof safety factor

Governing relations

FbFm=PF_b - F_m = P

Assumes: vertical equilibrium of the clamped members: the external tensile load P is the difference between the bolt tension F_b and the residual member clamping force F_m (compression positive)

Source: Budynas, R. G., & Nisbett, J. K., Shigley's Mechanical Engineering Design, 10th ed., McGraw-Hill, 2015 — ch. 8 (Screws, Fasteners, and the Design of Nonpermanent Joints): §8-4 the joint constant C = k_b/(k_b + k_m); §8-5 bolt and member forces F_b = F_i + CP, F_m = F_i − (1 − C)P and the separation condition; Table 8-11 metric property classes (proof strength).

FbFikb=FiFmkm\frac{F_b - F_i}{k_b} = \frac{F_i - F_m}{k_m}

Assumes: while the bolt head stays in contact with the members, both deform together: the EXTRA bolt stretch beyond preload, (F_b − F_i)/k_b, equals the members' elastic recovery, (F_i − F_m)/k_m; linear elastic springs, bolt and members loaded within their elastic range

Source: Budynas, R. G., & Nisbett, J. K., Shigley's Mechanical Engineering Design, 10th ed., McGraw-Hill, 2015 — ch. 8 (Screws, Fasteners, and the Design of Nonpermanent Joints): §8-4 the joint constant C = k_b/(k_b + k_m); §8-5 bolt and member forces F_b = F_i + CP, F_m = F_i − (1 − C)P and the separation condition; Table 8-11 metric property classes (proof strength).

C=kbkb+kmC = \frac{k_b}{k_b + k_m}

Assumes: the bolt and the members are two springs in PARALLEL sharing the external load; C is the fraction the bolt takes. A soft gasket lowers k_m, which raises C — the bolt then absorbs more of every external load

Source: Budynas, R. G., & Nisbett, J. K., Shigley's Mechanical Engineering Design, 10th ed., McGraw-Hill, 2015 — ch. 8 (Screws, Fasteners, and the Design of Nonpermanent Joints): §8-4 the joint constant C = k_b/(k_b + k_m); §8-5 bolt and member forces F_b = F_i + CP, F_m = F_i − (1 − C)P and the separation condition; Table 8-11 metric property classes (proof strength).

P0=Fi1CP_0 = \frac{F_i}{1 - C}

Assumes: the external load at which the residual clamping force reaches zero: set F_m = F_i − (1−C)P to zero and solve for P. Above P_0 the members are slack and the joint has separated · Valid while: The external load has passed the separation load P₀ — the residual clamping force has reached zero and the members are slack. Past separation the bolt carries the entire external load and the linear stiffness split is meaningless, so every number here is refused.

Source: Budynas, R. G., & Nisbett, J. K., Shigley's Mechanical Engineering Design, 10th ed., McGraw-Hill, 2015 — ch. 8 (Screws, Fasteners, and the Design of Nonpermanent Joints): §8-4 the joint constant C = k_b/(k_b + k_m); §8-5 bolt and member forces F_b = F_i + CP, F_m = F_i − (1 − C)P and the separation condition; Table 8-11 metric property classes (proof strength).

σb=FbAt\sigma_b = \frac{F_b}{A_t}

Assumes: nominal tensile stress on the bolt's tensile-stress area A_t (the effective area through the threads); stress concentration at the thread root is not modeled · Valid while: Bolt stress has reached the proof strength S_p — the bolt is loaded past the point where the preload is guaranteed to survive. The linear load-sharing math still holds (hence a warning, not a refusal), but the joint is no longer in its designed-for range.

Source: Budynas, R. G., & Nisbett, J. K., Shigley's Mechanical Engineering Design, 10th ed., McGraw-Hill, 2015 — ch. 8 (Screws, Fasteners, and the Design of Nonpermanent Joints): §8-4 the joint constant C = k_b/(k_b + k_m); §8-5 bolt and member forces F_b = F_i + CP, F_m = F_i − (1 − C)P and the separation condition; Table 8-11 metric property classes (proof strength).

np=SpAtFbn_p = \frac{S_p\,A_t}{F_b}

Assumes: static margin against the bolt reaching its proof strength under the maximum bolt force F_b (external load fully applied), not a fatigue margin

Source: Budynas, R. G., & Nisbett, J. K., Shigley's Mechanical Engineering Design, 10th ed., McGraw-Hill, 2015 — ch. 8 (Screws, Fasteners, and the Design of Nonpermanent Joints): §8-4 the joint constant C = k_b/(k_b + k_m); §8-5 bolt and member forces F_b = F_i + CP, F_m = F_i − (1 − C)P and the separation condition; Table 8-11 metric property classes (proof strength).

Derivation

Steps marked modeling step are where physics enters by citation — every other line is machine-proven to follow from them, and the cited models are independently re-derived in the test pipeline where possible. See what is and isn't machine-verified.

FbFm=PF_{b} - F_{m} = P

1. Free-body the clamped members. Before the external load, the bolt pulls them together with the preload F_i and they push back with an equal F_i. Apply an external tensile load P pulling the members apart: the bolt tension rises to F_b and the members' clamping force drops to F_m, and equilibrium requires their difference to be exactly P. One equation, two unknowns — the joint is statically indeterminate. — statics: ΣF = 0 on the members modeling step

FbFikb=FiFmkm\frac{F_{b} - F_{i}}{k_{b}} = \frac{F_{i} - F_{m}}{k_{m}}

2. The missing equation is compatibility. As long as the bolt head and the members stay in contact they move together, so the EXTRA stretch the bolt picks up beyond preload, (F_b − F_i)/k_b, must equal the amount the compressed members spring back, (F_i − F_m)/k_m. The bolt and the members are two springs in parallel. — compatibility: equal incremental deflection at the interface modeling step

C=kbkb+kmC = \frac{k_{b}}{k_{b} + k_{m}}

3. Define the joint stiffness constant C = k_b/(k_b + k_m): the bolt's share of any external load, the way two parallel springs split a force. This is the whole story of the gasket — a soft gasket lowers k_m, which drives C UP, so the bolt is forced to absorb a larger fraction of P. — parallel-spring load split

Fb=CP+FiF_{b} = C P + F_{i}

4. Solve the two equations together. The bolt tension is the preload plus only its share of the external load: F_b = F_i + C·P. Because C is a fraction, the bolt sees far less than the full P — that is exactly what preloading buys you. The build does not solve these one at a time; it certifies the 2×2 system is linear in {F_b, F_m} and solves it exactly, both at once. — exact linear solve of the coupled system

Fm=FiP(1C)F_{m} = F_{i} - P \left(1 - C\right)

5. The members lose the rest: F_m = F_i − (1 − C)·P. The residual clamping force starts at the full preload and falls as P grows. This falling number is what a bolted joint is really about — keep it comfortably above zero and the joint stays tight. — back-substitution for the member force

P0=Fi1CP_{0} = \frac{F_{i}}{1 - C}

6. Set F_m = 0 and solve for the load that opens the joint: P₀ = F_i/(1 − C). At P₀ the members go slack, the bolt inherits the entire external load, and the linear split stops being true — which is why the model refuses every state past separation rather than drawing a false picture. — separation condition F_m = 0

How it fails

The widget’s safety factor npn_p guards one thing — the bolt reaching its proof strength under the maximum static load. Real bolted joints rarely die that way. The interesting failures are the ones the static picture cannot see, and for a preloaded joint the first of them is the real killer.

  • Helical Compression Spring

    A torsion bar wound into a package: push on the coil and the wire twists. G sets the rate, σ_y sets the margin, and the geometry trades them against three envelopes — coil bind, buckling, and a spring index you can actually wind.

    • stiffness
    • stress
    • mass-cost
  • Axial Disk Clutch / Brake (Uniform Wear vs Uniform Pressure)

    The torque an axial plate clutch can pass depends on an assumption you cannot see: how the contact pressure is distributed across the friction annulus. A new, rigid clutch presses uniformly; a worn-in one wears until pressure ∝ 1/r, concentrating load at the inner edge. This page shows both torque predictions side by side — never picking a winner — with the worn-in model always giving the smaller (safe) number, and the r_i = r_o/√3 that squeezes the most torque from a given lining.

    • torque-power
  • Shaft Critical Speed (Rayleigh + Dunkerley)

    Spin a shaft fast enough and it whips: at its critical speed the rotor whirls in resonance with its own static sag, ω_c = √(g/δ_st). Gravity sets the sag but cancels out of the answer — the critical speed is pure stiffness over inertia. Dunkerley's estimate folds in the shaft's own mass and is provably never higher than Rayleigh's.

    • dynamics
    • stress
  • Spur Gear Pair (Lewis Bending)

    Two meshing spur gears carry power through one tangential tooth force. The Lewis equation turns that force into a root-bending stress, and a cited form-factor table sets how much a tooth of N teeth can take. Same load, same module — yet the pinion, with fewer teeth, always works harder.

    • stress
    • torque-power
  • Stepped Shaft — Shoulder-Fillet Stress Concentration

    A shoulder where a shaft steps from a large diameter D to a small diameter d concentrates stress in the fillet of radius r. The peak stress is the nominal stress times a geometric factor K_t read from a cited chart — pure geometry: the material changes the safety factor but never K_t.

    • stress
  • Belt Drive (Flat Belt / Capstan)

    Friction compounding like interest: every degree of wrap multiplies the tension a belt can hold, e^μθ in total — the same exponential that lets a sailor check a ship with two turns of rope. At speed, centrifugal relief steals tension back, so every belt has a power ceiling.

    • torque-power

Chains with

Outputs whose SI dimension and quantity kind match another THING's input — the only wires the planner's connectionLegal accepts (invariant 2, computed at build time, not hand-listed). Wire these on the chaining demo.

+ 13 more THINGs its outputs can legally feed (showing the first 8 in course order).

Sources