DEV Community

Evgenii Konkin
Evgenii Konkin

Posted on

The Engineering Math Behind Cable Pulling Tension: Straight-Run Screening for Conduit Installation

A 1000-meter pull of a 3 kg/m cable with a friction coefficient of 0.5 requires over 14,700 Newtons of force—roughly the weight of a small car. That tension can exceed the tensile limits of many cables, making straight-run screening a critical first step in conduit design.

The Formula

The cable pulling tension for a straight horizontal run is given by:

Metric:

T = m × L × g × μ
Enter fullscreen mode Exit fullscreen mode

Imperial:

T = w × L × μ
Enter fullscreen mode Exit fullscreen mode

Where:

  • T = pulling tension (N in metric, lbf in imperial)
  • m = cable mass per unit length (kg/m)
  • w = cable weight per unit length (lbf/ft)
  • L = pull length (m or ft)
  • g = 9.81 m/s² (gravitational acceleration, metric only)
  • μ = coefficient of friction (dimensionless)

Why each term? The product m × g converts mass to weight per unit length (N/m). Multiplying by length gives the total weight of cable being pulled. The friction coefficient accounts for the resistance between cable and conduit—without it, tension would be zero. This model assumes a straight horizontal run; bends add multiplicative factors.

Worked Example 1

Scenario: A 500 m pull of a 2.5 kg/m cable with μ = 0.4.

Metric calculation:

m = 2.5 kg/m
L = 500 m
g = 9.81 m/s²
μ = 0.4
T = 2.5 × 500 × 9.81 × 0.4 = 4905 N
Enter fullscreen mode Exit fullscreen mode

The result is 4905 N. According to the calculator's Result Intelligence System, this is classified as NORMAL (typical range for medium-length pulls).

Worked Example 2

Scenario: A 300 ft pull of a 0.5 lbf/ft cable with μ = 0.25 (lubricated).

Imperial calculation:

w = 0.5 lbf/ft
L = 300 ft
μ = 0.25
T = 0.5 × 300 × 0.25 = 37.5 lbf
Enter fullscreen mode Exit fullscreen mode

The result is 37.5 lbf, classified as LOW—well within safe limits for most cables.

What Engineers Often Miss

  1. Friction coefficient is not a constant. Values from 0.2 (lubricated) to 0.8 (dry) are common, but field conditions vary. Always use a conservative estimate (e.g., 0.5) unless lubricant is guaranteed.

  2. Bend amplification multiplies tension. A single 90° bend can increase tension by 1.5–2×. The straight-run model is a screening tool, not a final design.

  3. Maximum allowable tension depends on conductor and jacket. Copper conductors have lower tensile strength than steel. Always check manufacturer limits—often 0.008 times the conductor cross-sectional area in kcmil for copper.

Try the Calculator

Use the Cable Pulling Tension Calculator to quickly screen your straight-run pulls before accounting for bends or vertical sections.

Top comments (0)