- Oct 21, 2000
- 14,001
- 4
- 76
I want to have a serious discussion about what the best design to heating water to specific temperatures. As a bonus we can also discuss maintaining that temperature. The reason this is important to me is I am a tea (and coffee but to a lesser degree) snob. I care about how many grams of tea I am brewing, what temp the water is and how long.
We will be focusing on electric kettles because they are convenient and heat up fast (efficient). They also don't require a stove, something I don't have access to at work. There are some variable temperature kettles on the market and I had the T-Fal one but found that it really did not heat up to a range of temps. Instead it was either 200 from the 0 position up to 50% then 212 the rest of the way.
I am not a physicists but this is how I imagine you could solve this problem.
1. Use a PID. Basically you know how much heat your element produces and you keep a thermometer inside the kettle. When it reaches that temp, you shut it off and sound the audible alarm.
2. This is more complicated and I am not sure how it'll work but here's my idea. The kettle has a known weight (empty) and since it must sit on the base/dock to heat the base can measure how much water is in there based on the additional weight. Water weighs about 1KG per litre so you can extrapolate that. Then you know how powerful your heating element is and you can figure how much long it needs to run to heat up that much water to a certain temp.
A kettle I am using holds 1.8 litres and has a 1500 watt element.
1.8 L = 1800 grams. A rise of 70F - 200F converted to C is 72.22 degrees.
1800 x 72.22 = 129,996 calories
129,996 x 4.184 = 543903.26 joules
543903.26 joules / 1500 Watts - 362 seconds
362 s / 60 seconds = 6.04 minutes
Since kettles specifically tell you to only put water in it, we are not concerned about the calories of other liquids such as juice or stock.
Is there a different way this can be done? Can anyone suggest a different kettle design?
We will be focusing on electric kettles because they are convenient and heat up fast (efficient). They also don't require a stove, something I don't have access to at work. There are some variable temperature kettles on the market and I had the T-Fal one but found that it really did not heat up to a range of temps. Instead it was either 200 from the 0 position up to 50% then 212 the rest of the way.
I am not a physicists but this is how I imagine you could solve this problem.
1. Use a PID. Basically you know how much heat your element produces and you keep a thermometer inside the kettle. When it reaches that temp, you shut it off and sound the audible alarm.
2. This is more complicated and I am not sure how it'll work but here's my idea. The kettle has a known weight (empty) and since it must sit on the base/dock to heat the base can measure how much water is in there based on the additional weight. Water weighs about 1KG per litre so you can extrapolate that. Then you know how powerful your heating element is and you can figure how much long it needs to run to heat up that much water to a certain temp.
A kettle I am using holds 1.8 litres and has a 1500 watt element.
1.8 L = 1800 grams. A rise of 70F - 200F converted to C is 72.22 degrees.
1800 x 72.22 = 129,996 calories
129,996 x 4.184 = 543903.26 joules
543903.26 joules / 1500 Watts - 362 seconds
362 s / 60 seconds = 6.04 minutes
Since kettles specifically tell you to only put water in it, we are not concerned about the calories of other liquids such as juice or stock.
Is there a different way this can be done? Can anyone suggest a different kettle design?
Last edited: