SlideShare a Scribd company logo
THE MELTING OF A HAILSTONE: ENERGY,
HEAT AND MASS TRANSFER EFFECTS
Yi Ying Chin
Akinola Oyedele
Emilio Ramirez
M 475 SPRING 2014 FINAL PROJECT
INTRODUCTION
 Hail is defined as precipitation in the form of small balls or irregular
lumps of ice and compact snow, each of which is called a hailstone.
 Hail is one of the most significant thunderstorm hazards to aviation.
 Hailstones accumulating on the ground can be hazardous to landing
aircraft.
 How much time and energy are required to melt hailstones?
 Acquire a fundamental understanding of melting hailstones
 Create a mathematical model that simulates the melting of a hailstone to
make better predictions of the rate at which hailstones melt, based on
conditions it is exposed to.
Goal
Motivation
Source: National Oceanic &
Atmospheric Administration
(NOAA) Photo Library
Problem
MATHEMATICAL MODEL
 Energy Conservation used to calculate rate of energy change:
𝜕
𝜕𝑡
(𝜌𝑒) + 𝛻 ∙ 𝑞 = 0
where 𝜌 = density (constant)
𝑒 = energy (enthalpy)
𝑞 = heat flux
 Heat Flux utilized Fourier’s Law:
𝑞 = −𝑘𝛻𝑇
k = thermal conductivity
MATHEMATICAL MODEL
 Stefan problem for modeling phase change (melting)
𝑡
𝑥
𝐿 𝑆
𝑥 = Χ(𝑡)
𝓁
𝑇𝑡 = 𝛼 𝐿 𝑇𝑥𝑥 𝑓𝑜𝑟 0 < 𝑥 < Χ 𝑡 , 𝑡 > 0
𝑇 Χ 𝑡 , 𝑡 = 𝑇 𝑚
𝜌ℒΧ′
(𝑡) = −𝑘 𝐿
𝑇𝑥 + 𝑘 𝑆
𝑇𝑥| 𝑥=Χ(𝑡)
𝑇 𝑥, 0 = 𝑇𝑖𝑛𝑖 < 𝑇 𝑚
𝑇 0, 𝑡 = 𝑇𝐿(> 𝑇 𝑚)
Initial Condition:
Boundary Conditions:
Stefan Condition:
𝑇𝑡 = 𝛼 𝑆 𝑇𝑥𝑥 𝑓𝑜𝑟 Χ(𝑡) < 𝑥 < 𝓁, 𝑡 > 0
−𝑘 𝑆 𝑇𝑥(𝓁, 𝑡) = 0
Interface Condition:
Thermal
diffusivity,
𝛼 =
𝑘
𝜌𝑐 𝑝
MATHEMATICAL MODEL
 Enthalpy formulation:
𝐸 = 𝜌𝑒
𝑇
𝐿
𝑆
𝑇 𝑚
𝜌ℒ Jump in
energy at
𝑇 𝑚
𝐸 𝑇 =
𝜌𝑐 𝑝
𝑆 𝑇 − 𝑇 𝑚 , 𝑇 < 𝑇 𝑚
0, 𝜌ℒ , 𝑇 = 𝑇 𝑚
𝜌ℒ + 𝜌𝑐 𝑝
𝐿 𝑇 − 𝑇 𝑚 , 𝑇 > 𝑇 𝑚
MATHEMATICAL MODEL
 Liquid Fraction: Equation of state
𝜆 =
0 , 𝐸 ≤ 0 𝑠𝑜𝑙𝑖𝑑
𝐸
𝜌ℒ
, 0 < 𝐸 < 𝜌ℒ
1 , 𝐸 ≥ 𝜌ℒ 𝒍𝒊𝒒𝒖𝒊𝒅
(𝒎𝒖𝒔𝒉𝒚)
a b
METHODS
1. Time stepping through the time explicit scheme for 𝑛 time steps
𝑌𝑛+1 = 𝑌𝑛 + ∆𝑡 ∙ 𝑓 𝑡 𝑛, 𝑌𝑛 , 𝑛 = 0, 1, … , 𝑁
2. At each time step:
 Compute fluxes, 𝑞 at 𝑇𝑖
 Update 𝐸𝑖 from energy conservation law
 From Equation of state find:
 liquid fraction, 𝜆𝑖
 new temperature, 𝑇𝑖
*The CFL condition to minimize growth of errors:
Forward Euler (Explicit) Time Discretization
𝛥𝑡 ≤
∆ 𝑟2
)4(max 𝛼
𝜕
𝜕𝑡
(𝜌𝑒) + 𝛻 ∙ 𝑞 = 0
𝐸 𝑇 =
𝜌𝑐 𝑝
𝑆
𝑇 − 𝑇 𝑚 , 𝑇 < 𝑇 𝑚
0, 𝜌ℒ , 𝑇 = 𝑇 𝑚
𝜌ℒ + 𝜌𝑐 𝑝
𝐿
𝑇 − 𝑇 𝑚 , 𝑇 > 𝑇 𝑚
𝐸𝑖
𝑛+1
= 𝐸𝑖
𝑛
+
∆𝑡
∆Vi
(𝐴𝑞)
𝑖−
1
2
𝑛
−(𝐴𝑞)
𝑖+
1
2
𝑛
METHODS
 Easy and clear to understand
 One step, explicit scheme can be easily checked by hand
 The stability requirement may not impose undue restrictions in
situations where the time-step must be small for physical reasons
 Explicit schemes may turn out to be as efficient as implicit
schemes
Why use forward Euler Scheme?
METHODS
⇨
1. Numerical spherical model used forward Euler enthalpy method
2. Discretization of the system
 PDE solved numerically from control volume to control volume
3. Applies to all types of PDEs in general
4. Exact conservation and stable with CFL stability condition
5. Volume tracking scheme as opposed to a front tracking scheme
 does not require the melting front to be resolved
Finite Volume Method (FVM)
METHODS: GEOMETRY DISCRETIZATION
× ××
𝑖 + 1
2𝑖 − 1
2
𝑟𝑖
1 + 1
21 − 1
2
𝑟1
𝑀 + 1
2
𝑀 − 1
2
𝑟 𝑀
a b
𝐸𝑖
𝐸 𝑀𝐸1
𝐸0 𝐸 𝑀+1
𝑑𝑟
Area, 𝐴𝑖−1
2
= 4𝜋𝑟𝑖−1
2
2
Volume, ∆𝑉𝑖=
4
3
𝜋(𝑟𝑖+1
2
3
− 𝑟𝑖−1
2
3
)a b
METHODS: DISCRETE MODEL
𝐸𝑖
𝑛+1
= 𝐸𝑖
𝑛
+
∆𝑡
∆Vi
(𝐴𝑞)
𝑖−
1
2
𝑛
−(𝐴𝑞)
𝑖+
1
2
𝑛
, 𝑖 = 1, … , 𝑀
Initial Condition:
Boundary Conditions
𝐴𝑡 𝑟 = 0: 𝑞 0, 𝑡 = 0 ⇒ 𝑇0
𝑛
= 𝑇1
𝑛
𝑞
𝑖−
1
2
𝑛
=
𝑇𝑖−1 − 𝑇 𝑚
𝑅𝑖−1
+
𝑇 𝑚 − 𝑇𝑖
𝑅𝑖
, 𝑖 = 2, … , 𝑀
𝑅𝑖 = ∆𝑟
1 − 𝜆𝑖
𝑘 𝑆
+
𝜆𝑖
𝑘 𝐿
Area, 𝐴𝑖−1
2
= 4𝜋𝑟𝑖−1
2
2
Volume, ∆𝑉𝑖=
4
3
𝜋(𝑟𝑖+1
2
3
− 𝑟𝑖−1
2
3
)
𝑇 𝑟, 0 = 𝑇𝑖𝑛𝑖 < 𝑇 𝑚 (solid)
𝐴𝑡 𝑟 = 𝓁: 𝑇(𝓁, 𝑡) = 𝑇∞ ⇒ 𝑇 𝑀+1
𝑛
= 𝑇∞
APPROXIMATE SOLUTION
Approximate solution for transient, 1-D heat conduction.
 The external surface of the sphere exchanges heat by convection
The temperature field is governed by the heat equation in spherical coordinates:
𝜕𝑇
𝜕𝑡
=
𝛼
𝑟2
𝜕
𝜕𝑟
1
𝑟2
𝜕𝑇
𝜕𝑟
, (𝑟, 𝑡) ∈ Ω
 The local heat flux from the sphere to the surrounding is
𝑞 = ℎ(𝑇𝑠 − 𝑇∞)
 Initial condition:
𝑇 𝑟, 0 = 𝑇𝑖
 Boundary condition:
𝑘
𝜕𝑇
𝜕𝑟
| 𝑟=𝑟0
= ℎ(𝑇∞ − 𝑇𝑠)
VERIFICATION
1. Numerical heat conduction spherical model verified using approximate
solution
2. Recktenwald (2006) utilized an infinite series solution:
 With positive roots: 𝐹𝑜 =
𝛼𝑡
ℛ2
≫ 1
RESULTS: VERIFICATION OF NUMERICAL MODEL
 Good agreement
between numerical &
approximate solution
Surface of
sphere
Center of
sphere
Surface – approximate solution
Center – approximate solution
Surface – numerical model
Center – numerical model
𝑇∞
RESULTS: TEMPERATURE PROFILE AT VARIOUS
POSITIONS ALONG THE RADIUS
400 sec
1200 sec
2000 sec
2800 sec
3200 sec
4000 sec
r(cm)
𝑇∞ = 40°C
𝑇𝑖𝑛𝑖 = -20°C
r = 3 cm
RESULTS: PROFILE AT SPATIAL NODES
1 M/2 M
RESULTS: NUMERICAL MODEL OUTPUTS
6 nodes
Outer node
Middle node
Inner node
time(sec)
RESULTS: PROFILE AT SPATIAL NODES
Inner node
Middle node
Outer node
32 nodes
Outer node
Middle node
Inner node
RESULTS: THE MELT FRONT
Liquid
Solid
DISCUSSION/CONCLUSIONS
Intuitive result:
A relatively longer time is required to melt the center of a hailstone as compared to
the outer parts
Slightly counter-intuitive result
Affirms the challenges in melting hailstones
Case studied here is a simple case of a spherical hailstone in 1D
Possible expansion into a model that better resembles reality (variable density &
heat capacity)
Study projected to provide insight into how to utilize the results in melting hailstones
effectively and efficiently
REFERENCES
1) Alexiades, V. and Solomon, A.D., 1993. Mathematical Modeling
of Melting and Freezing Processes, Hemisphere Publishing
Corporation, USA.
2) Peiro, J. and Sherwin, S. “Finite Difference, Finite Element and
Finite Volume Methods for Partial Differential Equations”.
Department of Aeronautics, Imperial College, London, UK. 2005.
3) Recktenwald, G, Transient, 2006. One-Dimensional Heat
Conduction in a Convectively Cooled Sphere.

More Related Content

PPTX
Section 1 multistage separation processes
PPTX
Lecture 6 ce 1005 Irrigation and flood control by Rabindra Ranjan Saha, PEn...
PDF
EES Functions and Procedures for Forced convection heat transfer
DOCX
System Modeling
PPTX
Presentation 5 r ce 904 on Hydrology by Rabindra Ranjan Saha,PEng, Associate ...
PPTX
Class lectures on Hydrology by Rabindra Ranjan Saha Lecture 9
PPTX
Class lectures on Hydrology by Rabindra Ranjan Saha Lecture 3
PDF
Ch19 ssm
Section 1 multistage separation processes
Lecture 6 ce 1005 Irrigation and flood control by Rabindra Ranjan Saha, PEn...
EES Functions and Procedures for Forced convection heat transfer
System Modeling
Presentation 5 r ce 904 on Hydrology by Rabindra Ranjan Saha,PEng, Associate ...
Class lectures on Hydrology by Rabindra Ranjan Saha Lecture 9
Class lectures on Hydrology by Rabindra Ranjan Saha Lecture 3
Ch19 ssm

What's hot (20)

PDF
Ch20 ssm
PDF
EES for Thermodynamics
PDF
Module 9 (second law &amp; carnot cycle)
PDF
Ch18 ssm
PPTX
Class lectures on Hydrology by Rabindra Ranjan Saha Lecture 11
PPTX
Presentation 6 ce 904 on Hydrology by Rabindra Ranjan Saha,PEng, Associate Pr...
PPT
Psychrometry (air conditioning processes)
PPTX
Presentation 5 ce 801 By Rabindra Ranjan saha
PDF
Me2202 engineering thermodynamics uq - nov dec 2009
PPTX
Class lectures on Hydrology by Rabindra Ranjan Saha Lecture 2
PPTX
Finite Volume Method For Predicting Radiant Heat Transfer
PDF
Power point
PDF
Solution to-2nd-semester-soil-mechanics-2015-2016
PPTX
1-D Steady State Heat Transfer With Heat Generation
PDF
Fc025 w5 seminar_solutions_2
PDF
Summer 2015 Intern Report
DOCX
Ch.1 fluid dynamic
DOC
Examples on seepage
PDF
Chapter2
PDF
Module 10 (air standard cycle)
Ch20 ssm
EES for Thermodynamics
Module 9 (second law &amp; carnot cycle)
Ch18 ssm
Class lectures on Hydrology by Rabindra Ranjan Saha Lecture 11
Presentation 6 ce 904 on Hydrology by Rabindra Ranjan Saha,PEng, Associate Pr...
Psychrometry (air conditioning processes)
Presentation 5 ce 801 By Rabindra Ranjan saha
Me2202 engineering thermodynamics uq - nov dec 2009
Class lectures on Hydrology by Rabindra Ranjan Saha Lecture 2
Finite Volume Method For Predicting Radiant Heat Transfer
Power point
Solution to-2nd-semester-soil-mechanics-2015-2016
1-D Steady State Heat Transfer With Heat Generation
Fc025 w5 seminar_solutions_2
Summer 2015 Intern Report
Ch.1 fluid dynamic
Examples on seepage
Chapter2
Module 10 (air standard cycle)
Ad

Similar to The Melting of an hailstone: Energy, Heat and Mass Transfer Effects (20)

PDF
Conference poster final
PDF
Icmmt 2015 paper-5
PDF
ICMMT-2015_paper_5
PDF
An Efficient Tangent Scheme For Solving Phase-Change Problems
PDF
Temperature Distribution in a ground section of a double-pipe system in a dis...
PDF
Fundamentals of Transport Phenomena ChE 715
PDF
Analytical Solutions of a Conduction Problem with Two Different Kinds of Boun...
PDF
Honours_disertation_Thom_Aldershof
PPT
Unsteady State Basics
PPT
bahan ajar kulaih perpindahan panas .ppt
PDF
An analytical approach to heat transfer in single and multiphase
PPT
Presentation_TMS_2015_ver6
PDF
L2 fourier's law and the heat equation
PDF
Numerical simulation on laminar convection flow and heat transfer over an iso...
PDF
Heat flow through concrete floor
PDF
Numerical Methods in Mechanical Engineering - Final Project
PPTX
HT3_Unsteady State Heat Transfer_f.pptx
PPTX
_Unsteady State Heat Transfer presentation.pptx
PPT
heat conduction equations
Conference poster final
Icmmt 2015 paper-5
ICMMT-2015_paper_5
An Efficient Tangent Scheme For Solving Phase-Change Problems
Temperature Distribution in a ground section of a double-pipe system in a dis...
Fundamentals of Transport Phenomena ChE 715
Analytical Solutions of a Conduction Problem with Two Different Kinds of Boun...
Honours_disertation_Thom_Aldershof
Unsteady State Basics
bahan ajar kulaih perpindahan panas .ppt
An analytical approach to heat transfer in single and multiphase
Presentation_TMS_2015_ver6
L2 fourier's law and the heat equation
Numerical simulation on laminar convection flow and heat transfer over an iso...
Heat flow through concrete floor
Numerical Methods in Mechanical Engineering - Final Project
HT3_Unsteady State Heat Transfer_f.pptx
_Unsteady State Heat Transfer presentation.pptx
heat conduction equations
Ad

More from Akinola Oyedele (14)

DOCX
The growth and assembly of organic molecules and inorganic 2D materials on gr...
PPTX
Future energy leaders' club lecture 7
PPTX
Future energy leaders' club lecture 8
PPTX
Future energy leaders' club lecture 6
PPTX
Future energy leader’s club lecture 2
PPTX
Future energy leader’s club lecture 5
PPTX
Future energy leader’s club lecture 4
PPTX
Future energy leader’s club lecture 3
PPTX
Basic energy concepts future energy leaders' club session 1
PDF
A Hierarchical Model for the Analysis of Scattering Data of Complex Materials
PPTX
Perovskites-based Solar Cells: The challenge of material choice for p-i-n per...
PDF
10 success nuggets for secondary school students
PDF
Exploiting the potential of 2-((5-(4-(diphenylamino)- phenyl)thiophen-2-yl)me...
PPT
Developments in organic solar cells
The growth and assembly of organic molecules and inorganic 2D materials on gr...
Future energy leaders' club lecture 7
Future energy leaders' club lecture 8
Future energy leaders' club lecture 6
Future energy leader’s club lecture 2
Future energy leader’s club lecture 5
Future energy leader’s club lecture 4
Future energy leader’s club lecture 3
Basic energy concepts future energy leaders' club session 1
A Hierarchical Model for the Analysis of Scattering Data of Complex Materials
Perovskites-based Solar Cells: The challenge of material choice for p-i-n per...
10 success nuggets for secondary school students
Exploiting the potential of 2-((5-(4-(diphenylamino)- phenyl)thiophen-2-yl)me...
Developments in organic solar cells

Recently uploaded (20)

DOCX
Biogas Balloon for Bio CNG Plants An efficient solution for biogas storage..docx
PPTX
102602734019608717246081273460745534.pptx
PDF
Lesson_1_Readings.pdfjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
PPTX
Air_Pollution_Thesis_Presentation (1).pptx
PPTX
Microbial-Pathogens-and-Parasites-Their-Impact-on-Plant-Health.pptx
DOCX
Double Membrane Roofs for Bio CNG Plants Stores biogas.docx
DOCX
Double Membrane Roofs for Biogas Digesters A sealed cover for biogas producti...
DOCX
Double Membrane Roofs for Agricultural Waste Biogas Digesters Turns various f...
PPTX
Environmental pollutants for natural res
PPTX
Untitled 1.pptxhhhhhhjjjbbbbb bikinis sis son ka s
PPTX
Biodiversity PPT by Gaithanlung Gonmei.pptx
PPTX
Afro-Asia Literature.pptxmmmmmmmmmmmmmmm
PPT
MATERI - LABORATORY - SAFETY.ppt
PDF
BD4E4- DISASTER MANAGEMENT BY A.R.SIVANESH.pdf
PPTX
sustainable-development in tech-ppt[1].pptx
PPTX
Plant Production 7.pptx in grade 7 students
PDF
Cave Diggers Simplified cave survey methods and mapping
DOCX
Double Membrane Roofs for Biogas Tanks Securely store produced biogas.docx
PDF
FMM Slides For OSH Management Requirement
PPT
Environmental pollution for educational study
Biogas Balloon for Bio CNG Plants An efficient solution for biogas storage..docx
102602734019608717246081273460745534.pptx
Lesson_1_Readings.pdfjjjjjjjjjjjjjjjjjjjjjjjjjjjjj
Air_Pollution_Thesis_Presentation (1).pptx
Microbial-Pathogens-and-Parasites-Their-Impact-on-Plant-Health.pptx
Double Membrane Roofs for Bio CNG Plants Stores biogas.docx
Double Membrane Roofs for Biogas Digesters A sealed cover for biogas producti...
Double Membrane Roofs for Agricultural Waste Biogas Digesters Turns various f...
Environmental pollutants for natural res
Untitled 1.pptxhhhhhhjjjbbbbb bikinis sis son ka s
Biodiversity PPT by Gaithanlung Gonmei.pptx
Afro-Asia Literature.pptxmmmmmmmmmmmmmmm
MATERI - LABORATORY - SAFETY.ppt
BD4E4- DISASTER MANAGEMENT BY A.R.SIVANESH.pdf
sustainable-development in tech-ppt[1].pptx
Plant Production 7.pptx in grade 7 students
Cave Diggers Simplified cave survey methods and mapping
Double Membrane Roofs for Biogas Tanks Securely store produced biogas.docx
FMM Slides For OSH Management Requirement
Environmental pollution for educational study

The Melting of an hailstone: Energy, Heat and Mass Transfer Effects

  • 1. THE MELTING OF A HAILSTONE: ENERGY, HEAT AND MASS TRANSFER EFFECTS Yi Ying Chin Akinola Oyedele Emilio Ramirez M 475 SPRING 2014 FINAL PROJECT
  • 2. INTRODUCTION  Hail is defined as precipitation in the form of small balls or irregular lumps of ice and compact snow, each of which is called a hailstone.  Hail is one of the most significant thunderstorm hazards to aviation.  Hailstones accumulating on the ground can be hazardous to landing aircraft.  How much time and energy are required to melt hailstones?  Acquire a fundamental understanding of melting hailstones  Create a mathematical model that simulates the melting of a hailstone to make better predictions of the rate at which hailstones melt, based on conditions it is exposed to. Goal Motivation Source: National Oceanic & Atmospheric Administration (NOAA) Photo Library Problem
  • 3. MATHEMATICAL MODEL  Energy Conservation used to calculate rate of energy change: 𝜕 𝜕𝑡 (𝜌𝑒) + 𝛻 ∙ 𝑞 = 0 where 𝜌 = density (constant) 𝑒 = energy (enthalpy) 𝑞 = heat flux  Heat Flux utilized Fourier’s Law: 𝑞 = −𝑘𝛻𝑇 k = thermal conductivity
  • 4. MATHEMATICAL MODEL  Stefan problem for modeling phase change (melting) 𝑡 𝑥 𝐿 𝑆 𝑥 = Χ(𝑡) 𝓁 𝑇𝑡 = 𝛼 𝐿 𝑇𝑥𝑥 𝑓𝑜𝑟 0 < 𝑥 < Χ 𝑡 , 𝑡 > 0 𝑇 Χ 𝑡 , 𝑡 = 𝑇 𝑚 𝜌ℒΧ′ (𝑡) = −𝑘 𝐿 𝑇𝑥 + 𝑘 𝑆 𝑇𝑥| 𝑥=Χ(𝑡) 𝑇 𝑥, 0 = 𝑇𝑖𝑛𝑖 < 𝑇 𝑚 𝑇 0, 𝑡 = 𝑇𝐿(> 𝑇 𝑚) Initial Condition: Boundary Conditions: Stefan Condition: 𝑇𝑡 = 𝛼 𝑆 𝑇𝑥𝑥 𝑓𝑜𝑟 Χ(𝑡) < 𝑥 < 𝓁, 𝑡 > 0 −𝑘 𝑆 𝑇𝑥(𝓁, 𝑡) = 0 Interface Condition: Thermal diffusivity, 𝛼 = 𝑘 𝜌𝑐 𝑝
  • 5. MATHEMATICAL MODEL  Enthalpy formulation: 𝐸 = 𝜌𝑒 𝑇 𝐿 𝑆 𝑇 𝑚 𝜌ℒ Jump in energy at 𝑇 𝑚 𝐸 𝑇 = 𝜌𝑐 𝑝 𝑆 𝑇 − 𝑇 𝑚 , 𝑇 < 𝑇 𝑚 0, 𝜌ℒ , 𝑇 = 𝑇 𝑚 𝜌ℒ + 𝜌𝑐 𝑝 𝐿 𝑇 − 𝑇 𝑚 , 𝑇 > 𝑇 𝑚
  • 6. MATHEMATICAL MODEL  Liquid Fraction: Equation of state 𝜆 = 0 , 𝐸 ≤ 0 𝑠𝑜𝑙𝑖𝑑 𝐸 𝜌ℒ , 0 < 𝐸 < 𝜌ℒ 1 , 𝐸 ≥ 𝜌ℒ 𝒍𝒊𝒒𝒖𝒊𝒅 (𝒎𝒖𝒔𝒉𝒚) a b
  • 7. METHODS 1. Time stepping through the time explicit scheme for 𝑛 time steps 𝑌𝑛+1 = 𝑌𝑛 + ∆𝑡 ∙ 𝑓 𝑡 𝑛, 𝑌𝑛 , 𝑛 = 0, 1, … , 𝑁 2. At each time step:  Compute fluxes, 𝑞 at 𝑇𝑖  Update 𝐸𝑖 from energy conservation law  From Equation of state find:  liquid fraction, 𝜆𝑖  new temperature, 𝑇𝑖 *The CFL condition to minimize growth of errors: Forward Euler (Explicit) Time Discretization 𝛥𝑡 ≤ ∆ 𝑟2 )4(max 𝛼 𝜕 𝜕𝑡 (𝜌𝑒) + 𝛻 ∙ 𝑞 = 0 𝐸 𝑇 = 𝜌𝑐 𝑝 𝑆 𝑇 − 𝑇 𝑚 , 𝑇 < 𝑇 𝑚 0, 𝜌ℒ , 𝑇 = 𝑇 𝑚 𝜌ℒ + 𝜌𝑐 𝑝 𝐿 𝑇 − 𝑇 𝑚 , 𝑇 > 𝑇 𝑚 𝐸𝑖 𝑛+1 = 𝐸𝑖 𝑛 + ∆𝑡 ∆Vi (𝐴𝑞) 𝑖− 1 2 𝑛 −(𝐴𝑞) 𝑖+ 1 2 𝑛
  • 8. METHODS  Easy and clear to understand  One step, explicit scheme can be easily checked by hand  The stability requirement may not impose undue restrictions in situations where the time-step must be small for physical reasons  Explicit schemes may turn out to be as efficient as implicit schemes Why use forward Euler Scheme?
  • 9. METHODS ⇨ 1. Numerical spherical model used forward Euler enthalpy method 2. Discretization of the system  PDE solved numerically from control volume to control volume 3. Applies to all types of PDEs in general 4. Exact conservation and stable with CFL stability condition 5. Volume tracking scheme as opposed to a front tracking scheme  does not require the melting front to be resolved Finite Volume Method (FVM)
  • 10. METHODS: GEOMETRY DISCRETIZATION × ×× 𝑖 + 1 2𝑖 − 1 2 𝑟𝑖 1 + 1 21 − 1 2 𝑟1 𝑀 + 1 2 𝑀 − 1 2 𝑟 𝑀 a b 𝐸𝑖 𝐸 𝑀𝐸1 𝐸0 𝐸 𝑀+1 𝑑𝑟 Area, 𝐴𝑖−1 2 = 4𝜋𝑟𝑖−1 2 2 Volume, ∆𝑉𝑖= 4 3 𝜋(𝑟𝑖+1 2 3 − 𝑟𝑖−1 2 3 )a b
  • 11. METHODS: DISCRETE MODEL 𝐸𝑖 𝑛+1 = 𝐸𝑖 𝑛 + ∆𝑡 ∆Vi (𝐴𝑞) 𝑖− 1 2 𝑛 −(𝐴𝑞) 𝑖+ 1 2 𝑛 , 𝑖 = 1, … , 𝑀 Initial Condition: Boundary Conditions 𝐴𝑡 𝑟 = 0: 𝑞 0, 𝑡 = 0 ⇒ 𝑇0 𝑛 = 𝑇1 𝑛 𝑞 𝑖− 1 2 𝑛 = 𝑇𝑖−1 − 𝑇 𝑚 𝑅𝑖−1 + 𝑇 𝑚 − 𝑇𝑖 𝑅𝑖 , 𝑖 = 2, … , 𝑀 𝑅𝑖 = ∆𝑟 1 − 𝜆𝑖 𝑘 𝑆 + 𝜆𝑖 𝑘 𝐿 Area, 𝐴𝑖−1 2 = 4𝜋𝑟𝑖−1 2 2 Volume, ∆𝑉𝑖= 4 3 𝜋(𝑟𝑖+1 2 3 − 𝑟𝑖−1 2 3 ) 𝑇 𝑟, 0 = 𝑇𝑖𝑛𝑖 < 𝑇 𝑚 (solid) 𝐴𝑡 𝑟 = 𝓁: 𝑇(𝓁, 𝑡) = 𝑇∞ ⇒ 𝑇 𝑀+1 𝑛 = 𝑇∞
  • 12. APPROXIMATE SOLUTION Approximate solution for transient, 1-D heat conduction.  The external surface of the sphere exchanges heat by convection The temperature field is governed by the heat equation in spherical coordinates: 𝜕𝑇 𝜕𝑡 = 𝛼 𝑟2 𝜕 𝜕𝑟 1 𝑟2 𝜕𝑇 𝜕𝑟 , (𝑟, 𝑡) ∈ Ω  The local heat flux from the sphere to the surrounding is 𝑞 = ℎ(𝑇𝑠 − 𝑇∞)  Initial condition: 𝑇 𝑟, 0 = 𝑇𝑖  Boundary condition: 𝑘 𝜕𝑇 𝜕𝑟 | 𝑟=𝑟0 = ℎ(𝑇∞ − 𝑇𝑠)
  • 13. VERIFICATION 1. Numerical heat conduction spherical model verified using approximate solution 2. Recktenwald (2006) utilized an infinite series solution:  With positive roots: 𝐹𝑜 = 𝛼𝑡 ℛ2 ≫ 1
  • 14. RESULTS: VERIFICATION OF NUMERICAL MODEL  Good agreement between numerical & approximate solution Surface of sphere Center of sphere Surface – approximate solution Center – approximate solution Surface – numerical model Center – numerical model 𝑇∞
  • 15. RESULTS: TEMPERATURE PROFILE AT VARIOUS POSITIONS ALONG THE RADIUS 400 sec 1200 sec 2000 sec 2800 sec 3200 sec 4000 sec r(cm) 𝑇∞ = 40°C 𝑇𝑖𝑛𝑖 = -20°C r = 3 cm
  • 16. RESULTS: PROFILE AT SPATIAL NODES 1 M/2 M
  • 17. RESULTS: NUMERICAL MODEL OUTPUTS 6 nodes Outer node Middle node Inner node time(sec)
  • 18. RESULTS: PROFILE AT SPATIAL NODES Inner node Middle node Outer node 32 nodes Outer node Middle node Inner node
  • 19. RESULTS: THE MELT FRONT Liquid Solid
  • 20. DISCUSSION/CONCLUSIONS Intuitive result: A relatively longer time is required to melt the center of a hailstone as compared to the outer parts Slightly counter-intuitive result Affirms the challenges in melting hailstones Case studied here is a simple case of a spherical hailstone in 1D Possible expansion into a model that better resembles reality (variable density & heat capacity) Study projected to provide insight into how to utilize the results in melting hailstones effectively and efficiently
  • 21. REFERENCES 1) Alexiades, V. and Solomon, A.D., 1993. Mathematical Modeling of Melting and Freezing Processes, Hemisphere Publishing Corporation, USA. 2) Peiro, J. and Sherwin, S. “Finite Difference, Finite Element and Finite Volume Methods for Partial Differential Equations”. Department of Aeronautics, Imperial College, London, UK. 2005. 3) Recktenwald, G, Transient, 2006. One-Dimensional Heat Conduction in a Convectively Cooled Sphere.