Brian Phillippi Daniel Rowe. Everyone likes their hot chocolate just right. If it's too hot, you can't enjoy it right away, If it's too cold, you have.

Slides:



Advertisements
Similar presentations
Heat Transfer to Solids in a Flowing Fluid
Advertisements

Heat Loss Calculator for a Stainless Steel Complex Pipe System By: Thomas Morris & Jacob Hannon.
Exercise (1).
COOKING CHICKEN Andrew Davidson April 4, 2014 ME 340 – Heat Transfer Winter 2014.
ME 340 Project: Fall 2010 Heat Transfer in a Rice Cooker Brad Glenn Mason Campbell.
Me 340: Heat Transfer Spencer Madsen Dan Shelley.
Lumped Burrito Using Lumped Capacitance to Cook a Frozen Burrito Chad Pharo & Chris Howald ME EN 340 Heat Transfer Project.
Ch. 5 - Energy II. Thermal Energy (p , )  Temperature  Thermal Energy  Heat Transfer.
Todd Nelson Kendall Thacker ME 340 Semester Project Winter 2014.
December 11, 2006 Matthew Vogel Matt Nichols Cold Hands? Which Hot Chocolate Cup is the best Hand Warmer?
Heat Transfer Project: The “Cooling Soup” Dilemma Mike Mantyla Steve Harston ME
C is for Cookie (Not Specific Heat) Ken Langley and Robert Klaus Prepared for ME 340: Heat Transfer Winter Semester 2010 Prepared for ME 340: Heat Transfer.
How Does Energy Move Between Liquids That are at Different Temperatures? By: Kristin and Kirsten.
The Pizza Pouch Project Joonshick Hwang Brian Pickup Winter 2007 ME 340 Final Project.
Solar Cooking Jordan Englünd Heat Transfer April 2008.
Al 2 O 3 Post Combustion Chamber Post Combustion Chamber ANSYS Thermal Model (Embedded Fuel Grain Concept) Outer radius: 1.25” ( m) Inner radius:
1 Pipe2000 Campus Facilities Modeling by Dr. Don J Wood Pipe2000 Modules.
Cooling Hot Chocolate in an insulated container James Jackson and Jordan Peterson.
Thermal Energy.
By Kasey Gillespie and Leonidas Leite You’re Ready, but is your pizza Hot?
Thermodynamics, Temperature, Temp conversions CH 15& 16 Be sure the volume is working on your computer or laptop View this as a slide show.
E NERGY SAVINGS : Central AC vs. Convective River Cooling By Drew Anderson & Joshua Cluff.
Heat Chapter 10. Defining Temperature Temperature is defined as a measure of the average kinetic energy of the particles in a substance. Temperature measures.
Steve McFarland Aaron Boyd. As I move on to the 5 th hour of heat transfer homework, my hunger suddenly takes over and I cannot concentrate anymore. I.
Is the measure of the average kinetic energy of the particles in a substance As the particles in a substance move faster and their kinetic energy becomes.
Thermal Energy Heat & Temperature. Definitions  Energy  Can do work  Kinetic Energy  Energy associated with the motion of objects, large or small.
Thermal Flow If you can’t stand the heat. Temperature  As we know Temperature is the average kinetic energy of the molecules. As they bounce around they.
~Heat~.
Physical Science Heat and Matter Review. Within a substance, A: all particles have the same energy B: all particles move at the same rate C: some particles.
PUMPKIN GUTS ME 340 Heat & Mass Transfer FINAL PROJECT Authors: Jessica Bauer & Marina Samuels.
Calculation of Cooling Time for an AISI 304 Steel Heating Rod Sayantan Ghosh Avinesh Ojha.
Thermal Energy A. Temperature & Heat
Chapter 12: Thermal Energy What’s hot and what’s not…
Determining heat transfer coefficient experimentally By: Clint Collins Alan Day.
Ch Energy Transfer Kinetic Molecular Theory “Kinetic” = moving “Molecular” = all matter is made up of atoms and molecules So all matter is made up.
Matter, States of Matter, Gas Laws, Phase Changes, and Thermal Energy.
… No—they are not all the same thing!.  Kinetic = Movement  Molecular = Molecules So, we will be discussing how Molecules move.
Thermal Energy  Temperature  Thermal Energy  Heat Transfer.
ME Kyle Dallon, Natalie Gibb March 29, 2010.
Happy Thursday! BELL Work (4 min.) Set up today’s pages Under the IN on the top of page 20, Copy the questions below to answer during a short video.
Welcome Back Scientists! Wednesday, January 27, 2016 Objective: Thermal Energy; I will discuss thermal energy and compare the different ways to transfer.
Thermal Energy & Heat.
ME 340: Heat Transfer Project “The H Calculator”
Energy and Matter.
Ch Energy Transfer Kinetic Molecular Theory “Kinetic” = moving
Presentation by James and Hina
Chapter 8 : Natural Convection
How Long Is Ice Cream Safe On Your Counter?
Thermal Energy Thermal Energy - energy due to the random motion (kinetic energy) of molecules or atoms in a substance. Temperature – a measure of the average.
Remember Heat is the amount of thermal energy an object has based on the motion of the molecules in the object. Fast Molecules = Hot Slow Molecules =
Understanding Heat Transfer, Conduction, Convection and Radiation
II. Thermal Energy Temperature Thermal Energy Heat Transfer
Thermodynamics, Temperature, Temp conversions
Heating of Magnesium Plates
THERMAL ENERGY TRANSFER
Spencer Ferguson and Natalie Siddoway April 7, 2014
Convection Cooling Metal Plates
I. What is Energy? II. Types of Energy
Ch. 5 - Energy II. Thermal Energy (p , ) Temperature
CWK Date Temperature To describe hot objects getting colder in terms of heat going out of the object To describe hot objects getting colder in terms of.
Comparison of heat loss with a wetsuit vs. without
THERMAL ENERGY TRANSFER
* Thermal Energy Temperature Heat Transfer
Ch. 5 - Energy II. Thermal Energy (p , ) Temperature
Thermal Energy Thermal Energy: the sum of kinetic and potential energy of the particles in an object. Thermal energy increases as mass increases. Thermal.
Jumpstart Get the note taking sheet from my front desk.
Heat and Heat Technology
Warm Up 3 examples of physical changes are:
Temperature and Thermal Energy
11.2 State of the Atmosphere
Presentation transcript:

Brian Phillippi Daniel Rowe

Everyone likes their hot chocolate just right. If it's too hot, you can't enjoy it right away, If it's too cold, you have to warm it up again. With our new and easy program- You can enjoy perfect hot chocolate, every time. H OT C HOCOLATE

How long should I wait Until I can drink my chocolate? Can we predict what effects the time? Do the dimensions of my mug matter? Does the initial temperature matter? Does the amount of hot chocolate matter? The Hot Chocolate Problem

Set Up of the Heat Transfer Problem Finite Difference and Lumped Capacitance in MATLAB Experimental validation

Results MATLAB Prediction vs. The Real Thing Starting Temp FDesired Temp FRoom Temp FSpeed m/sActual TimeFinite Differnce TimeLumped Capacitance Time min min min min Assumptions Made Mug is perfectly insulated Volume for each node is at a constant diameter Experimental measurements were in the middle of mug We did not account for free convection flow

Conclusion =+ Your favorite temperature can be predicted… but not with the assumptions we made. If you want to drink it right away… Pour the water at a temperature as close to your favorite temperature as possible. Pour only a little hot chocolate. Get a short mug with a big diameter.

Appendix %Brian Phillippi and Daniel Rowe %ME 340 Project %Vladimir Soloviev %The Perfect Hot Chocolate clc; disp('Welcome to the Hot chocolate perfect temperature calculator') %User Input PTemp = input('Enter the Perfect temperature of your Hot Chocolate in Farenheit - '); PKel = (PTemp )*5/9; disp('Your perfect temperature in Kelvin is...') disp(PKel) Tstart = input('Enter the starting temp in Farenheit - '); Tstart = (Tstart )*5/9; Troom = input('Enter the room temp in Farenheit - '); Troom = (Troom )*5/9; disp('Starting temperature in Kelvin') disp(Tstart) disp('Room temperature in Kelvin') disp(Troom) Tfilm = (Tstart + Troom)/2; disp('Film temperature in Kelvin = ') disp(Tfilm) disp('Using the Thermophysical Properities Calculator please enter properties') disp('for air at the film temperature -') cp = input('cp = '); k = input('k = '); ro = input('ro = '); nu = input('nu = '); Pr = input('Pr = '); kwater = input('k for the water the starting temperature - '); rowater = input('ro for the water the starting temperature - '); cpwater = input('cp for the water the starting temperature - '); alpha = k/(ro*cp); alphawater = kwater/(rowater*cpwater); alpha = k/(ro*cp); alphawater = kwater/(rowater*cpwater); Di = input('Please enter the diameter of the cup at the top in inches - '); Height = input('Please enter the height of the cup in inches - '); Di = Di*2.54/100; Height = Height*2.54/100; Lc = (pi*Di^2/4)/(pi*Di); V = input('Enter speed at which you will be blowing on the hot chocolate in m/s - '); if V >0; Rel = V*Di/nu; Nul =.664*Rel^.5*Pr^(1/3); h = Nul*k/Di; else Ral = 9.8*Tfilm^(-1)*(Tstart-Troom)*Lc^3/(nu*alpha); Nul=.54*Ral^.25; h = Nul*k/Lc; end nodes = 8; delx = Height/7; delt =.01; %s Fo = alphawater*delt/(delx^2); Bi = h*delx/kwater; node0 = Tstart; node1 = Tstart; node2 = Tstart; node3 = Tstart; node4 = Tstart; node5 = Tstart; node6 = Tstart; node7 = Tstart; t=0; average= Tstart; loss=1; while average > PKel node0 = (2*Fo*(node1 + Bi*Troom) + ( 1- 2*Fo - 2*Bi*Fo)*node0)*loss; node1 = (Fo*(node0 + node2) + (1 - 2*Fo)*node1)*loss; node2 = (Fo*(node1 + node3) + (1 - 2*Fo)*node2)*loss; node3 = (Fo*(node2 + node4) + (1 - 2*Fo)*node3)*loss; node4 = (Fo*(node3 + node5) + (1 - 2*Fo)*node4)*loss; node5 = (Fo*(node4 + node6) + (1 - 2*Fo)*node5)*loss; node6 = (Fo*(node5 + node7) + (1 - 2*Fo)*node6)*loss; node7 = (node7+2*kwater*(node6- node7)*delt/(rowater*delx*Dibott om^2/4*pi*cpwater))*loss; t= t+1; average = (node0+node1+node2+node3+nod e4+node5+node6+node7)/8; end time = t*delt; disp('The time is ') disp(time); disp(' seconds') averageinF = 9/5*average ; disp('The average temp of the hot chocolate in Farenheit = ') disp(averageinF) Matlab Code disp('Lumped Capacitance method') timelump= rowater*cpwater*Height/h*log(abs((Troom-Tstart/Troom- PKel))); disp('The time is = ') disp(timelump)

Appendix MATLAB Output Welcome to the Hot chocolate perfect temperature calculator Enter the Perfect temperature of your Hot Chocolate in Farenheit Your perfect temperature in Kelvin is Enter the starting temp in Farenheit Enter the room temp in Farenheit Starting temperature in Kelvin Room temperature in Kelvin Film temperature in Kelvin = Using the Thermophysical Properities Calculator please enter properties for air at the film temperature - cp = 1008 k =.0273 ro = nu = Pr =.705 Starting temperature in Kelvin k for the water the starting temperature ro for the water the starting temperature cp for the water the starting temperature Please enter the diameter of the cup at the top in inches Please enter the height of the cup in inches - 5 Enter speed at which you will be blowing on the hot chocolate in m/s - 0 The time is e+003 seconds The average temp of the hot chocolate in Farenheit = Lumped Capacitance method The time is = e+005