KiCad PCB EDA Suite
Loading...
Searching...
No Matches
tracks_width_versus_current_formula.h
Go to the documentation of this file.
1// Do not edit this file, it is autogenerated by CMake from the .md file
2_HKI( "If you specify the maximum current, then the track widths will be calculated to suit.\n"
3"\n"
4"If you specify one of the track widths, the maximum current it can handle will be calculated. The width for the other track to also handle this current will then be calculated.\n"
5"\n"
6"The controlling value is shown in bold.\n"
7"\n"
8"The calculations use the closed-form equations fit by Douglas Brooks and Johannes Adam to the IPC-2152 data, which superseded the older IPC-2221 charts in 2009.\n"
9"\n"
10"The formula is\n"
11"<center>___&Delta;T = K &middot; I<sup>a</sup> &middot; W<sup>b</sup> &middot; Th<sup>c</sup>___</center>\n"
12"where:<br>\n"
13"___I___ is maximum current in A<br>\n"
14"___&Delta;T___ is temperature rise above ambient in &deg;C<br>\n"
15"___W___ is width in mils<br>\n"
16"___Th___ is thickness (height) in mils<br>\n"
17"and the coefficients ___K___, ___a___, ___b___ and ___c___ are<br>\n"
18"___K___ = 215.3, ___a___ = 2, ___b___ = -1.15, ___c___ = -1.0 for external tracks (all copper weights)<br>\n"
19"and for internal tracks they depend on copper weight, selected from the nearest of:<br>\n"
20"0.5 oz: ___K___ = 120, ___a___ = 2, ___b___ = -1.10, ___c___ = -1.52<br>\n"
21"1 oz: ___K___ = 200, ___a___ = 1.9, ___b___ = -1.10, ___c___ = -1.52<br>\n"
22"2 oz: ___K___ = 300, ___a___ = 2, ___b___ = -1.15, ___c___ = -1.52<br>\n"
23"3 oz: ___K___ = 262.5, ___a___ = 1.9, ___b___ = -1.15, ___c___ = -1.52\n"
24"\n"
25"Unlike the IPC-2221 charts, IPC-2152 found that internal traces cool about as well as external ones, so internal tracks are no longer derated by a fixed factor.\n"
26"" );
#define _HKI(x)
Definition page_info.cpp:40