Coil wrapping math

Status
Not open for further replies.

GoombahYah

Full Member
Oct 16, 2014
40
57
Sun Prairie, WI
Hi all! I'm trying to calculate the number of turns required for a given resistance of a wire, and have bumped up against my rusty math skills. Through various sources, I've figured out a formula for calculating the length of a coil:

Code:
N = sqrt[ (πDT)^2 + (WT + P(T-1))^2 ] + d

Where:
N = Overall length of wire
D = Diameter (mean)
T = Number of Turns
W = Wire diameter
P = pitch (spacing)
d = Lead length

However, I'm having a hard time re-factoring this in terms of T (the number of turns for a specific length).

Can anyone whose math skills are better than mine lend a hand in this (or point out any errors in the formula above)? Thanks!
 

GoombahYah

Full Member
Oct 16, 2014
40
57
Sun Prairie, WI
Thanks for the links, but I'm trying to make a native iOS app that does (most of) what those online calculators do. Hence the request to check my math. :)

And I second Rsunderl's comment: no matter what calculator is used, always use an ohmmeter to check the results before firing. Even if these calculators are 100% accurate, imperfections in the coil, the wind, or the installation can cause unexpected variations.
 

rurwin

Ultra Member
ECF Veteran
Verified Member
Jan 6, 2014
1,072
1,285
Leicester, UK
The average circumference of a ring of wire will be:

c = pi x (InternalDiameter + WireDiameter)

In that distance a single turn of wire also moves from one turn to the next. In a tight micro-coil that's a distance of WireDiameter. So the length of a single turn will be

L1 = sqr(c^2 + WireDiameter^2)

The length of an N-turn coil will then be:

LN = L1 x N + LegLength1 + LegLength2

The cross-sectional area of the wire is:

A = pi x (WireDiameter/2) ^ 2

The resistance of the coil is then:

R = Resistivity / A x LN

The Resistivity of Kanthal A1 is 1.45 ohm mm^2/m, or 1,450,000 ohm m^2/m, or 0.001 45 ohm mm^2/mm. Choose the version you use depending on your units for length and area.
 
  • Like
Reactions: free3dom
Status
Not open for further replies.

Users who are viewing this thread