killerhertz
Electrical
- Jul 14, 2009
- 6
Hello,
I'm an EE with no thermo background, but have done some reading. I need to build an immersion chiller ( to cool my wort for homebrewing. The chiller sits in the boiling wort and the intake connects to a sink. The faster the wort is cooled to ~70F, the more clear comes out, and the less time I have to spend waiting
I plan on doing 5-10 gallon batches, which I've been told requires at least 50' of copper tubing, but I'd like to create a model for this problem and verify it empirically out of curiosity.
Here are some starting input parameters in imperial units. I've created an Excel spreadsheet for my model.
Variable Imperial Units
pipe diameter 0.50 inches
pipe length 900.00 inches
water temp 68.00 °F
water flow 2.00 gal/min
wort temp 220.00 °F
wort specific gravity 1.060 ratio
target temp 70.00 °F
kettle volume 15.00 gals
kettle diameter 19.00 inches
kettle height 15.00 inches
I've read that for laminar flow the Nusselt number should be 3.66. I'm not sure what this should be for my experiment.
int. Nusselt number 3.66 dim-less
water conductivity 0.58 W/(m°C)
water specific heat 4187 J/(kg°C)
Some calculations. I've used // for comments to explain the calculation I used. Note that these calculations use the metric equivalents of the parameters above.
// =int_NuD*inlet_k/pipe_diam
int. heat transfer coefficient 167.1496063 W/(m^2)°C
// =PI()*pipe_diam
pipe perimeter 0.039898227 meters
// =pipe_diam^2*PI()/4
pipe cross-sectional area 0.000126677 m^2
// =wort_sg*1000
wort density 1060 kg/m^3
// =wort_density*kettle_vol
wort mass 60.1880473 kg
wort specific heat 4187 J/(kg°C)
I calculate the energy required to remove:
// =wort_mass*wort_cp/(wort_T-target_T)
7316.342537 J
and apply Newton's Law of Cooling to compute the temperature as a function of cooling time:
Time Init Temp Energy Next Temp
t (s) To (°C) q (W) Q (J) Tn (°C)
0 104.4444444 12939.28219 129392.8219 103.9309958
10 103.9309958 12860.60731 128606.0731 103.4206692
20 103.4206692 12782.4108 127824.108 102.9134455
...
...
// q (W) = kettle_htc*pipe_diam*PI()*pipe_len*(To-inlet_T)
// Q (J) = q*delta_t
// Tn (°C) = To-Q/(wort_mass*wort_cp)
How do these calculations look? My model appears to show that cooling takes much longer than anticipated, so I think something might be wrong. Thanks!
I'm an EE with no thermo background, but have done some reading. I need to build an immersion chiller ( to cool my wort for homebrewing. The chiller sits in the boiling wort and the intake connects to a sink. The faster the wort is cooled to ~70F, the more clear comes out, and the less time I have to spend waiting
I plan on doing 5-10 gallon batches, which I've been told requires at least 50' of copper tubing, but I'd like to create a model for this problem and verify it empirically out of curiosity.
Here are some starting input parameters in imperial units. I've created an Excel spreadsheet for my model.
Variable Imperial Units
pipe diameter 0.50 inches
pipe length 900.00 inches
water temp 68.00 °F
water flow 2.00 gal/min
wort temp 220.00 °F
wort specific gravity 1.060 ratio
target temp 70.00 °F
kettle volume 15.00 gals
kettle diameter 19.00 inches
kettle height 15.00 inches
I've read that for laminar flow the Nusselt number should be 3.66. I'm not sure what this should be for my experiment.
int. Nusselt number 3.66 dim-less
water conductivity 0.58 W/(m°C)
water specific heat 4187 J/(kg°C)
Some calculations. I've used // for comments to explain the calculation I used. Note that these calculations use the metric equivalents of the parameters above.
// =int_NuD*inlet_k/pipe_diam
int. heat transfer coefficient 167.1496063 W/(m^2)°C
// =PI()*pipe_diam
pipe perimeter 0.039898227 meters
// =pipe_diam^2*PI()/4
pipe cross-sectional area 0.000126677 m^2
// =wort_sg*1000
wort density 1060 kg/m^3
// =wort_density*kettle_vol
wort mass 60.1880473 kg
wort specific heat 4187 J/(kg°C)
I calculate the energy required to remove:
// =wort_mass*wort_cp/(wort_T-target_T)
7316.342537 J
and apply Newton's Law of Cooling to compute the temperature as a function of cooling time:
Time Init Temp Energy Next Temp
t (s) To (°C) q (W) Q (J) Tn (°C)
0 104.4444444 12939.28219 129392.8219 103.9309958
10 103.9309958 12860.60731 128606.0731 103.4206692
20 103.4206692 12782.4108 127824.108 102.9134455
...
...
// q (W) = kettle_htc*pipe_diam*PI()*pipe_len*(To-inlet_T)
// Q (J) = q*delta_t
// Tn (°C) = To-Q/(wort_mass*wort_cp)
How do these calculations look? My model appears to show that cooling takes much longer than anticipated, so I think something might be wrong. Thanks!