Calculating of electrical heating elements
Electrical heating elements are often used for teapots, irons, electric ovens, soldering irons etc. When projecting designs with electric heating elements you need to do some calculations that may seem difficult at first glance. But when looking more deeply this becomes simple task.
We know that electric heating is a result of current flow in wire with some resistance. Resulting heat is work done by electric current. Work A(J) can be calculated by formula:
A=U·I·t
Where U – Voltage(V), I – current(A), t – time(s). Then amount of heat produced in wire where electric current flows is calculated as follows:
Q=I2·R·t
Lets calculate simple problem. How much time we need to boil 2 liters of water?
Lets take voltage U=220V;
Heating element requires current I=4A;
Efficiency coefficient is 80%;
Starting temperature of water is 20°C;
Water specific heat – 4200(kJ/kgK).
First we have to calculate the amount of heat required to boil a water:
Qn=C·m·(tboil-t0)=4200·2·(100-20)=672000J;
With efficiency of 80% we get that wee neet to produce
Q=Qn/η=672000/0.8=840000J.
So we get that
Q=A=U·I·t
where time needed to boil:
t=Q/(U·I)=840000/(220·4)=954s=15min and 54s.
When we know work produced by current during time period – we can find the power:
P=A/t = UI = 880W
I bet this is really simple, isn’t it?
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 … |
