Electrical – Relationship between current and temperature

heatheat-protectionwire

I am trying to find the specific current needed to heat up a wire to a specific temperature. The wire material is kanthal. I've calculated the resistance, from the resistivty and the dimensions of the wire. I also have the supply voltage.

But what is the relationship between Wattage and Temperature? How do I find out how much current needed to heat the wire to a specific temp?

Best Answer

The part you are missing is the thermal resistance from the wire to ambient air (or whatever medium you have it in). This is commonly specified in °C/W for semiconductor devices. For wires, of course the total power depends on the length, so you are looking for figure like °C/(W m).

For example, let's say you want the wire temperature to be 100 °C and that you've found its thermal resistance to ambient air is 10 °C/(W m). Ambient air in this example is at 20 °C, so the temperature rise required is 80 °C. That means that you need to dump 8 W into every meter of wire. If your wire segment is 200 mm long, then you need to dump 1.6 W into it.

Once you know the power required, you can use the electrical resistance to compute the voltage and current that will attain that power.

Keep in mind the resistivity of many substances changes significantly over temperature. Old LEBs (light emitting bulbs) were a good example. The filament gets so hot it gives off significant light. It is several times more resistive at that temperature than at room temperature. LEBs therefore had large currents for a short time after being switched on until they got to glowing temperature.

One way to deal with varying resistivity is to measure both voltage and current in a microcontroller, do the multiply to find the power, and adjust the power supply accordingly to maintain the desired power. The power supply is likely a switcher controlled by a micro anyway, so this doesn't add much complexity.

A even better way is to regulate the temperature directly. This scheme makes use of the fact that the wire resistance changes with temperature. You measure voltage and current, but this time compute the resistance. The power supply is then regulated to keep this resistance constant. This method is tricky if the material doesn't have a lot of resistivity change per temperature at the operating point you care about.

Related Topic