SlideShare a Scribd company logo
1 of 29
NUMERICAL METHODS FOR
2-D HEAT TRANSFER
• Due to the increasing complexities
encountered in the development of modern
technology, analytical solutions usually are not
available.
• For these problems, numerical solutions
obtained using high-speed computer are very
useful, especially when the geometry of the
object of interest is irregular, or the boundary
conditions are nonlinear.


Numerical methods are necessary to solve many practical
problems in heat conduction that involve:
– complex 2D and 3D geometries
– complex boundary conditions
– variable properties



An appropriate numerical method can produce a useful
approximate solution to the temperature field T(x,y,z,t); the
method must be
– sufficiently accurate
– stable
– computationally efficient
General Features







A numerical method involves a discretization process, where
the solution domain is divided into subdomains and nodes
The PDE that describes heat conduction is replaced by a
system of algebraic equations, one for each subdomain in
terms of nodal temperatures
A solution to the system of algebraic equations almost always
requires the use of a computer
As the number of nodes (or subdomains) increase, the
numerical solution should approach the exact solution
Numerical methods introduce error and the possibility of
solution instability
Types of Numerical Methods
1. The Finite Difference Method (FDM)
– subdomains are rectangular and nodes form a
regular grid network
– nodal values of temperature constitute the
numerical solution; no interpolation functions are
included
– discretization equations can be derived from
Taylor series expansions or from a control volume
approach
2. The Finite Element Method (FEM)
– subdomain may be any polygon shape, even with
curved sides; nodes can be placed anywhere in
subdomain
– numerical solution is written as a finite series sum
of interpolation functions, which may be linear,
quadratic, cubic, etc.
– solution provides nodal temperatures and
interpolation functions for each subdomain
• In heat transfer problems, the finite difference method
is used more often and will be discussed here.
• The finite difference method involves:
 Establish nodal networks
 Derive finite difference approximations for the
governing equation at both interior and exterior nodal
points
 Develop a system of simultaneous algebraic nodal
equations
 Solve the system of equations using numerical schemes
The Nodal Networks
The basic idea is to subdivide the area of interest into sub-volumes with the distance
between adjacent nodes by Dx and Dy as shown. If the distance between points is small
enough, the differential equation can be approximated locally by a set of finite difference
equations. Each node now represents a small region where the nodal temperature is a
measure of the average temperature of the region.
Example:

Dx

m,n+1

m-1,n

m,n

m+1, n

Dy

m,n-1
x=mDx, y=nDy

m+½,n
m-½,n
intermediate points
Finite Difference Approximation
q 1 T
Heat Diffusion Equation:  T  
,
k  t
k
where  =
is the thermal diffusivity
 C PV
2


No generation and steady state: q=0 and
 0,  2T  0
t
First, approximated the first order differentiation
at intermediate points (m+1/2,n) & (m-1/2,n)
T
DT

x ( m 1/ 2,n ) Dx
T
DT

x ( m 1/ 2,n ) Dx

( m 1/ 2,n )

Tm 1,n  Tm ,n

Dx

( m 1/ 2,n )

Tm ,n  Tm 1,n

Dx
Finite Difference Approximation (cont.)
Next, approximate the second order differentiation at m,n
 2T
x 2
 2T
x 2


m ,n

m ,n

T / x m 1/ 2,n  T / x m 1/ 2,n
Dx

Tm 1,n  Tm 1,n  2Tm ,n

( Dx ) 2

Similarly, the approximation can be applied to
the other dimension y
 2T
y 2

m ,n

Tm ,n 1  Tm ,n 1  2Tm ,n

( Dy ) 2
Finite Difference Approximation (cont.)
Tm 1,n  Tm 1,n  2Tm ,n Tm ,n 1  Tm ,n 1  2Tm ,n
  2T  2T 

 x 2  y 2  
2
( Dx )
( Dy ) 2

 m ,n
To model the steady state, no generation heat equation: 2T  0
This approximation can be simplified by specify Dx=Dy
and the nodal equation can be obtained as
Tm 1,n  Tm 1,n  Tm ,n 1  Tm ,n 1  4Tm ,n  0
This equation approximates the nodal temperature distribution based on
the heat equation. This approximation is improved when the distance
between the adjacent nodal points is decreased:
DT T
DT T
Since lim( Dx  0)

,lim( Dy  0)

Dx x
Dy y
A System of Algebraic Equations
• The nodal equations derived previously are valid for all interior
points satisfying the steady state, no generation heat equation.

For each node, there is one such equation.
For example: for nodal point m=3, n=4, the equation is
T2,4 + T4,4 + T3,3 + T3,5 - 4T3,4 =0
T3,4=(1/4)(T2,4 + T4,4 + T3,3 + T3,5)
• Derive one equation for each nodal point (including both
interior and exterior points) in the system of interest. The result is
a system of N algebraic equations for a total of N nodal points.
Matrix Form
The system of equations:
a11T1  a12T2   a1N TN  C1
a21T1  a22T2 

 a2 N TN  C2

a N 1T1  a N 2T2 

 a NN TN  CN

A total of N algebraic equations for the N nodal points and the system can be
expressed as a matrix formulation: [A][T]=[C]

 a11 a12
a
a22
21
where A= 


aN 1 aN 2

a1N 
 T1 
 C1 
T 
C 
a2 N 
 , T   2  ,C   2 

 
 

 
 
aNN 
TN 
C N 
Numerical Solutions
Matrix form: [A][T]=[C].
From linear algebra: [A]-1[A][T]=[A]-1[C], [T]=[A]-1[C]
where [A]-1 is the inverse of matrix [A]. [T] is the solution vector.
• Matrix inversion requires cumbersome numerical computations and is not efficient if
the order of the matrix is high (>10).

• For high order matrix, iterative methods are usually more efficient. The famous
Jacobi & Gauss-Seidel iteration methods will be introduced in the following.
Iteration
General algebraic equation for nodal point:
i 1

a T
j 1

ij

j

 aiiTi 

N

aT

j i 1

ij

j

 Ci ,

(Example : a31T1  a32T2  a33T3 

 a1N TN  C1 , i  3)

Rewrite the equation of the form:
N
aij ( k 1)
Ci i 1 aij ( k )
(k )
Ti    T j   T j
aii j 1 aii
j i 1 aii

Replace (k) by (k-1)
for the Jacobi iteration

• (k) - specify the level of the iteration, (k-1) means the present level and (k) represents
the new level.
• An initial guess (k=0) is needed to start the iteration.
• By substituting iterated values at (k-1) into the equation, the new values at iteration
(k) can be estimated
• The iteration will be stopped when maxTi(k)-Ti(k-1), where  specifies a
predetermined value of acceptable error
CASE STUDY
Finite Volume Method Analysis of Heat Transfer in
Multi-Block Grid During Solidification
Eliseu Monteiro1, Regina Almeida2 and Abel Rouboa3
1CITAB/UTAD - Engineering Department of
University of Tr´as-os-Montes e Alto Douro, Vila Real
2CIDMA/UA - Mathematical Department of
University of Tr´as-os-Montes e Alto Douro, Vila Real
3CITAB/UTAD - Department of Mechanical Engineering and
Applied Mechanics of University of Pennsylvania,
Philadelphia, PA
1,2Portugal
3USA
The governing differential equation for the solidification problem may
be written in the following conservative form
∂ (ρCPφ)
∂t

= ∇· (k∇φ) + q˙

(1)

where ∂(ρCPφ) ∂t represents the transient contribution to the
conservative energy equation (φ temperature); ∇· (k∇φ) is the
diffusive contribution to the energy equation and q˙ represents the
energy released during the phase change.
undary conditions
Numerical solution method
• Finite volume method
Finite difference method
Results and discussion
• Iterative performance of the three different
numerical methods are also given.
Concluding remarks
A multi-block grid generated by bilinear interpolation was successfully applied in
combination with a generalized curvilinear coordinates system to a complex
geometry in a casting solidification scenario. To model the phase change a
simplified two dimensional mathematical model was used based on the energy
differential equation. Two discretization methods: finite differences and finite
volume were applied in order to determine, by comparison with experimental

measurements, which works better in these conditions. For this reason a coarse
grid was used. A good agreement between both discretization methods was
obtained with a slight advantage for the finite volume method. This could be
explained due to the use of more information by the finite volume method to

compute each temperature value than the finite differences method. The multiblock grid in combination with a generalized curvilinear coordinates system has
considerably advantages such as:
• better capacity to describe the contours through a lesser
number of elements, which considerably reduces the
computational time;
• - any physical feature of the cast part or mold can be
straightforwardly defined and obtained in a specific zone of
the domain;
• - the difficulty of the several virtual interfaces created by the
geometry division are easily overcome by the continuity
condition
THANK YOU

More Related Content

What's hot

Heat exchanger and its type,ntu method
Heat exchanger and its type,ntu methodHeat exchanger and its type,ntu method
Heat exchanger and its type,ntu methodTensaeAdisu
 
Effectiveness for Counterflow heat exchanger
Effectiveness for Counterflow heat exchangerEffectiveness for Counterflow heat exchanger
Effectiveness for Counterflow heat exchangerElesh Koshti
 
Thermodynamics Chapter 3- Heat Transfer
Thermodynamics Chapter 3- Heat TransferThermodynamics Chapter 3- Heat Transfer
Thermodynamics Chapter 3- Heat TransferVJTI Production
 
Convection of heat transfer
Convection of heat transferConvection of heat transfer
Convection of heat transferMahammed Janu
 
One dim, steady-state, heat conduction_with_heat_generation
One dim, steady-state, heat conduction_with_heat_generationOne dim, steady-state, heat conduction_with_heat_generation
One dim, steady-state, heat conduction_with_heat_generationtmuliya
 
Phase change heat transfer
Phase change heat transferPhase change heat transfer
Phase change heat transferGaurav Dave
 
Chapter 2-Shell & Tube Heat Exchangers.pdf
Chapter 2-Shell & Tube Heat Exchangers.pdfChapter 2-Shell & Tube Heat Exchangers.pdf
Chapter 2-Shell & Tube Heat Exchangers.pdfKAhmedRehman
 
Heat and Mass Transfer Basics
Heat and Mass Transfer BasicsHeat and Mass Transfer Basics
Heat and Mass Transfer BasicsMayavan T
 
Chapter 1 introduction of heat transfer
Chapter 1 introduction of heat transferChapter 1 introduction of heat transfer
Chapter 1 introduction of heat transferPh Yiu
 
Design of heat exchanger
Design of heat exchangerDesign of heat exchanger
Design of heat exchangerRana Abdul Rauf
 
Thermodynamics and Heat Transfer
Thermodynamics and Heat TransferThermodynamics and Heat Transfer
Thermodynamics and Heat TransferManish Kumar
 
Boiling & condensation
Boiling & condensationBoiling & condensation
Boiling & condensationziad zohdy
 

What's hot (20)

Heat exchanger and its type,ntu method
Heat exchanger and its type,ntu methodHeat exchanger and its type,ntu method
Heat exchanger and its type,ntu method
 
Heat conduction equation
Heat conduction equationHeat conduction equation
Heat conduction equation
 
Effectiveness for Counterflow heat exchanger
Effectiveness for Counterflow heat exchangerEffectiveness for Counterflow heat exchanger
Effectiveness for Counterflow heat exchanger
 
Thermodynamics Chapter 3- Heat Transfer
Thermodynamics Chapter 3- Heat TransferThermodynamics Chapter 3- Heat Transfer
Thermodynamics Chapter 3- Heat Transfer
 
Heat Transfer
Heat TransferHeat Transfer
Heat Transfer
 
Convection of heat transfer
Convection of heat transferConvection of heat transfer
Convection of heat transfer
 
One dim, steady-state, heat conduction_with_heat_generation
One dim, steady-state, heat conduction_with_heat_generationOne dim, steady-state, heat conduction_with_heat_generation
One dim, steady-state, heat conduction_with_heat_generation
 
Phase change heat transfer
Phase change heat transferPhase change heat transfer
Phase change heat transfer
 
Heat conduction through a plane wall
Heat conduction through a plane wallHeat conduction through a plane wall
Heat conduction through a plane wall
 
Chapter 2-Shell & Tube Heat Exchangers.pdf
Chapter 2-Shell & Tube Heat Exchangers.pdfChapter 2-Shell & Tube Heat Exchangers.pdf
Chapter 2-Shell & Tube Heat Exchangers.pdf
 
Heat exchangers
Heat exchangersHeat exchangers
Heat exchangers
 
Heat exchanger
Heat exchanger Heat exchanger
Heat exchanger
 
Extended surface fins
Extended surface finsExtended surface fins
Extended surface fins
 
Heat and Mass Transfer Basics
Heat and Mass Transfer BasicsHeat and Mass Transfer Basics
Heat and Mass Transfer Basics
 
Summary of lmtd and e ntu
Summary of lmtd and e ntuSummary of lmtd and e ntu
Summary of lmtd and e ntu
 
Chapter 1 introduction of heat transfer
Chapter 1 introduction of heat transferChapter 1 introduction of heat transfer
Chapter 1 introduction of heat transfer
 
Heat Convection by Latif M. Jiji - solutions
Heat Convection by Latif M. Jiji - solutionsHeat Convection by Latif M. Jiji - solutions
Heat Convection by Latif M. Jiji - solutions
 
Design of heat exchanger
Design of heat exchangerDesign of heat exchanger
Design of heat exchanger
 
Thermodynamics and Heat Transfer
Thermodynamics and Heat TransferThermodynamics and Heat Transfer
Thermodynamics and Heat Transfer
 
Boiling & condensation
Boiling & condensationBoiling & condensation
Boiling & condensation
 

Viewers also liked

Numerical methods for 2 d heat transfer
Numerical methods for 2 d heat transferNumerical methods for 2 d heat transfer
Numerical methods for 2 d heat transferArun Sarasan
 
[Harry edmar]hydrodynamics concepts and experiments
[Harry edmar]hydrodynamics concepts and experiments[Harry edmar]hydrodynamics concepts and experiments
[Harry edmar]hydrodynamics concepts and experimentsEnrique Buenaonda
 
Cabildo abierto distrital sobre educacion tecnica industrial bogota
Cabildo abierto distrital sobre educacion tecnica industrial bogotaCabildo abierto distrital sobre educacion tecnica industrial bogota
Cabildo abierto distrital sobre educacion tecnica industrial bogotaJose Mecanico
 
Illinois Petroleum
Illinois PetroleumIllinois Petroleum
Illinois PetroleumEd Stermer
 
Energy and Power
Energy and PowerEnergy and Power
Energy and PowerEd Stermer
 
Introduction aux Web components (DNG Consulting)
Introduction aux Web components (DNG Consulting)Introduction aux Web components (DNG Consulting)
Introduction aux Web components (DNG Consulting)DNG Consulting
 
Root canal preparation
Root canal preparationRoot canal preparation
Root canal preparationSaeed Gholami
 
بیشعوری دکتر خاویر کرمنت
بیشعوری   دکتر خاویر کرمنتبیشعوری   دکتر خاویر کرمنت
بیشعوری دکتر خاویر کرمنتFarid Kamali
 
ما خدا رو گم کرده ایم
ما خدا رو گم کرده ایم  ما خدا رو گم کرده ایم
ما خدا رو گم کرده ایم Farid Kamali
 
(Nutrition) eating hints for cancer patients before,during & after treatment ...
(Nutrition) eating hints for cancer patients before,during & after treatment ...(Nutrition) eating hints for cancer patients before,during & after treatment ...
(Nutrition) eating hints for cancer patients before,during & after treatment ...Elisabeth Curiel
 
Fresh vegetable-and-fruit-juices-by-norman-walker درمان با آب میوه ها و آب سب...
Fresh vegetable-and-fruit-juices-by-norman-walker درمان با آب میوه ها و آب سب...Fresh vegetable-and-fruit-juices-by-norman-walker درمان با آب میوه ها و آب سب...
Fresh vegetable-and-fruit-juices-by-norman-walker درمان با آب میوه ها و آب سب...Farid Kamali
 
STEP BY STEP USING SPACE GASS DESIGN PLATFORM
STEP BY STEP USING SPACE GASS DESIGN PLATFORMSTEP BY STEP USING SPACE GASS DESIGN PLATFORM
STEP BY STEP USING SPACE GASS DESIGN PLATFORMAluhisadin La Ode
 
260353823_Technical Paper 1 final draft
260353823_Technical Paper 1 final draft260353823_Technical Paper 1 final draft
260353823_Technical Paper 1 final draftMichael Garibaldi
 
درمان دیابت نوع یک و دو با خام گیاهخواری
درمان دیابت نوع یک و دو با خام گیاهخواریدرمان دیابت نوع یک و دو با خام گیاهخواری
درمان دیابت نوع یک و دو با خام گیاهخواریFarid Kamali
 

Viewers also liked (20)

Numerical methods for 2 d heat transfer
Numerical methods for 2 d heat transferNumerical methods for 2 d heat transfer
Numerical methods for 2 d heat transfer
 
The art of soap making
The art of soap makingThe art of soap making
The art of soap making
 
Welding equipment 2012
Welding equipment 2012Welding equipment 2012
Welding equipment 2012
 
[Harry edmar]hydrodynamics concepts and experiments
[Harry edmar]hydrodynamics concepts and experiments[Harry edmar]hydrodynamics concepts and experiments
[Harry edmar]hydrodynamics concepts and experiments
 
Tabelas conexoes
Tabelas conexoesTabelas conexoes
Tabelas conexoes
 
Cabildo abierto distrital sobre educacion tecnica industrial bogota
Cabildo abierto distrital sobre educacion tecnica industrial bogotaCabildo abierto distrital sobre educacion tecnica industrial bogota
Cabildo abierto distrital sobre educacion tecnica industrial bogota
 
SENI RUPA TERAPAN
SENI RUPA TERAPANSENI RUPA TERAPAN
SENI RUPA TERAPAN
 
Illinois Petroleum
Illinois PetroleumIllinois Petroleum
Illinois Petroleum
 
Introductions
IntroductionsIntroductions
Introductions
 
Energy and Power
Energy and PowerEnergy and Power
Energy and Power
 
Introduction aux Web components (DNG Consulting)
Introduction aux Web components (DNG Consulting)Introduction aux Web components (DNG Consulting)
Introduction aux Web components (DNG Consulting)
 
Root canal preparation
Root canal preparationRoot canal preparation
Root canal preparation
 
Mechanics scheme
Mechanics schemeMechanics scheme
Mechanics scheme
 
بیشعوری دکتر خاویر کرمنت
بیشعوری   دکتر خاویر کرمنتبیشعوری   دکتر خاویر کرمنت
بیشعوری دکتر خاویر کرمنت
 
ما خدا رو گم کرده ایم
ما خدا رو گم کرده ایم  ما خدا رو گم کرده ایم
ما خدا رو گم کرده ایم
 
(Nutrition) eating hints for cancer patients before,during & after treatment ...
(Nutrition) eating hints for cancer patients before,during & after treatment ...(Nutrition) eating hints for cancer patients before,during & after treatment ...
(Nutrition) eating hints for cancer patients before,during & after treatment ...
 
Fresh vegetable-and-fruit-juices-by-norman-walker درمان با آب میوه ها و آب سب...
Fresh vegetable-and-fruit-juices-by-norman-walker درمان با آب میوه ها و آب سب...Fresh vegetable-and-fruit-juices-by-norman-walker درمان با آب میوه ها و آب سب...
Fresh vegetable-and-fruit-juices-by-norman-walker درمان با آب میوه ها و آب سب...
 
STEP BY STEP USING SPACE GASS DESIGN PLATFORM
STEP BY STEP USING SPACE GASS DESIGN PLATFORMSTEP BY STEP USING SPACE GASS DESIGN PLATFORM
STEP BY STEP USING SPACE GASS DESIGN PLATFORM
 
260353823_Technical Paper 1 final draft
260353823_Technical Paper 1 final draft260353823_Technical Paper 1 final draft
260353823_Technical Paper 1 final draft
 
درمان دیابت نوع یک و دو با خام گیاهخواری
درمان دیابت نوع یک و دو با خام گیاهخواریدرمان دیابت نوع یک و دو با خام گیاهخواری
درمان دیابت نوع یک و دو با خام گیاهخواری
 

Similar to Graphical methods for 2 d heat transfer

FINITE DIFFERENCE using numerical method.ppt
FINITE DIFFERENCE using numerical method.pptFINITE DIFFERENCE using numerical method.ppt
FINITE DIFFERENCE using numerical method.ppt21bec114
 
FINITE DIFFERENCE.ppt slides for students
FINITE DIFFERENCE.ppt slides for studentsFINITE DIFFERENCE.ppt slides for students
FINITE DIFFERENCE.ppt slides for studentsMoneebMughal
 
Chapter 5 NUMERICAL METHODS IN HEAT CONDUCTION
Chapter 5NUMERICAL METHODS IN HEAT CONDUCTIONChapter 5NUMERICAL METHODS IN HEAT CONDUCTION
Chapter 5 NUMERICAL METHODS IN HEAT CONDUCTIONAbdul Moiz Dota
 
Heat Transfer Numerical Analysis Jthomas
Heat Transfer Numerical Analysis JthomasHeat Transfer Numerical Analysis Jthomas
Heat Transfer Numerical Analysis JthomasJesse M. Thomas
 
heat diffusion equation.ppt
heat diffusion equation.pptheat diffusion equation.ppt
heat diffusion equation.ppt056JatinGavel
 
heat diffusion equation.ppt
heat diffusion equation.pptheat diffusion equation.ppt
heat diffusion equation.ppt056JatinGavel
 
Modeling and-simulating-of-gas-turbine-cooled-blades
Modeling and-simulating-of-gas-turbine-cooled-bladesModeling and-simulating-of-gas-turbine-cooled-blades
Modeling and-simulating-of-gas-turbine-cooled-bladesCemal Ardil
 
Numerical modeling-of-gas-turbine-engines
Numerical modeling-of-gas-turbine-enginesNumerical modeling-of-gas-turbine-engines
Numerical modeling-of-gas-turbine-enginesCemal Ardil
 
Dt2645164520
Dt2645164520Dt2645164520
Dt2645164520IJMER
 
Mit2 092 f09_lec20
Mit2 092 f09_lec20Mit2 092 f09_lec20
Mit2 092 f09_lec20Rahman Hakim
 
Numerical Solution of Diffusion Equation by Finite Difference Method
Numerical Solution of Diffusion Equation by Finite Difference MethodNumerical Solution of Diffusion Equation by Finite Difference Method
Numerical Solution of Diffusion Equation by Finite Difference Methodiosrjce
 
Heat flow through concrete floor
Heat flow through concrete floorHeat flow through concrete floor
Heat flow through concrete floorAmy Do
 
HOME ASSIGNMENT (0).pptx
HOME ASSIGNMENT (0).pptxHOME ASSIGNMENT (0).pptx
HOME ASSIGNMENT (0).pptxSayedulHassan1
 
Finite element method in vehicle dynamic 3-3.ppt
Finite element method in vehicle dynamic 3-3.pptFinite element method in vehicle dynamic 3-3.ppt
Finite element method in vehicle dynamic 3-3.pptJustDear
 
Finite Volume Method Advanced Numerical Analysis by Md.Al-Amin
Finite Volume Method Advanced Numerical Analysis by Md.Al-AminFinite Volume Method Advanced Numerical Analysis by Md.Al-Amin
Finite Volume Method Advanced Numerical Analysis by Md.Al-AminMd. Al-Amin
 

Similar to Graphical methods for 2 d heat transfer (20)

numerical.ppt
numerical.pptnumerical.ppt
numerical.ppt
 
FINITE DIFFERENCE using numerical method.ppt
FINITE DIFFERENCE using numerical method.pptFINITE DIFFERENCE using numerical method.ppt
FINITE DIFFERENCE using numerical method.ppt
 
FINITE DIFFERENCE.ppt slides for students
FINITE DIFFERENCE.ppt slides for studentsFINITE DIFFERENCE.ppt slides for students
FINITE DIFFERENCE.ppt slides for students
 
Chapter 5 NUMERICAL METHODS IN HEAT CONDUCTION
Chapter 5NUMERICAL METHODS IN HEAT CONDUCTIONChapter 5NUMERICAL METHODS IN HEAT CONDUCTION
Chapter 5 NUMERICAL METHODS IN HEAT CONDUCTION
 
Heat Transfer Numerical Analysis Jthomas
Heat Transfer Numerical Analysis JthomasHeat Transfer Numerical Analysis Jthomas
Heat Transfer Numerical Analysis Jthomas
 
Statistical Physics Assignment Help
Statistical Physics Assignment Help Statistical Physics Assignment Help
Statistical Physics Assignment Help
 
heat diffusion equation.ppt
heat diffusion equation.pptheat diffusion equation.ppt
heat diffusion equation.ppt
 
heat diffusion equation.ppt
heat diffusion equation.pptheat diffusion equation.ppt
heat diffusion equation.ppt
 
Modeling and-simulating-of-gas-turbine-cooled-blades
Modeling and-simulating-of-gas-turbine-cooled-bladesModeling and-simulating-of-gas-turbine-cooled-blades
Modeling and-simulating-of-gas-turbine-cooled-blades
 
Numerical modeling-of-gas-turbine-engines
Numerical modeling-of-gas-turbine-enginesNumerical modeling-of-gas-turbine-engines
Numerical modeling-of-gas-turbine-engines
 
Heatequationincfd
HeatequationincfdHeatequationincfd
Heatequationincfd
 
Dt2645164520
Dt2645164520Dt2645164520
Dt2645164520
 
Mit2 092 f09_lec20
Mit2 092 f09_lec20Mit2 092 f09_lec20
Mit2 092 f09_lec20
 
Statistics Homework Help
Statistics Homework HelpStatistics Homework Help
Statistics Homework Help
 
Multiple Linear Regression Homework Help
Multiple Linear Regression Homework HelpMultiple Linear Regression Homework Help
Multiple Linear Regression Homework Help
 
Numerical Solution of Diffusion Equation by Finite Difference Method
Numerical Solution of Diffusion Equation by Finite Difference MethodNumerical Solution of Diffusion Equation by Finite Difference Method
Numerical Solution of Diffusion Equation by Finite Difference Method
 
Heat flow through concrete floor
Heat flow through concrete floorHeat flow through concrete floor
Heat flow through concrete floor
 
HOME ASSIGNMENT (0).pptx
HOME ASSIGNMENT (0).pptxHOME ASSIGNMENT (0).pptx
HOME ASSIGNMENT (0).pptx
 
Finite element method in vehicle dynamic 3-3.ppt
Finite element method in vehicle dynamic 3-3.pptFinite element method in vehicle dynamic 3-3.ppt
Finite element method in vehicle dynamic 3-3.ppt
 
Finite Volume Method Advanced Numerical Analysis by Md.Al-Amin
Finite Volume Method Advanced Numerical Analysis by Md.Al-AminFinite Volume Method Advanced Numerical Analysis by Md.Al-Amin
Finite Volume Method Advanced Numerical Analysis by Md.Al-Amin
 

More from Arun Sarasan

WASTE WATER TREATMENT REFINERIES
WASTE WATER TREATMENT REFINERIES WASTE WATER TREATMENT REFINERIES
WASTE WATER TREATMENT REFINERIES Arun Sarasan
 
Internal Combustion-Engines
Internal Combustion-EnginesInternal Combustion-Engines
Internal Combustion-EnginesArun Sarasan
 
Design Considerations for Plate Type Heat Exchanger
Design Considerations for Plate Type Heat ExchangerDesign Considerations for Plate Type Heat Exchanger
Design Considerations for Plate Type Heat ExchangerArun Sarasan
 
Pulp and Paper industry
Pulp and Paper industryPulp and Paper industry
Pulp and Paper industryArun Sarasan
 
EQUIPMENTS TO CONTROL AIR POLLUTION
EQUIPMENTS TO CONTROL AIR POLLUTIONEQUIPMENTS TO CONTROL AIR POLLUTION
EQUIPMENTS TO CONTROL AIR POLLUTIONArun Sarasan
 
ANALYSIS OF BOILING CURVE AND FORCED CONVECTION BOILING
ANALYSIS OF BOILING CURVE AND FORCED CONVECTION BOILINGANALYSIS OF BOILING CURVE AND FORCED CONVECTION BOILING
ANALYSIS OF BOILING CURVE AND FORCED CONVECTION BOILINGArun Sarasan
 
Three phase fluidization
Three phase fluidizationThree phase fluidization
Three phase fluidizationArun Sarasan
 

More from Arun Sarasan (7)

WASTE WATER TREATMENT REFINERIES
WASTE WATER TREATMENT REFINERIES WASTE WATER TREATMENT REFINERIES
WASTE WATER TREATMENT REFINERIES
 
Internal Combustion-Engines
Internal Combustion-EnginesInternal Combustion-Engines
Internal Combustion-Engines
 
Design Considerations for Plate Type Heat Exchanger
Design Considerations for Plate Type Heat ExchangerDesign Considerations for Plate Type Heat Exchanger
Design Considerations for Plate Type Heat Exchanger
 
Pulp and Paper industry
Pulp and Paper industryPulp and Paper industry
Pulp and Paper industry
 
EQUIPMENTS TO CONTROL AIR POLLUTION
EQUIPMENTS TO CONTROL AIR POLLUTIONEQUIPMENTS TO CONTROL AIR POLLUTION
EQUIPMENTS TO CONTROL AIR POLLUTION
 
ANALYSIS OF BOILING CURVE AND FORCED CONVECTION BOILING
ANALYSIS OF BOILING CURVE AND FORCED CONVECTION BOILINGANALYSIS OF BOILING CURVE AND FORCED CONVECTION BOILING
ANALYSIS OF BOILING CURVE AND FORCED CONVECTION BOILING
 
Three phase fluidization
Three phase fluidizationThree phase fluidization
Three phase fluidization
 

Recently uploaded

Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 

Recently uploaded (20)

Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 

Graphical methods for 2 d heat transfer

  • 2. • Due to the increasing complexities encountered in the development of modern technology, analytical solutions usually are not available. • For these problems, numerical solutions obtained using high-speed computer are very useful, especially when the geometry of the object of interest is irregular, or the boundary conditions are nonlinear.
  • 3.  Numerical methods are necessary to solve many practical problems in heat conduction that involve: – complex 2D and 3D geometries – complex boundary conditions – variable properties  An appropriate numerical method can produce a useful approximate solution to the temperature field T(x,y,z,t); the method must be – sufficiently accurate – stable – computationally efficient
  • 4. General Features      A numerical method involves a discretization process, where the solution domain is divided into subdomains and nodes The PDE that describes heat conduction is replaced by a system of algebraic equations, one for each subdomain in terms of nodal temperatures A solution to the system of algebraic equations almost always requires the use of a computer As the number of nodes (or subdomains) increase, the numerical solution should approach the exact solution Numerical methods introduce error and the possibility of solution instability
  • 5. Types of Numerical Methods 1. The Finite Difference Method (FDM) – subdomains are rectangular and nodes form a regular grid network – nodal values of temperature constitute the numerical solution; no interpolation functions are included – discretization equations can be derived from Taylor series expansions or from a control volume approach
  • 6. 2. The Finite Element Method (FEM) – subdomain may be any polygon shape, even with curved sides; nodes can be placed anywhere in subdomain – numerical solution is written as a finite series sum of interpolation functions, which may be linear, quadratic, cubic, etc. – solution provides nodal temperatures and interpolation functions for each subdomain
  • 7. • In heat transfer problems, the finite difference method is used more often and will be discussed here. • The finite difference method involves:  Establish nodal networks  Derive finite difference approximations for the governing equation at both interior and exterior nodal points  Develop a system of simultaneous algebraic nodal equations  Solve the system of equations using numerical schemes
  • 8. The Nodal Networks The basic idea is to subdivide the area of interest into sub-volumes with the distance between adjacent nodes by Dx and Dy as shown. If the distance between points is small enough, the differential equation can be approximated locally by a set of finite difference equations. Each node now represents a small region where the nodal temperature is a measure of the average temperature of the region. Example: Dx m,n+1 m-1,n m,n m+1, n Dy m,n-1 x=mDx, y=nDy m+½,n m-½,n intermediate points
  • 9. Finite Difference Approximation q 1 T Heat Diffusion Equation:  T   , k  t k where  = is the thermal diffusivity  C PV 2  No generation and steady state: q=0 and  0,  2T  0 t First, approximated the first order differentiation at intermediate points (m+1/2,n) & (m-1/2,n) T DT  x ( m 1/ 2,n ) Dx T DT  x ( m 1/ 2,n ) Dx ( m 1/ 2,n ) Tm 1,n  Tm ,n  Dx ( m 1/ 2,n ) Tm ,n  Tm 1,n  Dx
  • 10. Finite Difference Approximation (cont.) Next, approximate the second order differentiation at m,n  2T x 2  2T x 2  m ,n m ,n T / x m 1/ 2,n  T / x m 1/ 2,n Dx Tm 1,n  Tm 1,n  2Tm ,n  ( Dx ) 2 Similarly, the approximation can be applied to the other dimension y  2T y 2 m ,n Tm ,n 1  Tm ,n 1  2Tm ,n  ( Dy ) 2
  • 11. Finite Difference Approximation (cont.) Tm 1,n  Tm 1,n  2Tm ,n Tm ,n 1  Tm ,n 1  2Tm ,n   2T  2T    x 2  y 2   2 ( Dx ) ( Dy ) 2   m ,n To model the steady state, no generation heat equation: 2T  0 This approximation can be simplified by specify Dx=Dy and the nodal equation can be obtained as Tm 1,n  Tm 1,n  Tm ,n 1  Tm ,n 1  4Tm ,n  0 This equation approximates the nodal temperature distribution based on the heat equation. This approximation is improved when the distance between the adjacent nodal points is decreased: DT T DT T Since lim( Dx  0)  ,lim( Dy  0)  Dx x Dy y
  • 12. A System of Algebraic Equations • The nodal equations derived previously are valid for all interior points satisfying the steady state, no generation heat equation. For each node, there is one such equation. For example: for nodal point m=3, n=4, the equation is T2,4 + T4,4 + T3,3 + T3,5 - 4T3,4 =0 T3,4=(1/4)(T2,4 + T4,4 + T3,3 + T3,5) • Derive one equation for each nodal point (including both interior and exterior points) in the system of interest. The result is a system of N algebraic equations for a total of N nodal points.
  • 13. Matrix Form The system of equations: a11T1  a12T2   a1N TN  C1 a21T1  a22T2   a2 N TN  C2 a N 1T1  a N 2T2   a NN TN  CN A total of N algebraic equations for the N nodal points and the system can be expressed as a matrix formulation: [A][T]=[C]  a11 a12 a a22 21 where A=    aN 1 aN 2 a1N   T1   C1  T  C  a2 N   , T   2  ,C   2            aNN  TN  C N 
  • 14. Numerical Solutions Matrix form: [A][T]=[C]. From linear algebra: [A]-1[A][T]=[A]-1[C], [T]=[A]-1[C] where [A]-1 is the inverse of matrix [A]. [T] is the solution vector. • Matrix inversion requires cumbersome numerical computations and is not efficient if the order of the matrix is high (>10). • For high order matrix, iterative methods are usually more efficient. The famous Jacobi & Gauss-Seidel iteration methods will be introduced in the following.
  • 15. Iteration General algebraic equation for nodal point: i 1 a T j 1 ij j  aiiTi  N aT j i 1 ij j  Ci , (Example : a31T1  a32T2  a33T3   a1N TN  C1 , i  3) Rewrite the equation of the form: N aij ( k 1) Ci i 1 aij ( k ) (k ) Ti    T j   T j aii j 1 aii j i 1 aii Replace (k) by (k-1) for the Jacobi iteration • (k) - specify the level of the iteration, (k-1) means the present level and (k) represents the new level. • An initial guess (k=0) is needed to start the iteration. • By substituting iterated values at (k-1) into the equation, the new values at iteration (k) can be estimated • The iteration will be stopped when maxTi(k)-Ti(k-1), where  specifies a predetermined value of acceptable error
  • 16. CASE STUDY Finite Volume Method Analysis of Heat Transfer in Multi-Block Grid During Solidification Eliseu Monteiro1, Regina Almeida2 and Abel Rouboa3 1CITAB/UTAD - Engineering Department of University of Tr´as-os-Montes e Alto Douro, Vila Real 2CIDMA/UA - Mathematical Department of University of Tr´as-os-Montes e Alto Douro, Vila Real 3CITAB/UTAD - Department of Mechanical Engineering and Applied Mechanics of University of Pennsylvania, Philadelphia, PA 1,2Portugal 3USA
  • 17. The governing differential equation for the solidification problem may be written in the following conservative form ∂ (ρCPφ) ∂t = ∇· (k∇φ) + q˙ (1) where ∂(ρCPφ) ∂t represents the transient contribution to the conservative energy equation (φ temperature); ∇· (k∇φ) is the diffusive contribution to the energy equation and q˙ represents the energy released during the phase change.
  • 19. Numerical solution method • Finite volume method
  • 20.
  • 22.
  • 23.
  • 25.
  • 26. • Iterative performance of the three different numerical methods are also given.
  • 27. Concluding remarks A multi-block grid generated by bilinear interpolation was successfully applied in combination with a generalized curvilinear coordinates system to a complex geometry in a casting solidification scenario. To model the phase change a simplified two dimensional mathematical model was used based on the energy differential equation. Two discretization methods: finite differences and finite volume were applied in order to determine, by comparison with experimental measurements, which works better in these conditions. For this reason a coarse grid was used. A good agreement between both discretization methods was obtained with a slight advantage for the finite volume method. This could be explained due to the use of more information by the finite volume method to compute each temperature value than the finite differences method. The multiblock grid in combination with a generalized curvilinear coordinates system has considerably advantages such as:
  • 28. • better capacity to describe the contours through a lesser number of elements, which considerably reduces the computational time; • - any physical feature of the cast part or mold can be straightforwardly defined and obtained in a specific zone of the domain; • - the difficulty of the several virtual interfaces created by the geometry division are easily overcome by the continuity condition