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

Shell and tube heat exchanger design
Shell and tube heat exchanger designShell and tube heat exchanger design
Shell and tube heat exchanger designhossie
 
Heat transfer from extended surfaces (or fins)
Heat transfer from extended surfaces (or fins)Heat transfer from extended surfaces (or fins)
Heat transfer from extended surfaces (or fins)tmuliya
 
Chapter 2 HEAT CONDUCTION EQUATION
Chapter 2HEAT CONDUCTION EQUATIONChapter 2HEAT CONDUCTION EQUATION
Chapter 2 HEAT CONDUCTION EQUATIONAbdul Moiz Dota
 
Radial Heat conduction.docx
Radial Heat conduction.docxRadial Heat conduction.docx
Radial Heat conduction.docxEngDiyar
 
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
 
Numerical methods- Steady-state-1D-and-2D-Part- I
Numerical methods- Steady-state-1D-and-2D-Part- INumerical methods- Steady-state-1D-and-2D-Part- I
Numerical methods- Steady-state-1D-and-2D-Part- Itmuliya
 
Boiling & condensation
Boiling & condensationBoiling & condensation
Boiling & condensationziad zohdy
 
Chapter 4 TRANSIENT HEAT CONDUCTION
Chapter 4TRANSIENT HEAT CONDUCTIONChapter 4TRANSIENT HEAT CONDUCTION
Chapter 4 TRANSIENT HEAT CONDUCTIONAbdul Moiz Dota
 
One Dimensional Transient Heat Conduction
One Dimensional Transient Heat ConductionOne Dimensional Transient Heat Conduction
One Dimensional Transient Heat ConductionSharath Kumar
 
Heat Exchangers
Heat ExchangersHeat Exchangers
Heat Exchangersmohkab1
 
heat conduction equations
heat conduction equationsheat conduction equations
heat conduction equationsZahir Baloch
 
Chapter 1 introduction of heat transfer
Chapter 1 introduction of heat transferChapter 1 introduction of heat transfer
Chapter 1 introduction of heat transferPh Yiu
 

What's hot (20)

Shell and tube heat exchanger design
Shell and tube heat exchanger designShell and tube heat exchanger design
Shell and tube heat exchanger design
 
Heat 4e chap03_lecture
Heat 4e chap03_lectureHeat 4e chap03_lecture
Heat 4e chap03_lecture
 
Heat transfer from extended surfaces (or fins)
Heat transfer from extended surfaces (or fins)Heat transfer from extended surfaces (or fins)
Heat transfer from extended surfaces (or fins)
 
Chapter 2 HEAT CONDUCTION EQUATION
Chapter 2HEAT CONDUCTION EQUATIONChapter 2HEAT CONDUCTION EQUATION
Chapter 2 HEAT CONDUCTION EQUATION
 
Heat Exchange
Heat Exchange Heat Exchange
Heat Exchange
 
Radial Heat conduction.docx
Radial Heat conduction.docxRadial Heat conduction.docx
Radial Heat conduction.docx
 
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
 
Heat 4e chap08_lecture
Heat 4e chap08_lectureHeat 4e chap08_lecture
Heat 4e chap08_lecture
 
Numerical methods- Steady-state-1D-and-2D-Part- I
Numerical methods- Steady-state-1D-and-2D-Part- INumerical methods- Steady-state-1D-and-2D-Part- I
Numerical methods- Steady-state-1D-and-2D-Part- I
 
Dimensionless number
Dimensionless numberDimensionless number
Dimensionless number
 
Boiling & condensation
Boiling & condensationBoiling & condensation
Boiling & condensation
 
Chapter 4 TRANSIENT HEAT CONDUCTION
Chapter 4TRANSIENT HEAT CONDUCTIONChapter 4TRANSIENT HEAT CONDUCTION
Chapter 4 TRANSIENT HEAT CONDUCTION
 
Heat exchanger lab 2
Heat exchanger lab 2Heat exchanger lab 2
Heat exchanger lab 2
 
Heat Exchanger
Heat ExchangerHeat Exchanger
Heat Exchanger
 
One Dimensional Transient Heat Conduction
One Dimensional Transient Heat ConductionOne Dimensional Transient Heat Conduction
One Dimensional Transient Heat Conduction
 
Heat 4e chap11_lecture
Heat 4e chap11_lectureHeat 4e chap11_lecture
Heat 4e chap11_lecture
 
Heat Exchangers
Heat ExchangersHeat Exchangers
Heat Exchangers
 
heat conduction equations
heat conduction equationsheat conduction equations
heat conduction equations
 
Extended surface fins
Extended surface finsExtended surface fins
Extended surface fins
 
Chapter 1 introduction of heat transfer
Chapter 1 introduction of heat transferChapter 1 introduction of heat transfer
Chapter 1 introduction of heat transfer
 

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
 
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
 
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
 
Finite difference equation
Finite difference equationFinite difference equation
Finite difference equation
 
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

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
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
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
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
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
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
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
 
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
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
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
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 

Recently uploaded (20)

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
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
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
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
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
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
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...
 
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
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
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
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 

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