1

Trying to do a spreadsheet to figure out how much cable of different dimensions I will need for a low voltage DC electrical system, but got stuck on the formula for converting current draw, distance and acceptable voltage drop into the minimum cable area required. At the moment I have

((distance * amps * 0.04) / ((voltage * %drop) / 100 )) * 100) / 100

Which I copied from http://www.solar-wind.co.uk, but I have no idea where they got the 0.04 magical number from, and I suspect the results may be inaccurate. What is the correct way of calculating the (minimum) required (copper) cable area, when voltage, current, distance and acceptable voltage drop is known?

Ola Tuvesson
  • 111
  • 1
  • 4
  • 3
    There's one parameter you're forgetting. **Acceptable temperature increase**. – Harry Svensson Jul 29 '17 at 17:20
  • @Harry Svensson: Right. How about zero? Joking aside, I would not want any wiring to become noticeably warm. Some heating is of course inevitable, but I'd worry if it were more than ten degrees over ambient. – Ola Tuvesson Jul 29 '17 at 17:31
  • 2
    0.04 sounds like twice (so there and back) the resistance in ohms of 1m of 1mm2 copper cable at a modest rise above room temperature. As it's multiplied by amps, that seems reasonable. It seems that this formula is entirely based on voltage drop, not temperature rise. Not unreasonable for low voltage DC, as voltage drop tends to bite first, but check the temperature rise anyway. – Neil_UK Jul 29 '17 at 17:32
  • @Neil_UK: I think you are correct; the numbers I get only make sense if using the one way distance, rather than the total cable length. In my spreadsheet I've changed this to 0.02 since I have separate fields for positive feed and negative return length (availability of multiple negative busbars means the negative return will sometimes be shorter). – Ola Tuvesson Jul 29 '17 at 17:35
  • So does this mean I can rely on the figures I get here? I err on the side of caution on every parameter; length is overestimated so I won't run out of cable, amp draw for each circuit is based on the theoretical max draw of all the connected equipment (rounded up), and the resulting cable area is rounded up to the next standard heavier gauge (though I've limited myself to 1, 2.5, 6, 16 and 35mm2). – Ola Tuvesson Jul 29 '17 at 17:42
  • Using their calculator for an example of 3% loss, 10A, 10m yielded 16mm2 (99A max). 99A sounds about right for the thermal limit of 16mm2 cable, so with 3% loss, any supply ditacne of more than 1m will be voltage drop rather than temperature rise limited. With 1% as your acceptable figure, anything more than 1ft will be voltage drop limited. I think we're discovering why nationwide distribution is done at very high voltages to reduce current, rather than at low voltages. – Neil_UK Jul 29 '17 at 17:49
  • @Neil_UK: I've aimed for a 2% drop and am surprised at how much of the system can comfortably manage on just 1mm2 (thank god for LEDs). – Ola Tuvesson Jul 29 '17 at 17:58
  • The resistance of a length of wire is R = length * rho / area. Use meters for length, square meters for area, and rho is the bulk resistivity of copper: 1.7 * 10 ^-8. Works for any wire or conductor with uniform cross-section area. – user57037 Jul 29 '17 at 18:33
  • 1
    Also, in a low-voltage DC system, power loss is likely to be more restrictive than temperature rise. So choose your wire based on power loss, then just double-check the temperature rise after you do so to make sure it is within reason. – user57037 Jul 29 '17 at 18:35
  • @mkeith I don't know about you, but I can't quickly work with a rho of 1.7e-8 in my head, so copper resistivity is one of the few areas I depart from strict SI, and remember it as 17mohm for 1m of 1mm2 at room temperature. I'm already in units that are meaningful, and the scalings from there can usually be done mentally. Even easier is to allow a 40C temperature rise, and call it 20mohms. – Neil_UK Jul 30 '17 at 05:45
  • 1
    @Neil_UK I have to look everything up every time and put it in a spreadsheet. I will try to remember your shortcut. It is much more intuitive. But I thought the OP might benefit from knowing the relatively simple derivation of resistance in wire. Also, here in the US, we use AWG for wire diameter, and I even have to look up the actual diameter. – user57037 Jul 30 '17 at 06:22
  • 1
    @mkeith Ah yes, AWG. I think the original reason for numbering wires was that's how many die passes it needed to get that size. Is it easier for the non-numerate? I think electricians can pick a reel of 4mm2 just as easily as a reel of xAWG. My Dad used to stock china teapots in his shop, the #16 size pot was called that because 16 fit inside a standard barrel, eegads! All we need is to get everybody away from inches to SI (I'm looking at you, US), and then it will all be slightly easier. I'm amused that AWG and SWG are slightly, like two numbers, different – Neil_UK Jul 30 '17 at 09:26
  • 1
    xAWG basically tells you *nothing* about a given cable, other than that it is thicker/thinner than yWAG. 4mm2 at least gives you some physical information, which can be directly used in calculations. AWG, by contrast, requires translation into some other unit to be useful, and this translation can only be done via a look-up table. As such, AWG is a totally useless, archaic and arbitrary unit, which should be abandoned. – Ola Tuvesson Jul 30 '17 at 16:04
  • 1
    The US is very backward on units. The way everything works out in the metric system is much better. No magic constants. But the biggest problem with inches is not so much that inches are bad, but the tradition of using power of two fractions such as 1/8 1/64 etc. Tape measures are marked that way, so it is hard to even measure something in decimal inches with a tape measure. And it is way too hard to add up a bunch of measurements with different denominators. If I have to build something, I just use a metric tape measure. Something not easy to find in the US! – user57037 Jul 30 '17 at 16:29
  • @mkeith: I'm afraid the UK is far from finished converting to the SI system, and with Brexit the "demetrication" nutters have caught wind in their sails. Yes, it may well be that we'll see the return of the furlong, the rood, the quart and the hundredweight - for British nationalism is on the rise, and with it all sorts of lunacy. At least we can take comfort in the fact that the imperial system of measurement is too archaic and primitive to include electrical units. – Ola Tuvesson Jul 30 '17 at 19:50
  • 1
    Q: What is the power produced by 7/32 of a Volt and 5/8 of an Ampere? – Ola Tuvesson Jul 30 '17 at 19:57
  • 1
    Should be enough to lift 1 stone at about 1 furlong per fortnight. – user57037 Jul 30 '17 at 19:58
  • @Neil_UK: Is the correct answer to my original question `(length x amps x 0.017) / maxdrop`, with total cable length in meters and maxdrop in volts? If so, please post this and I'll accept. – Ola Tuvesson Jul 30 '17 at 20:31
  • In practice, cable sizing is usually done off pre-computed tables. See : https://electronics.stackexchange.com/questions/108144/how-do-i-tell-what-gauge-wire-i-need/108159#108159 which addresses the cable heating aspect. – Li-aung Yip Jul 31 '17 at 21:56

3 Answers3

1

I have a problem with equations like

((distance * amps * 0.04) / ((voltage * %drop) / 100 )) * 100) / 100

Too many terms, too many brackets. What if you transcribe it incorrectly? Where do all the terms come from? Do we need all those factors of 100?

I much prefer to build up understanding a step at a time.

The resistance of a length of pure annealed copper wire of cross section \$A mm^2\$ and length \$Lm\$ at room temperature is \$R=0.017\frac{L}{A}\Omega\$.

Note I'm not using strict SI here, I've put the area in square mm, the way the wire in the DIY store is sized. To stay in strict SI, the area would be square metres, and the resistivity factor would be 17n ohms, usually written as 1.7e-8.

Is 17m ohms the right resistivity to use? At a higher temperature, if the wire was work hardened, if it was slightly impure, if it was slightly undersize, it would be more. 20m ohms might be a better 'worst case' figure to use, and easier to do sums with.

The voltage drop when it's carrying a current of \$I\$ amps is \$V=IR\$.

We usually relate the voltage drop to the supply voltage, 1v lost in 12v is worse than 1v lost in 48v or 240v, so we need to divide by the supply voltage to get the fractional drop, and optionally multiply by 100 to get to percent.

To put it all in one expression, the percentage drop for a system is $$pcdrop = \frac{I\frac{0.02L}{Area}}{V_{supply}}\times100$$Obviously it can be simplified to \$\frac{20IL}{V_{supply}Area}\$, but the first form keeps the correspondence between the factors and the way we derived it. Personally, I prefer to work out resistance, then work out absolute drop, then work out percentage drop, but each to his own.

Generally with high voltage systems (240v), we work out cable size on temperature rise, and then do a voltage drop check as an afterthought. On low voltage systems (12v), voltage drop tends to bite first. It's worth checking that any calculated cable is OK for temperature rise, but it's usually a no-brainer. For instance, if your 10A circuit needs 16mm2 cable based on voltage drop, there will be absolutely no problem with temperature rise, as 16mm cable is rated 100A.

Neil_UK
  • 158,152
  • 3
  • 173
  • 387
  • Thank you! However, my goal is to work out the required minimum area, so the original form `(length x amps x 0.017) / maxdrop` is what's needed (or perhaps with 0.02 as the cable resistance constant). And no, none of the "factors of 100" are needed! – Ola Tuvesson Jul 31 '17 at 13:37
0

There are two limitations on wire gauge- temperature rise and voltage drop.

Maximum allowable temperature rise depends on the power dissipation and the heat loss so it is not a simple formula. Typical factors taken into account are RMS current (of course) "bundling" (how many wires are in a bundle, and how many of those are carrying full current), maximum ambient temperature, insulation rating (or other limits on maximum wire temperature), and altitude. There may be other factors.

Voltage drop is simpler, it depends on current and resistance. Resistance, however, is a function of temperature, so you should use something like the wire resistance at the maximum temperature rating of the insulation to calculate the voltage drop. For example, if the wire is 150 degree C rated AWG 10 and 1mohm/ft at 20 degrees C, then it will be about 1.5mohm/ft at maximum rated temperature since copper increases in resistance by about 0.4%/degree C.

You can get the resistance from a wire table and adjust for temperature, or calculate the resistance from the voltage drop. Once you know the maximum resistance and length you can find the resistance per foot and use the table directly to find an available gauge (odd gauges are likely to be less available than even ones). Or calculate the area from the resistivity of copper and the equation R = rho * L/A.

It is possible to come up with a closed-form equation for voltage drop of a copper wire based on AWG and temperature since the AWG is related to copper area by a simple (but nonlinear) equation (which can be found in the above link).

Spehro Pefhany
  • 376,485
  • 21
  • 320
  • 842
0

Adding to Spehro's answer:

Copper's resistivity has positive tempco. This means hot copper has more resistance than cool copper. If you stay below the melting point of PVC insulation, the effect will remain subtle.

Amp ratings of wires is also a subtle subject. It is easy to calculate how many watts a given piece of wire will dissipate into heat. It is very hard to know how much its temperature will rise, as this will depend very much on external conditions.

For example, a 1.5 mm2 copper wire can carry 50 amps or more if it is cooled by the exhaust of a fan. Or if it is in free air and not insulated (thus allowed to reach higher temperatures, which make convection more efficient).

If the same wire is insulated with PVC (low melting point) inside a conduit (enclosed space) trapped inside the fiberglass insulation inside a wall, then its rating will be much less. 10-16 amps max here.

If your wiring is inside conduits, stick to electrical code.

If you attempt to make a large low-voltage (like 12V) high-current installation, you will be limited by ohmic losses and will quickly find out that copper isn't that cheap...

bobflux
  • 70,433
  • 3
  • 83
  • 203