Calculating wire diameter for maximum current

When selecting wire diameter we usually lok for cross reference tables where you can find recommended wire diameter for maximum current drive. But sometimes may be more useful to calculate by formula than look in to the tables. This way you can have more accurate results. There is nothing new just simple physics.

Wire resistance (Ω)is calculated as follows:

R = ρ·l/S or R = (1.27·ρ·l )/d2;

Where ρ – resistivity of material (Ω·m), found in tables, l – wire length (m), S – cross selection area(m2), d - wire diameter (m). According to this we can calculate wire length, when other parameters are known:

l = R·S/ρ or l = (0.785·R·d2)/ρ

Cross selection area can by found as follows: S=0.785·d2.

Wire resistance depends on temperature. Lets say R2 is resistance for temperature t2 and R1 is for t1(usually t1 = 18°C), then:

R2=R1·(1+α·(t2-t1))

Where α – temperature coefficient (K-1).

Lets say that maximum current for cross selection area is marked as Δ (A/mm2), then maximal current can be found I=0.785·Δ·d2. Needed diameter can be found by formula(√ - square root symbol):

d=√((1.27·I)/Δ)

So if allowed load is Δ=2A/mm2, then d=0.8√I.

If diameter is les than 0.2mm, then melting current can be calculated by formula:

Im=(d-0.005)/k

where k – coefficient (kcopper=0.034; knickel=0.07; kiron=0.127). Then diameter would be : d=k·Im+0.005. This formula may be used when calculating fuses.

For example, if we need fuse that melts at 5A, then copper wire diameter would be d5A=0.034·5+0.005=0.175mm.

Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post
 |  TrackBack URI for this post

New on WinAVR Tutorial
Running TX433 and RX433 RF modules with AVR microcontrollers,
Sometimes in embedded design you may want to go wireless. Might be you will want to log various readi …
Programming AVR ADC module with WinAVR,
Most of AVR microcontrollers have Analog to Digital Converter (ADC) integrated in to chip. Such solut …
New on WinARM Tutorial
What are differences between WinARM and WinAVR,
Everyone who is working with AVR microcontrollers knows this powerful tool – WinAVR (http://win …
LPC2000 watchdog timer,
As in all microcontrollers watchdog timers purpose isto reset microcontroller after reasonable amount …

Leave a Reply