Chilling whipped cream
After 1h it did not freeze.
However, I then put it in the fridge for an hour, and then in the freezer again, for half an hour. It was a bit frozen, but not entirely.
Chilling beer
An experiment with an IR thermometer, a 0.5l (tiny bit more than a pint) bottle of beer and my -18°C (-0.4°F) freezer. I measured the surface at the widest part of the glass:
- Initially it was 20.3°C (68.5°F).
- After 30 min it was 10.2°C (50.4°F).
- After 1 hour it was 0°C (32°F), and I took it out.
After pouring it in a mug and taking away the foam so I could measure the liquid, it was 4°C (39.2°F). The contents were still a bit warmer than the glass surface.
Equation
For purposes of estimating the liquid inside, I used 12.2°C instead of the outside surface 10.2°C at time 30 min. I experimentally found an equation:
T_1 = T_f - (T_f - T_0) * (t ^ -0.1043)
Where T_0
is the initial temperature of the beer, T_1
is the final, T_f
is the freezer temperature, and t
is the time spent in the freezer. Temperatures work with both degrees Celsius and Fahrenheit (just make them consistent), and time is in minutes.
Doing a similar experiment with a 72cl glass jar of water warming up to room temperature, I got -0.1008 as the exponent instead of -0.1043, so you can judge the accuracy.