How Can We Calculate Accurate Temperature Drops in an Unstirred Tank?

Click For Summary

Discussion Overview

The discussion revolves around calculating accurate temperature drops in an unstirred tank filled with a liquid, focusing on the effects of heat transfer and cooling over time. Participants explore theoretical models, empirical data, and methods for improving temperature predictions during cooling processes.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant suggests using a differential equation to model the temperature as a function of time, noting that the heat transfer rate is dependent on the temperature difference between the tank and the surrounding air.
  • Another participant proposes an iterative method using a spreadsheet as an alternative to solving differential equations.
  • A participant emphasizes the need for empirical data to validate the model, questioning the absence of a final temperature after 8 hours of cooling.
  • One participant calculates a rough estimate of the time required for the tank to lose all heat energy above the ambient temperature, suggesting a linear heat loss model.
  • Another participant agrees with the differential equation approach but points out the need for a negative sign in the equation to account for cooling.
  • A participant discusses the solution to the differential equation, expressing uncertainty about the assumption of constant air temperature due to potential heat transfer effects.
  • Concerns are raised about significant resistance to heat transfer on the water side of the tank wall, especially in an unstirred condition, which could affect temperature uniformity.
  • Calibration of model parameters to experimental data is suggested as a way to improve accuracy.

Areas of Agreement / Disagreement

Participants express various approaches to modeling the temperature drop, with some advocating for differential equations while others prefer empirical methods. There is no consensus on the best approach, and several uncertainties regarding assumptions and conditions remain unresolved.

Contextual Notes

Participants note limitations such as the dependence on the assumption of constant air temperature and potential resistance to heat transfer within the tank. The discussion highlights the complexity of accurately modeling the cooling process in an unstirred tank.

Alex.malh
Messages
17
Reaction score
0
Hello all,

I'm stuck with following problem:

At our plant we have a tank filled with a liquid maintained on 80°C with a steam coil.
During the night the steam is switched off and the liquid temperature start to drop.
Tank mass not taken into account atm.

mass liquid: 20000 kg
cp liquid: 1.76kJ/(kg °C)
tank surface sides As: 82m²
tank surface top At: 7m²
Heat transfer coeff sides Us: 0.6W/(m² °C)
Heat transfer coeff top Ut: 0.8W/(m² °C)
Tstart: 80°C
Tair: 10°C
Cooling time t: 8h

I used following formulas:
Q=U x A x dT [kJ/s]
E=m x cp [kJ/°C]
Temperature drop = Q/E x t x 3600

Now the heat transfer rate Q is dependable of the dT but that changes in function of time.
The used method is simplified in that aspect and only uses the max heat transfer rate possible in given process.
in other words: this method is linear while reality is not. probably logarithmic i guess.

How can i calculate the temperature drop more accurately?
I'm thinking in direction of thermal equilibrium, get a expression of temperature in function of time of the process.

Thx.

Alex
 
Engineering news on Phys.org
Have to model the system using a differential equation in order to get more accurate predictions. Suppose T(t) is the temperature as a function of time t. An infinitesimal temperature drop dT(t) is equal to
dT(t)=\frac{Q}{E}dt
hence
\frac{dT(t)}{dt}=\frac{Q}{E}.

But Q is also a function of temperature difference T(t)-Tair(t) hence a function of time t, so we get
Q(t)=UA(T(t)-T_{air}(t)).

Hence the differential equation with unknown the function T(t) is:

\frac{dT(t)}{dt}=\frac{UA}{E}(T(t)-T_{air}(t))

if Tair(t) is constant 10C then this simplifies the equation to
\frac{dT(t)}{dt}=\frac{UA}{E}(T(t)-10)
 
If you don't want to go through the pain of the differential equations, you can do an iterative method with a spreadsheet.
 
Last edited:
I think we would need some empirical data to formulate a proper differential equation.
For example, You gave the Tstart and T air but did not give a T finish after 8 hours
Do you have any data for that?
I worked out a (very) rough calculation of how long it would take the tank to lose all of it’s heat energy above 10ºC to the ambient air, assuming the heat loss is linear.
To lose all the heat energy, E = Q
That is, cmΔT = UAt
t (in seconds) = [(1.76 kJ/kgºC) (20000 kg) (80ºC-10 ºC)] / (54.8 m^2 ºC)
= 45,000 seconds 12.5 hours
If the loss is linear in 8 hours the tankT decreases by 45ºC from 80ºC to 35ºC
Or about 0.0016ºC per second
Do those numbers roughly agree with any actual data you may have?
 
Delta² said:
Have to model the system using a differential equation in order to get more accurate predictions. Suppose T(t) is the temperature as a function of time t. An infinitesimal temperature drop dT(t) is equal to
dT(t)=\frac{Q}{E}dt
hence
\frac{dT(t)}{dt}=\frac{Q}{E}.

But Q is also a function of temperature difference T(t)-Tair(t) hence a function of time t, so we get
Q(t)=UA(T(t)-T_{air}(t)).

Hence the differential equation with unknown the function T(t) is:

\frac{dT(t)}{dt}=\frac{UA}{E}(T(t)-T_{air}(t))

if Tair(t) is constant 10C then this simplifies the equation to
\frac{dT(t)}{dt}=\frac{UA}{E}(T(t)-10)
This approach is right on target. The only change I would make is that there should be a minus sign on the right hand side of the equation, since the contents are cooling.

Chet
 
Thanks chet for the correction. I didnt have time to complete my post. The solution to the differential equation assuming Tair is constant is
T(t)=T_{air}+c_1e^{-\frac{UA}{E}t}

T(0)=80C so can determine constant c1=70C easily from this initial condition.

But i don't know whether we can safely assume that Tair remains constant, depends on the cooling of the environment around the tank. Theoretically at least the air around the tank can't have perfectly stable temperature cause of the continuous heat transfer from the tank.
 
Delta² said:
Thanks chet for the correction. I didnt have time to complete my post. The solution to the differential equation assuming Tair is constant is
T(t)=T_{air}+c_1e^{-\frac{UA}{E}t}

T(0)=80C so can determine constant c1=70C easily from this initial condition.

But i don't know whether we can safely assume that Tair remains constant, depends on the cooling of the environment around the tank. Theoretically at least the air around the tank can't have perfectly stable temperature cause of the continuous heat transfer from the tank.
There might also be some significant resistance to heat transfer on the water side of the wall, in addition to the outside resistance, especially if the tank is not stirred. What do you think?

I also like Tom_K's idea of calibrating the model parameters to experimental data.

Chet
 
Chestermiller said:
There might also be some significant resistance to heat transfer on the water side of the wall, in addition to the outside resistance, especially if the tank is not stirred. What do you think?

I also like Tom_K's idea of calibrating the model parameters to experimental data.

Chet

yes this seems to be true, depending on the type of liquid an whether the tank is stirred or not the temperature will not be the same throughout the volume of the tank.
 
Last edited:

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 11 ·
Replies
11
Views
10K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
Replies
6
Views
5K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
4
Views
11K
  • · Replies 16 ·
Replies
16
Views
2K
  • · Replies 3 ·
Replies
3
Views
5K