Chapter 5 Numerical Method in Heat Conduction Flashcards
What is the limitation of analytical methods
highly simplified problems in simple geometries or problems than can be simplified with reasomable approximations
Issues with the numerical method
only get numbers dont have neat solution -> plotting data without understanding physics
Numerical method adv
often oversimplify analytical soltuion to allow easier maths -> remove non linearity, therefore mathematical model more likely to be accurate
Allows quick iterations to check if variables chosen are correct and their impact
analytical solution may result in problem so complex not worth the effort to try and solve
what is m in numerical method
m is the number of points on the mesh
what do you want to happen to m to maximise accuracy
m-> infinity such that delta x tends to zero
Difference between the finite difference equation and the differential equation
differential equation is valid at every point whereas the finite difference equation is valid onoly at discrete points (the nodes)
What is the energy balance method
subdividing the medium into a sufficient number of volume elements and then applying an energy balance on each element
what is the energy balance in the energy balance method
rate of heat conduction at the left surface + rate of heat conduction at the right surface + rate of heat generation inside the element = rate of change of the energy content of the element
Energy balance in energy balance method =
Q.cond left + Q.con right + E.gen element = delta E element/ delta t
what is the change in energy content of an element equal to
zero
what is the numerical equivalent of a first order differential
Tm-1 - Tm / delta x
what is the numerical equivalent of a second order differential
Tm-1 - 2Tm + Tm+1 / delta x ^2`
What is assumed to happen between nodes in the finite difference formulation
variation is linear between nodes
What are the boundary conditions most commonly encountered in pracice
specified temperature, specified heat flux, convection and radiation
How is specified temperature dealt with
T(0) = To = Specified value T(L) = Tm = Specified value